|
|
@ -2,7 +2,7 @@ |
|
|
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! |
|
|
|
|
|
|
|
#define MyAppName "LaunchControl" |
|
|
|
#define MyAppVersion "2.6.0" |
|
|
|
#define MyAppVersion "2.6.2" |
|
|
|
#define MyAppPublisher "xfd, Inc." |
|
|
|
#define MyAppURL "https://www.example.com/" |
|
|
|
#define MyAppExeName "LaunchControl.exe" |
|
|
@ -27,9 +27,9 @@ DisableProgramGroupPage=yes |
|
|
|
; Uncomment the following line to run in non administrative install mode (install for current user only.) |
|
|
|
;PrivilegesRequired=lowest |
|
|
|
PrivilegesRequiredOverridesAllowed=dialog |
|
|
|
OutputDir=D:\4_Code\deploy\LaunchControl |
|
|
|
OutputDir=D:\4_Code\3_Deploy\LaunchControl |
|
|
|
OutputBaseFilename=LaunchControl-full-v{#MyAppVersion} |
|
|
|
SetupIconFile=D:\4_Code\deploy\LaunchControl\LaunchControl\140xfd.ico |
|
|
|
SetupIconFile=D:\4_Code\3_Deploy\LaunchControl\LaunchControl\140xfd.ico |
|
|
|
Compression=lzma |
|
|
|
SolidCompression=yes |
|
|
|
WizardStyle=modern |
|
|
@ -41,8 +41,8 @@ Name: "english"; MessagesFile: "compiler:Default.isl" |
|
|
|
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked |
|
|
|
|
|
|
|
[Files] |
|
|
|
Source: "D:\4_Code\deploy\LaunchControl\LaunchControl\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion |
|
|
|
Source: "D:\4_Code\deploy\LaunchControl\LaunchControl\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs |
|
|
|
Source: "D:\4_Code\3_Deploy\LaunchControl\LaunchControl\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion |
|
|
|
Source: "D:\4_Code\3_Deploy\LaunchControl\LaunchControl\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs |
|
|
|
; NOTE: Don't use "Flags: ignoreversion" on any shared system files |
|
|
|
|
|
|
|
[Registry] |
|
|
|