Block x86 installs on x64 OSes

This commit is contained in:
Cameron Gutman 2018-07-28 13:59:27 -07:00
parent c7138fe36c
commit e39b5a6a72

View File

@ -33,9 +33,13 @@
<?endif ?> <?endif ?>
<?if $(env.ARCH) ~= x64 ?> <?if $(env.ARCH) ~= x64 ?>
<bal:Condition Message="This Moonlight installer requires a 64-bit OS."> <bal:Condition Message="This Moonlight installer requires a 64-bit (x64) OS. Please download the 32-bit (x86) installer.">
VersionNT64 VersionNT64
</bal:Condition> </bal:Condition>
<?elseif $(env.ARCH) ~= x86 ?>
<bal:Condition Message="This Moonlight installer requires a 32-bit (x86) OS. Please download the 64-bit (x64) installer.">
NOT VersionNT64
</bal:Condition>
<?endif ?> <?endif ?>
<?if $(env.ARCH) ~= x64 ?> <?if $(env.ARCH) ~= x64 ?>