Re: [WiX-users] Windows 2003 Server 64 bit and XP 64 bit

2009-10-16 Thread Blair
MsiNTProductType will be different. -Original Message- From: John Lalande [mailto:johnlala...@gmail.com] Sent: Friday, October 16, 2009 2:32 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Windows 2003 Server 64 bit and XP 64 bit Since XP64 is based on Win2k3 64, their OS

Re: [WiX-users] Windows 2003 Server 64 bit and XP 64 bit

2009-10-16 Thread Jeremy Farrell
You missed the MsiNTProductType property. Regards, jjf > -Original Message- > From: John Lalande [mailto:johnlala...@gmail.com] > Sent: Friday, October 16, 2009 10:32 PM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Windows 2003 Server 64 bi

[WiX-users] Windows 2003 Server 64 bit and XP 64 bit

2009-10-16 Thread John Lalande
Since XP64 is based on Win2k3 64, their OS installer properties are identical. Is there another way to distinguish the two operating systems? We would like to add a launch condition that allows XP64 but not Win2k3 Server 64. John ---