mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
inno: setup version updated to v12.0
This commit is contained in:
@@ -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 "11.5.3"
|
#define MyAppVersion "12.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"
|
||||||
@@ -19,7 +19,7 @@ AppPublisherURL={#MyAppURL}
|
|||||||
AppSupportURL={#MyAppURL}
|
AppSupportURL={#MyAppURL}
|
||||||
AppUpdatesURL={#MyAppURL}
|
AppUpdatesURL={#MyAppURL}
|
||||||
VersionInfoVersion=2.2.0.0
|
VersionInfoVersion=2.2.0.0
|
||||||
VersionInfoCopyright="Copyright (C) 2023 Technitium"
|
VersionInfoCopyright="Copyright (C) 2024 Technitium"
|
||||||
DefaultDirName={commonpf32}\Technitium\DNS Server
|
DefaultDirName={commonpf32}\Technitium\DNS Server
|
||||||
DefaultGroupName={#MyAppName}
|
DefaultGroupName={#MyAppName}
|
||||||
DisableProgramGroupPage=yes
|
DisableProgramGroupPage=yes
|
||||||
|
|||||||
Reference in New Issue
Block a user