Issue 1904: "Setup script for Windows", removing the restriction preventing a 32 bits build to be installed on a 64 bit (WinXP) system

This commit is contained in:
natureh 510
2013-07-29 23:00:33 +02:00
parent 5720aa6621
commit 4c35ea83d0
2 changed files with 10 additions and 3 deletions

View File

@@ -32,6 +32,7 @@
#define MySourceBasePath "${PROJECT_SOURCE_DIR}"
#define MyBitDepth "${BUILD_BIT_DEPTH}"
#define MyTargetArchitecture "${ARCHITECTURE_ALLOWED}"
#define MyInstallMode "${INSTALL_MODE}"
[Setup]
; NOTE: The value of AppId uniquely identifies this application.
@@ -58,7 +59,7 @@ WizardImageBackColor=$2A2A2A
Compression=lzma
SolidCompression=yes
ArchitecturesAllowed={#MyTargetArchitecture}
ArchitecturesInstallIn64BitMode=x64
ArchitecturesInstallIn64BitMode={#MyInstallMode}
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"