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

Reply via email to