don't allow x64 install on x86 windows
This commit is contained in:
parent
d805d30957
commit
a939f668c1
|
@ -18,7 +18,7 @@ PrivilegesRequired=none
|
||||||
ShowComponentSizes=no
|
ShowComponentSizes=no
|
||||||
CreateUninstallRegKey=not IsTaskSelected('portable')
|
CreateUninstallRegKey=not IsTaskSelected('portable')
|
||||||
Uninstallable=not IsTaskSelected('portable')
|
Uninstallable=not IsTaskSelected('portable')
|
||||||
ArchitecturesAllowed=x86 x64
|
ArchitecturesAllowed=x64
|
||||||
ArchitecturesInstallIn64BitMode=x64
|
ArchitecturesInstallIn64BitMode=x64
|
||||||
|
|
||||||
[Types]
|
[Types]
|
||||||
|
|
Loading…
Reference in New Issue