|
@ -5,7 +5,7 @@ |
|
|
#define MyAppVersion "2.2.2" |
|
|
#define MyAppVersion "2.2.2" |
|
|
#define MyAppPublisher "My Company, Inc." |
|
|
#define MyAppPublisher "My Company, Inc." |
|
|
#define MyAppURL "https://www.example.com/" |
|
|
#define MyAppURL "https://www.example.com/" |
|
|
#define MyAppExeName "LaunchControl-full.exe" |
|
|
#define MyAppExeName "LaunchControl.exe" |
|
|
#define MyAppAssocName MyAppName + " File" |
|
|
#define MyAppAssocName MyAppName + " File" |
|
|
#define MyAppAssocExt ".myp" |
|
|
#define MyAppAssocExt ".myp" |
|
|
#define MyAppAssocKey StringChange(MyAppAssocName, " ", "") + MyAppAssocExt |
|
|
#define MyAppAssocKey StringChange(MyAppAssocName, " ", "") + MyAppAssocExt |
|
@ -27,7 +27,7 @@ DisableProgramGroupPage=yes |
|
|
; Uncomment the following line to run in non administrative install mode (install for current user only.) |
|
|
; Uncomment the following line to run in non administrative install mode (install for current user only.) |
|
|
;PrivilegesRequired=lowest |
|
|
;PrivilegesRequired=lowest |
|
|
OutputDir=D:\4_Code\deploy\LaunchControl |
|
|
OutputDir=D:\4_Code\deploy\LaunchControl |
|
|
OutputBaseFilename=LaunchControl |
|
|
OutputBaseFilename=LaunchControl-full-v{#MyAppVersion} |
|
|
SetupIconFile=D:\4_Code\deploy\LaunchControl\LaunchControl\140xfd.ico |
|
|
SetupIconFile=D:\4_Code\deploy\LaunchControl\LaunchControl\140xfd.ico |
|
|
Compression=lzma |
|
|
Compression=lzma |
|
|
SolidCompression=yes |
|
|
SolidCompression=yes |
|
|