mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
inno: updated dotnet to v8.0.12
This commit is contained in:
@@ -310,7 +310,7 @@ var
|
||||
ResultCode: Integer;
|
||||
begin
|
||||
Result := false;
|
||||
Exec('cmd.exe', '/c dotnet --list-runtimes | find /n "Microsoft.AspNetCore.App 8.0.11"', '', SW_HIDE, ewWaitUntilTerminated, ResultCode);
|
||||
Exec('cmd.exe', '/c dotnet --list-runtimes | find /n "Microsoft.AspNetCore.App 8.0.12"', '', SW_HIDE, ewWaitUntilTerminated, ResultCode);
|
||||
if ResultCode = 0 then
|
||||
begin
|
||||
Result := true;
|
||||
@@ -322,7 +322,7 @@ var
|
||||
ResultCode: Integer;
|
||||
begin
|
||||
Result := false;
|
||||
Exec('cmd.exe', '/c dotnet --list-runtimes | find /n "Microsoft.WindowsDesktop.App 8.0.11"', '', SW_HIDE, ewWaitUntilTerminated, ResultCode);
|
||||
Exec('cmd.exe', '/c dotnet --list-runtimes | find /n "Microsoft.WindowsDesktop.App 8.0.12"', '', SW_HIDE, ewWaitUntilTerminated, ResultCode);
|
||||
if ResultCode = 0 then
|
||||
begin
|
||||
Result := true;
|
||||
@@ -336,8 +336,8 @@ begin
|
||||
begin
|
||||
AddDependency('aspdotnet80' + GetArchitectureSuffix + '.exe',
|
||||
'/lcid ' + IntToStr(GetUILanguage) + ' /passive /norestart',
|
||||
'ASP.NET Core Runtime 8.0.11' + GetArchitectureTitle,
|
||||
GetString('https://download.visualstudio.microsoft.com/download/pr/ec269a43-5283-4590-bc9c-3d1c6e4fb091/35f22b6cffe627283f55da9c2b7a3408/aspnetcore-runtime-8.0.11-win-x86.exe', 'https://download.visualstudio.microsoft.com/download/pr/8d6c1aaa-7d58-455a-acec-aab350860582/ab5f7c23dc72516e77065fcaf99ad444/aspnetcore-runtime-8.0.11-win-x64.exe'),
|
||||
'ASP.NET Core Runtime 8.0.12' + GetArchitectureTitle,
|
||||
GetString('https://download.visualstudio.microsoft.com/download/pr/dac8c971-de4e-4697-b08e-a601d42caae1/e93f55b140739da2392222946569f6a6/aspnetcore-runtime-8.0.12-win-x86.exe', 'https://download.visualstudio.microsoft.com/download/pr/462a0410-741f-4368-a3eb-9014e33d83be/fe802ebd409a3a1c8d2646c2ce546997/aspnetcore-runtime-8.0.12-win-x64.exe'),
|
||||
'', False, False, False);
|
||||
end;
|
||||
|
||||
@@ -345,8 +345,8 @@ begin
|
||||
begin
|
||||
AddDependency('dotnet80desktop' + GetArchitectureSuffix + '.exe',
|
||||
'/lcid ' + IntToStr(GetUILanguage) + ' /passive /norestart',
|
||||
'.NET Desktop Runtime 8.0.11' + GetArchitectureTitle,
|
||||
GetString('https://download.visualstudio.microsoft.com/download/pr/6e1f5faf-ee7d-4db0-9111-9e270a458342/4cdcd1af2d6914134308630f048fbdfc/windowsdesktop-runtime-8.0.11-win-x86.exe', 'https://download.visualstudio.microsoft.com/download/pr/27bcdd70-ce64-4049-ba24-2b14f9267729/d4a435e55182ce5424a7204c2cf2b3ea/windowsdesktop-runtime-8.0.11-win-x64.exe'),
|
||||
'.NET Desktop Runtime 8.0.12' + GetArchitectureTitle,
|
||||
GetString('https://download.visualstudio.microsoft.com/download/pr/acf6e5d3-1e2f-4072-833c-fa84a10841c5/acd48342207247f404a5aaa58d1a1ea1/windowsdesktop-runtime-8.0.12-win-x86.exe', 'https://download.visualstudio.microsoft.com/download/pr/f1e7ffc8-c278-4339-b460-517420724524/f36bb75b2e86a52338c4d3a90f8dac9b/windowsdesktop-runtime-8.0.12-win-x64.exe'),
|
||||
'', False, False, False);
|
||||
end;
|
||||
end;
|
||||
|
||||
Reference in New Issue
Block a user