|
@ -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 "FlightDataAnalysis" |
|
|
#define MyAppName "FlightDataAnalysis" |
|
|
#define MyAppVersion "2.4.2" |
|
|
#define MyAppVersion "2.4.3" |
|
|
#define MyAppPublisher "My Company, Inc." |
|
|
#define MyAppPublisher "My Company, Inc." |
|
|
#define MyAppURL "https://www.example.com/" |
|
|
#define MyAppURL "https://www.example.com/" |
|
|
#define MyAppExeName "FlightDataAnalysis.exe" |
|
|
#define MyAppExeName "FlightDataAnalysis.exe" |
|
@ -28,7 +28,7 @@ DisableProgramGroupPage=yes |
|
|
;PrivilegesRequired=lowest |
|
|
;PrivilegesRequired=lowest |
|
|
OutputDir=D:\4_Code\3_Deploy\FlightDataAnalysis\ |
|
|
OutputDir=D:\4_Code\3_Deploy\FlightDataAnalysis\ |
|
|
OutputBaseFilename=FlightDataAnalysis-full-v{#MyAppVersion} |
|
|
OutputBaseFilename=FlightDataAnalysis-full-v{#MyAppVersion} |
|
|
SetupIconFile=D:\4_Code\3_Deploy\FlightDataAnalysis\Deploy\FlightDataAnalysis-CN\DataAnalysis.ico |
|
|
SetupIconFile=D:\4_Code\3_Deploy\FlightDataAnalysis\Deploy\DataAnalysis.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\FlightDataAnalysis\Deploy\FlightDataAnalysis-CN\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion |
|
|
Source: "D:\4_Code\3_Deploy\FlightDataAnalysis\Deploy\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion |
|
|
Source: "D:\4_Code\3_Deploy\FlightDataAnalysis\Deploy\FlightDataAnalysis-CN\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs |
|
|
Source: "D:\4_Code\3_Deploy\FlightDataAnalysis\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] |
|
|