Changeset 113 for trunk/Install/xTactics.iss
- Timestamp:
- Nov 28, 2016, 11:06:51 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/xTactics.iss
r93 r113 31 31 SolidCompression=yes 32 32 ChangesAssociations=yes 33 ; "ArchitecturesInstallIn64BitMode=x64" requests that the install be 34 ; done in "64-bit mode" on x64, meaning it should use the native 35 ; 64-bit Program Files directory and the 64-bit view of the registry. 36 ; On all other architectures it will install in "32-bit mode". 37 ArchitecturesInstallIn64BitMode=x64 38 ; Note: We don't set ProcessorsAllowed because we want this 39 ; installation to run on all architectures (including Itanium, 40 ; since it's capable of running 32-bit code too). 33 41 34 42 [Languages] … … 49 57 50 58 [Files] 51 Source: "{#MyAppSubDir}\ {#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion52 ;Source: "{#MyAppSubDir}\{#MyAppDebugName}"; DestDir: "{app}"; Flags: ignoreversion 59 Source: "{#MyAppSubDir}\lib\x86_64-win64\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: Is64BitInstallMode 60 Source: "{#MyAppSubDir}\lib\i386-win32\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: not Is64BitInstallMode 53 61 Source: "{#MyAppSubDir}\Languages\*.po"; DestDir: "{app}\Languages"; Flags: ignoreversion 54 62 Source: "{#MyAppSubDir}\Images\Maps\*.*"; DestDir: "{app}\Images\Maps"; Flags: ignoreversion
Note:
See TracChangeset
for help on using the changeset viewer.