mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Installer: Remove 64-bit install checkbox for standard installs on 32-bit systems
This commit is contained in:
parent
3cf2c21c7b
commit
9ebac71990
@ -324,14 +324,14 @@ Function PageOptions
|
|||||||
|
|
||||||
StrCpy $1 0
|
StrCpy $1 0
|
||||||
|
|
||||||
|
StrCpy $R2 0
|
||||||
${If} ${RunningX64}
|
${If} ${RunningX64}
|
||||||
${AndIf} $InstallPortable = 1
|
${If} $InstallPortable = 1
|
||||||
${OrIf} $INSTDIR == ""
|
${OrIf} $INSTDIR == ""
|
||||||
${NSD_CreateCheckBox} 6u 54u 285u 12u "$(INSTALL64BIT)"
|
${NSD_CreateCheckBox} 6u 54u 285u 12u "$(INSTALL64BIT)"
|
||||||
Pop $R2
|
Pop $R2
|
||||||
StrCpy $1 30u
|
StrCpy $1 30u
|
||||||
${Else}
|
${EndIf}
|
||||||
StrCpy $R2 0
|
|
||||||
${EndIf}
|
${EndIf}
|
||||||
|
|
||||||
${If} $InstallPortable <> 1
|
${If} $InstallPortable <> 1
|
||||||
|
Loading…
Reference in New Issue
Block a user