I ahve a radio button where user selects a version of productUnicode Or ASCI) 
depending upon I need to install a different binary. I am using condition 
statement under feature. Looks like it is not working for me. I donot know what 
I am doing wrong here. Please help me.

Code as follows: 

<Feature Id='Complete' Title='Teams 1.0' Description='The TEAMS complete 
package.'
      Display='expand' Level='1' ConfigurableDirectory='TARGETDIR'>
      <Feature Id='MainProgram' Title='Program' Description='The main 
executable.' Level='1'>
<Condition><![CDATA[Unicode = "Yes"]]></Condition>
 <ComponentRef Id='component0' />
<Condition><![CDATA[Unicode = "No"]]></Condition>
       <ComponentRef Id='component1' />
 <ComponentRef Id='component2' />
   
</Feature>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to