You should be able to use a combination of the Intel, Intel64, and Msix64 standard properties. They are documented at http://msdn.microsoft.com/en-us/library/aa370905.aspx#hardware_properties.
Neil ________________________________ From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Michael Faden [EMAIL PROTECTED] Sent: Friday, August 15, 2008 4:02 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] OS Version Hi, can anbody tell me, how I can construct a conditional element for the OS-version (32/64bit) like <Feature Id="ProductFeature" Title="Complete" Display="expand" Level="1"> <Feature Id="Version32" Title="32-bit Version" Description="32-bit Version." Level="1"> <Condition Level="1"> (OS is 32bit) </Condition> <ComponentRef Id="ProductComponent32bit" /> </Feature> <Feature Id="Version64" Title="64-bit Version" Description="64-bit Version." Level="1"> <Condition Level="1">(OS is 64bit)</Condition> <ComponentRef Id="ProductComponent64bit" / </Feature> </Feature> Thx in adavnce Filum ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ________________________________ Sample disclaimer text ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users