Hi, 

I want to do that the component "X0"  is installed  when I select both "F0" and 
"F1" on UI or  command-line parameters.
When is it evaluated a condition of component ?  Something wrong ? 



wix code:

   <Feature Id="F0">
       <ComponentRef Id="X0"/>
       <ComponentRef Id="CF0"/>
   </Feature>
   <Feature Id="F1">
       <ComponentRef Id="X0"/>
       <ComponentRef Id="CF1"/>
   </Feature>
   <Component Id="X0">
      <File .... />
      <Condition><![CDATA[ &F0 = 3 And &F1 = 3 ] ] ></Condition>
   </Component>


Thanks,

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to