This is a condition I use to detect the WinXP 64-bit: VersionNT64 = 502 AND MsiNTProductType = 1
Note that you should address VersionNT64 instead of VersionNT for 64-bit systems. MsiNTProductType = 1 means "workstation", which differentiates it from "domain controller" (MsiNTProductType = 2) and just "server" (MsiNTProductType = 3). Hope this helps. -- Yan -----Original Message----- From: Calin Iaru [mailto:ca...@dolphinics.com] Sent: Thursday, March 12, 2009 12:08 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] xp x64 detection Hi, I did not test my msi on XP X64 and someone actually came and reported an error. I see that my installer follows the guidelines at http://msdn.microsoft.com/en-us/library/aa370556(VS.85).aspx but also that someone reports a documentation bug. Is VersionNt 501 or 502 for XP X64? I don't have a box ready for testing at the moment. Thanks, Calin ------------------------------------------------------------------------ ------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users