This commit is contained in:
2023-01-10 21:07:45 +00:00
parent 8667b16b47
commit e132a5081d
4 changed files with 6 additions and 6 deletions

View File

@@ -68,7 +68,7 @@ begin
begin
if MsgBox('AyaNova depends on the "ASP.NET Core Runtime Hosting bundle" 6.0.0 or newer.' + #13#10 +'Open the download web page now?', mbConfirmation, MB_YESNO or MB_DEFBUTTON2) = IDYES then
begin
ShellExec('open', 'https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer', '', '', SW_SHOW, ewNoWait, ErrCode);
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;
if MsgBox('AyaNova requires a PostgreSQL db server.' + #13#10 +'Open the PostgreSQL installation instructions web page now?', mbConfirmation, MB_YESNO or MB_DEFBUTTON2) = IDYES then
begin