|
|
@ -13,7 +13,7 @@ |
|
|
|
[Setup] |
|
|
|
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications. |
|
|
|
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) |
|
|
|
AppId={{F55B95F5-7210-468B-9614-31D3E69D286E} |
|
|
|
AppId={{F55B95F5-7210-468B-9614-31D3E69D12312} |
|
|
|
AppName={#MyAppName} |
|
|
|
AppVersion={#MyAppVersion} |
|
|
|
;AppVerName={#MyAppName} {#MyAppVersion} |
|
|
@ -26,9 +26,9 @@ ChangesAssociations=yes |
|
|
|
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\FCS-Tools\ |
|
|
|
OutputBaseFilename=FCS-Tools-full-v{#MyAppVersion} |
|
|
|
SetupIconFile=D:\4_Code\3_Deploy\FCS-Tools\Deploy\tools.ico |
|
|
|
OutputDir={#SourcePath}\ |
|
|
|
OutputBaseFilename={#MyAppName}-full-v{#MyAppVersion} |
|
|
|
SetupIconFile={#SourcePath}\Deploy\{#MyAppName}.ico |
|
|
|
Compression=lzma |
|
|
|
SolidCompression=yes |
|
|
|
WizardStyle=modern |
|
|
@ -40,8 +40,8 @@ Name: "english"; MessagesFile: "compiler:Default.isl" |
|
|
|
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked |
|
|
|
|
|
|
|
[Files] |
|
|
|
Source: "D:\4_Code\3_Deploy\FCS-Tools\Deploy\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion |
|
|
|
Source: "D:\4_Code\3_Deploy\FCS-Tools\Deploy\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs |
|
|
|
Source: "{#SourcePath}\Deploy\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion |
|
|
|
Source: "{#SourcePath}\Deploy\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs |
|
|
|
; NOTE: Don't use "Flags: ignoreversion" on any shared system files |
|
|
|
|
|
|
|
[Registry] |
|
|
|