source: tags/1.3.0/Install/win/C-evo 64-bit.iss

Last change on this file was 403, checked in by chronos, 3 years ago
  • Modified: Trunk pushed to 1.4.0 alfa.
  • Modified: Updated Windows installer script to use New Horizons in name.
  • Added: Version 1.3.0 Windows installer binaries.
File size: 492 bytes
Line 
1#include "Common.iss"
2
3[Setup]
4ArchitecturesAllowed=x64
5ArchitecturesInstallIn64BitMode=x64
6OutputBaseFilename=Install-{#MyAppNameShort}-{#MyAppVersion}{#MyAppVersionSuffix}-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.