|
|
@ -2,7 +2,7 @@ |
|
|
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! |
|
|
|
|
|
|
|
#define MyAppName "TJoyStick" |
|
|
|
#define MyAppVersion "1.0.2" |
|
|
|
#define MyAppVersion "1.0.3" |
|
|
|
#define MyAppPublisher "My Company, Inc." |
|
|
|
#define MyAppURL "https://www.example.com/" |
|
|
|
#define MyAppExeName "TJoyStick.exe" |
|
|
@ -27,7 +27,7 @@ DisableProgramGroupPage=yes |
|
|
|
; Uncomment the following line to run in non administrative install mode (install for current user only.) |
|
|
|
;PrivilegesRequired=lowest |
|
|
|
OutputDir=D:\4_Code\3_Deploy\{#MyAppName}\ |
|
|
|
OutputBaseFilename={#MyAppName}-v{#MyAppVersion} |
|
|
|
OutputBaseFilename={#MyAppName}-full-v{#MyAppVersion} |
|
|
|
SetupIconFile=D:\4_Code\3_Deploy\{#MyAppName}\Deploy\joy.ico |
|
|
|
Compression=lzma |
|
|
|
SolidCompression=yes |
|
|
|