Thanks, but the problem is, let me explain in detail I have 6 features On the custom dialog I have 3 radio buttons - Server/DBServer/COMServer - depending on this selection. I have to display the below features. For "Server" - All Features are selected and displayed. For DBServer - None should be selected but displayed. For COMServer - Only FeatureF should be selected and displayed(cannot uncheck this feature for this type of install) and rest is displayed but unchecked. Is this possible?
featureA featureB featureC featureD featureE featureF FeatureRequired. Do have I have add code for each feature like this <Publish Event="AddLocal" Value="FeatureA" ><![CDATA[(INSTALLTYPE ="CompleteServer")]]></Publish> <Publish Event="Remove" Value="FeatureA"><![CDATA[NOT(INSTALLTYPE="CompleteServer")]]></Publish> Thanks, Arun Perregattur -----Original Message----- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Thursday, March 04, 2010 8:56 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Conditional FeatureTree Features On 3/4/2010 3:17 PM, Arun Perregatturv wrote: > I am using WIXUI_FeatureTree with removal of License and including a custom > dialog which has 3 radiogroups. Based on the radio group selection I have > display the feature set in the feature tree. Is it possible? > Yes. Use AddLocal and Remove control events to manage which features are available. -- sig://boB http://joyofsetup.com/ ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users