mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
inno: updated dotnet to v8.0.6
This commit is contained in:
@@ -310,7 +310,7 @@ var
|
|||||||
ResultCode: Integer;
|
ResultCode: Integer;
|
||||||
begin
|
begin
|
||||||
Result := false;
|
Result := false;
|
||||||
Exec('cmd.exe', '/c dotnet --list-runtimes | find /n "Microsoft.AspNetCore.App 8.0.3"', '', SW_HIDE, ewWaitUntilTerminated, ResultCode);
|
Exec('cmd.exe', '/c dotnet --list-runtimes | find /n "Microsoft.AspNetCore.App 8.0.6"', '', SW_HIDE, ewWaitUntilTerminated, ResultCode);
|
||||||
if ResultCode = 0 then
|
if ResultCode = 0 then
|
||||||
begin
|
begin
|
||||||
Result := true;
|
Result := true;
|
||||||
@@ -322,7 +322,7 @@ var
|
|||||||
ResultCode: Integer;
|
ResultCode: Integer;
|
||||||
begin
|
begin
|
||||||
Result := false;
|
Result := false;
|
||||||
Exec('cmd.exe', '/c dotnet --list-runtimes | find /n "Microsoft.WindowsDesktop.App 8.0.3"', '', SW_HIDE, ewWaitUntilTerminated, ResultCode);
|
Exec('cmd.exe', '/c dotnet --list-runtimes | find /n "Microsoft.WindowsDesktop.App 8.0.6"', '', SW_HIDE, ewWaitUntilTerminated, ResultCode);
|
||||||
if ResultCode = 0 then
|
if ResultCode = 0 then
|
||||||
begin
|
begin
|
||||||
Result := true;
|
Result := true;
|
||||||
@@ -336,8 +336,8 @@ begin
|
|||||||
begin
|
begin
|
||||||
AddDependency('aspdotnet80' + GetArchitectureSuffix + '.exe',
|
AddDependency('aspdotnet80' + GetArchitectureSuffix + '.exe',
|
||||||
'/lcid ' + IntToStr(GetUILanguage) + ' /passive /norestart',
|
'/lcid ' + IntToStr(GetUILanguage) + ' /passive /norestart',
|
||||||
'ASP.NET Core Runtime 8.0.3' + GetArchitectureTitle,
|
'ASP.NET Core Runtime 8.0.6' + GetArchitectureTitle,
|
||||||
GetString('https://download.visualstudio.microsoft.com/download/pr/6e92e2d6-32bb-4ff7-9424-78cd278076e8/7b23ff0e6bb04586ad90a0289b31d8d5/aspnetcore-runtime-8.0.3-win-x86.exe', 'https://download.visualstudio.microsoft.com/download/pr/e91876a9-1760-42cb-a6f4-97c57e9cca52/b433fcf4768929539f17e1908cb315bf/aspnetcore-runtime-8.0.3-win-x64.exe'),
|
GetString('https://download.visualstudio.microsoft.com/download/pr/88a7d3f3-615e-4771-8709-1e16873645b3/a36f311385df553e54201137f53d041e/aspnetcore-runtime-8.0.6-win-x86.exe', 'https://download.visualstudio.microsoft.com/download/pr/38b32fc8-8070-4f14-bd52-65505fddc5ff/50e6cf3b7505eee02c3b3db8ea46ffe3/aspnetcore-runtime-8.0.6-win-x64.exe'),
|
||||||
'', False, False, False);
|
'', False, False, False);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@@ -345,8 +345,8 @@ begin
|
|||||||
begin
|
begin
|
||||||
AddDependency('dotnet80desktop' + GetArchitectureSuffix + '.exe',
|
AddDependency('dotnet80desktop' + GetArchitectureSuffix + '.exe',
|
||||||
'/lcid ' + IntToStr(GetUILanguage) + ' /passive /norestart',
|
'/lcid ' + IntToStr(GetUILanguage) + ' /passive /norestart',
|
||||||
'.NET Desktop Runtime 8.0.3' + GetArchitectureTitle,
|
'.NET Desktop Runtime 8.0.6' + GetArchitectureTitle,
|
||||||
GetString('https://download.visualstudio.microsoft.com/download/pr/c629f243-5125-4751-a5ff-e78fa45646b1/85777e3e3f58f863d884fd4b8a1453f2/windowsdesktop-runtime-8.0.3-win-x86.exe', 'https://download.visualstudio.microsoft.com/download/pr/51bc18ac-0594-412d-bd63-18ece4c91ac4/90b47b97c3bfe40a833791b166697e67/windowsdesktop-runtime-8.0.3-win-x64.exe'),
|
GetString('https://download.visualstudio.microsoft.com/download/pr/fb4a2e70-0c24-42f8-a549-4ea2b6e16831/e7bf08360f9c96ad3a90b0eb2edf96c0/windowsdesktop-runtime-8.0.6-win-x86.exe', 'https://download.visualstudio.microsoft.com/download/pr/76e5dbb2-6ae3-4629-9a84-527f8feb709c/09002599b32d5d01dc3aa5dcdffcc984/windowsdesktop-runtime-8.0.6-win-x64.exe'),
|
||||||
'', False, False, False);
|
'', False, False, False);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|||||||
Reference in New Issue
Block a user