Ok I pulled the trigger a little to fast on this question as a search of the 
mail archive provided the answer.   On a related note is the setup below the 
right way to essentially say that the "Sites" feature has optional "Site1" and 
"Site2" subfeatures and if regardless of which one you select you get the 
"Documentation" + "Log" + "Counter" components installed?   If so would a 
person be able to unselect "Site1" and "Site2" and still end up installing the 
Sites "Documentation" + "Log" + "Counter" components?

<Feature Id="Sites" Title="Sites" Level="1">
    <ComponentRef Id="Documentation" />
    <ComponentRef Id="Log" />
    <ComponentRef Id="Counter" />
    <Feature Id="Site1" Title="Site1" Level="1">
        <ComponentRef Id="Site1" />
    </Feature>
    <Feature Id="Site2" Title="Site2" Level="1">
        <ComponentRef Id="Site2" />
    </Feature>
</Feature>

From: Robert O'Brien
Sent: Thursday, April 03, 2008 4:02 PM
To: 'wix-users@lists.sourceforge.net'
Subject: is there a way to get WixUI_Mondo and WixUI_FeatureTree to show 
feature tree components

Is there a way to get WixUI_Mondo and WixUI_FeatureTree to show feature tree 
components or do I have to essentially define a FeatureGroup and have that 
contain Feature definitions aligned with the component options I want to be 
provided as optional selections?
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to