case 4586

This commit is contained in:
2024-05-08 23:17:49 +00:00
parent ad7780206f
commit e553c59d15
5 changed files with 22 additions and 24 deletions

View File

@@ -66,7 +66,7 @@ var
begin
if (CurStep=ssInstall) then
begin
if MsgBox('AyaNova depends on the "ASP.NET Core Runtime Hosting bundle" 6.x.' + #13#10 +'Open the download web page now?', mbConfirmation, MB_YESNO or MB_DEFBUTTON2) = IDYES then
if MsgBox('AyaNova depends on the "ASP.NET Core Runtime Hosting bundle" 8.x.' + #13#10 +'Open the download web page now?', mbConfirmation, MB_YESNO or MB_DEFBUTTON2) = IDYES then
begin
ShellExec('open', 'https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-aspnetcore-6.0.13-windows-hosting-bundle-installer', '', '', SW_SHOW, ewNoWait, ErrCode);
end;