|
@ -21,14 +21,14 @@ AppPublisher={#MyAppPublisher} |
|
|
AppPublisherURL={#MyAppURL} |
|
|
AppPublisherURL={#MyAppURL} |
|
|
AppSupportURL={#MyAppURL} |
|
|
AppSupportURL={#MyAppURL} |
|
|
AppUpdatesURL={#MyAppURL} |
|
|
AppUpdatesURL={#MyAppURL} |
|
|
DefaultDirName=C:\{#MyAppName} |
|
|
DefaultDirName=C:\Uav\{#MyAppName} |
|
|
ChangesAssociations=yes |
|
|
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\FlightDataAnalysis\ |
|
|
OutputDir={#SourcePath}\ |
|
|
OutputBaseFilename=FlightDataAnalysis-full-v{#MyAppVersion} |
|
|
OutputBaseFilename={#MyAppName}-full-v{#MyAppVersion} |
|
|
SetupIconFile=D:\4_Code\3_Deploy\FlightDataAnalysis\Deploy\uav.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\FlightDataAnalysis\Deploy\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion |
|
|
Source: "{#SourcePath}\Deploy\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion |
|
|
Source: "D:\4_Code\3_Deploy\FlightDataAnalysis\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] |
|
|