|
@ -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 "TGcs" |
|
|
#define MyAppName "TGcs" |
|
|
#define MyAppVersion "1.1.1" |
|
|
#define MyAppVersion "1.1.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 "TGcs.exe" |
|
|
#define MyAppExeName "TGcs.exe" |
|
@ -26,9 +26,9 @@ ChangesAssociations=yes |
|
|
DisableProgramGroupPage=yes |
|
|
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\3_Deploy\{#MyAppName}\ |
|
|
OutputDir={#SourcePath}\ |
|
|
OutputBaseFilename={#MyAppName}-full-v{#MyAppVersion} |
|
|
OutputBaseFilename={#MyAppName}-full-v{#MyAppVersion} |
|
|
SetupIconFile=D:\4_Code\3_Deploy\{#MyAppName}\Deploy\{#MyAppName}.ico |
|
|
SetupIconFile={#SourcePath}\Deploy\{#MyAppName}.ico |
|
|
Compression=lzma |
|
|
Compression=lzma |
|
|
SolidCompression=yes |
|
|
SolidCompression=yes |
|
|
WizardStyle=modern |
|
|
WizardStyle=modern |
|
@ -40,8 +40,8 @@ Name: "english"; MessagesFile: "compiler:Default.isl" |
|
|
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked |
|
|
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked |
|
|
|
|
|
|
|
|
[Files] |
|
|
[Files] |
|
|
Source: "D:\4_Code\3_Deploy\{#MyAppName}\Deploy\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion |
|
|
Source: "{#SourcePath}\Deploy\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion |
|
|
Source: "D:\4_Code\3_Deploy\{#MyAppName}\Deploy\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs |
|
|
Source: "{#SourcePath}\Deploy\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs |
|
|
; NOTE: Don't use "Flags: ignoreversion" on any shared system files |
|
|
; NOTE: Don't use "Flags: ignoreversion" on any shared system files |
|
|
|
|
|
|
|
|
[Registry] |
|
|
[Registry] |
|
|