Hi all
 I have a property called "TR" which I am setting it to "1" (based on
license file) by invoking a Custom Action.
I want to install the files in ComponentGroup1 if TR is set to "1".

   <Feature Id ="Feature1" Title="Feature 1" Level="0">
     <Condition Level="1"><![CDATA[(TR="1")]]></Condition>
      <ComponentGroupRef Id="ComponentGroup1" Primary="no" />
    </Feature>

But the above code is not working. The files are not getting installed at
Target Location. :confused:
Am I making a mistake with syntax in line Condition element? Please help me. 
-- 
View this message in context: 
http://www.nabble.com/Doubt-in-Feature-element-Level%3D%220%22-tp16047304p16047304.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to