From 15d424e3d3c3a4edd9585ad814589bb1da8bbcbf Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 3 Dec 2021 00:24:23 +0000 Subject: [PATCH] --- dist/install/windows/x64/lan.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/install/windows/x64/lan.iss b/dist/install/windows/x64/lan.iss index 56842ba0..1a88917b 100644 --- a/dist/install/windows/x64/lan.iss +++ b/dist/install/windows/x64/lan.iss @@ -70,7 +70,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/download', '', '', SW_SHOW, ewNoWait, ErrCode); + ShellExec('open', 'https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-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