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

Last change on this file was 411, checked in by chronos, 3 years ago
  • Fixed: Contact page link.
  • Fixed: Styling of settings edit boxes under Windows.
  • Modified: Updated Windows installer scripts.
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.