|
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]
|
|---|
| 4 | ArchitecturesAllowed=x64
|
|---|
| 5 | ArchitecturesInstallIn64BitMode=x64
|
|---|
| 6 | OutputBaseFilename=Install-{#MyAppName}-{#MyAppVersion}-win64
|
|---|
| 7 |
|
|---|
| 8 | [Files]
|
|---|
| 9 | Source: "{#MyAppSubDir}\lib\x86_64-win64-Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Components: main
|
|---|
| 10 | Source: "{#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.