Installer: Remove 64-bit install checkbox for standard installs on 32-bit systems

This commit is contained in:
Birunthan Mohanathas 2013-10-19 12:33:47 +03:00
parent 3cf2c21c7b
commit 9ebac71990

View File

@ -324,14 +324,14 @@ Function PageOptions
StrCpy $1 0
StrCpy $R2 0
${If} ${RunningX64}
${AndIf} $InstallPortable = 1
${OrIf} $INSTDIR == ""
${NSD_CreateCheckBox} 6u 54u 285u 12u "$(INSTALL64BIT)"
Pop $R2
StrCpy $1 30u
${Else}
StrCpy $R2 0
${If} $InstallPortable = 1
${OrIf} $INSTDIR == ""
${NSD_CreateCheckBox} 6u 54u 285u 12u "$(INSTALL64BIT)"
Pop $R2
StrCpy $1 30u
${EndIf}
${EndIf}
${If} $InstallPortable <> 1