Ignore:
Timestamp:
Jan 8, 2017, 6:24:12 PM (7 years ago)
Author:
chronos
Message:
  • Fixed: Now Windows installer contains both 32-bit and 64-bit versions of both C-evo.exe and StdAI.dll.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/win/C-evo.iss

    r13 r27  
    2323AppSupportURL={#MyAppURL}
    2424AppUpdatesURL={#MyAppURL}
    25 DefaultDirName={pf}\{#MyAppPublisherShort}\{#MyAppName}
    26 DefaultGroupName={#MyAppPublisherShort}\{#MyAppName}
     25DefaultDirName={pf}\{#MyAppName}
     26DefaultGroupName={#MyAppName}
    2727AllowNoIcons=yes
    2828OutputDir=.
     
    3535; 64-bit Program Files directory and the 64-bit view of the registry.
    3636; On all other architectures it will install in "32-bit mode".
    37 ;ArchitecturesInstallIn64BitMode=x64
     37ArchitecturesInstallIn64BitMode=x64
    3838; Note: We don't set ProcessorsAllowed because we want this
    3939; installation to run on all architectures (including Itanium,
     
    5757
    5858[Files]
    59 ;Source: "{#MyAppSubDir}\lib\x86_64-win64\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: Is64BitInstallMode
    60 Source: "{#MyAppSubDir}\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion;
    61 ;Check: not Is64BitInstallMode
     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
    6261Source: "{#MyAppSubDir}\Graphics\*"; DestDir: "{app}\Graphics"; Flags: ignoreversion
    6362Source: "{#MyAppSubDir}\Sounds\*.*"; DestDir: "{app}\Sounds"; Flags: ignoreversion
    6463Source: "{#MyAppSubDir}\Tribes\*.*"; DestDir: "{app}\Tribes"; Flags: ignoreversion
    6564Source: "{#MyAppSubDir}\Help\*.*"; DestDir: "{app}\Help"; Flags: ignoreversion
    66 Source: "{#MyAppSubDir}\fonts.txt"; DestDir: "{app}\fonts.txt"; Flags: ignoreversion
    67 Source: "{#MyAppSubDir}\language.txt"; DestDir: "{app}"; Flags: ignoreversion
    68 Source: "{#MyAppSubDir}\language2.txt"; DestDir: "{app}"; Flags: ignoreversion
    69 Source: "{#MyAppSubDir}\StdAI.*"; DestDir: "{app}"; Flags: ignoreversion
     65Source: "{#MyAppSubDir}\Fonts.txt"; DestDir: "{app}\fonts.txt"; Flags: ignoreversion
     66Source: "{#MyAppSubDir}\Language.txt"; DestDir: "{app}"; Flags: ignoreversion
     67Source: "{#MyAppSubDir}\Language2.txt"; DestDir: "{app}"; Flags: ignoreversion
     68Source: "{#MyAppSubDir}\AI\lib\x86_64-win64\StdAI.dll"; DestDir: "{app}"; Flags: ignoreversion; Check: Is64BitInstallMode
     69Source: "{#MyAppSubDir}\AI\lib\i386-win32\StdAI.dll"; DestDir: "{app}"; Flags: ignoreversion; Check: not Is64BitInstallMode
     70Source: "{#MyAppSubDir}\StdAI.bmp"; DestDir: "{app}"; Flags: ignoreversion;
     71Source: "{#MyAppSubDir}\StdAI.ai.txt"; DestDir: "{app}"; Flags: ignoreversion;
    7072; NOTE: Don't use "Flags: ignoreversion" on any shared system files
    7173
Note: See TracChangeset for help on using the changeset viewer.