Re: [WiX-users] Is VersionNT64 property supported in the MSVS bootstratpper?

2010-10-22 Thread Wang, Miaohsi
: [WiX-users] Is VersionNT64 property supported in the MSVS bootstratpper? Hi Everybody, I have been trying to detect whether the platform is 32-bit or 64-bit using property VersionNT64 in my MSVS 2008 bootstrapper, but cannot get it to work correctly. The detection statement is as follows: BypassIf

[WiX-users] Is VersionNT64 property supported in the MSVS bootstratpper?

2010-10-21 Thread Wang, Miaohsi
Hi Everybody, I have been trying to detect whether the platform is 32-bit or 64-bit using property VersionNT64 in my MSVS 2008 bootstrapper, but cannot get it to work correctly. The detection statement is as follows: BypassIf Property=VersionNT64 Compare=ValueExists Value=N/A for ValueExists

Re: [WiX-users] Is VersionNT64 property supported in the MSVS bootstratpper?

2010-10-21 Thread Blair
property supported in the MSVS bootstratpper? Hi Everybody, I have been trying to detect whether the platform is 32-bit or 64-bit using property VersionNT64 in my MSVS 2008 bootstrapper, but cannot get it to work correctly. The detection statement is as follows: BypassIf Property=VersionNT64 Compare

[WiX-users] Is VersionNT64 property supported in the MSVS bootstratpper and how to detect 32-bit vs 64-bit OS's?

2010-10-21 Thread Wang, Miaohsi
Hi Everybody, I have been trying to detect whether the platform is 32-bit or 64-bit using property VersionNT64 in my MSVS 2008 bootstrapper, but cannot get it to work correctly. The detection statement is as follows: BypassIf Property=VersionNT64 Compare=ValueExists Value=N/A for ValueExists