source: branches/AlphaChannel/Install/win/C-evo 64-bit.iss

Last change on this file was 218, checked in by chronos, 6 years ago
  • Modified: Create separate 32-bit and 64-bit Windows installers to allow to install 32-bit version with additional AIs included.
  • Modified: Use InnoSetup 6 with modern style.
File size: 466 bytes
Line 
1#include "Common.iss"
2
3[Setup]
4ArchitecturesAllowed=x64
5ArchitecturesInstallIn64BitMode=x64
6OutputBaseFilename=Install-{#MyAppName}-{#MyAppVersion}-win64
7
8[Files]
9Source: "{#MyAppSubDir}\lib\x86_64-win64-Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Components: main
10Source: "{#MyAppSubDir}\AI\StdAI\lib\x86_64-win64-Release\StdAI.dll"; DestDir: "{app}\AI\StdAI"; DestName: "StdAI-win64.dll"; Flags: ignoreversion; Components: ai\stdai
Note: See TracBrowser for help on using the repository browser.