close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

Ignore:
Timestamp:
Nov 28, 2016, 11:06:51 PM (7 years ago)
Author:
chronos
Message:
  • Modified: Create one setup for both 32-bit and 64-bit Windows.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/xTactics.iss

    r93 r113  
    3131SolidCompression=yes
    3232ChangesAssociations=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".
     37ArchitecturesInstallIn64BitMode=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).
    3341
    3442[Languages]
     
    4957
    5058[Files]
    51 Source: "{#MyAppSubDir}\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
    52 ;Source: "{#MyAppSubDir}\{#MyAppDebugName}"; DestDir: "{app}"; Flags: ignoreversion
     59Source: "{#MyAppSubDir}\lib\x86_64-win64\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: Is64BitInstallMode
     60Source: "{#MyAppSubDir}\lib\i386-win32\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: not Is64BitInstallMode
    5361Source: "{#MyAppSubDir}\Languages\*.po"; DestDir: "{app}\Languages"; Flags: ignoreversion
    5462Source: "{#MyAppSubDir}\Images\Maps\*.*"; DestDir: "{app}\Images\Maps"; Flags: ignoreversion
Note: See TracChangeset for help on using the changeset viewer.