inno: setup files updated for v7.0 release

This commit is contained in:
Shreyas Zare
2021-10-02 16:08:55 +05:30
parent e2f0d077d9
commit d29fd01c2d
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "Technitium DNS Server" #define MyAppName "Technitium DNS Server"
#define MyAppVersion "6.4.1" #define MyAppVersion "7.0"
#define MyAppPublisher "Technitium" #define MyAppPublisher "Technitium"
#define MyAppURL "https://technitium.com/dns/" #define MyAppURL "https://technitium.com/dns/"
#define MyAppExeName "DnsServerSystemTrayApp.exe" #define MyAppExeName "DnsServerSystemTrayApp.exe"

View File

@@ -324,8 +324,8 @@ begin
begin begin
AddDependency('dotnet50desktop' + GetArchitectureSuffix + '.exe', AddDependency('dotnet50desktop' + GetArchitectureSuffix + '.exe',
'/lcid ' + IntToStr(GetUILanguage) + ' /passive /norestart', '/lcid ' + IntToStr(GetUILanguage) + ' /passive /norestart',
'.NET Desktop Runtime 5.0.9' + GetArchitectureTitle, '.NET Desktop Runtime 5.0.10' + GetArchitectureTitle,
GetString('https://download.visualstudio.microsoft.com/download/pr/d889a1ec-bf19-4915-8d8c-81adda8d558b/fffa6e33af1b4cfcafdca9aac3aef476/windowsdesktop-runtime-5.0.9-win-x86.exe', 'https://download.visualstudio.microsoft.com/download/pr/8bc41df1-cbb4-4da6-944f-6652378e9196/1014aacedc80bbcc030dabb168d2532f/windowsdesktop-runtime-5.0.9-win-x64.exe'), GetString('https://download.visualstudio.microsoft.com/download/pr/7ed142ef-5738-4eea-bdd3-9210c5dd4973/ce3d680c487b178a828c5c3edd9ec685/windowsdesktop-runtime-5.0.10-win-x86.exe', 'https://download.visualstudio.microsoft.com/download/pr/78fa839b-2d86-4ece-9d97-5b9fe6fb66fa/10d406c0d247470daa80691d3b3460a6/windowsdesktop-runtime-5.0.10-win-x64.exe'),
'', False, False, False); '', False, False, False);
end; end;
end; end;