Fix detection of x64 architecture on some machines

This commit is contained in:
Cameron Gutman 2021-01-17 12:58:08 -06:00
parent 14a6a69dc0
commit 3959f447d4

View file

@ -54,7 +54,8 @@
<util:RegistrySearch Variable="NT_BUILD_STRING"
Root="HKLM"
Key="Software\Microsoft\Windows NT\CurrentVersion"
Value="BuildLabEx" />
Value="BuildLabEx"
Win64="yes" />
<util:ProductSearch Id="VCREDIST_142_x86"
UpgradeCode="$(var.VCREDIST_X86_UPGRADE_CODE)"