Re: [WiX-users] Condition in Feature

2009-07-21 Thread Bob Arnson
Tamara Kustarova wrote: > The feature examples consists of features: > examples_feature1 (will be hidden) > examples_feature2 (will be hidden) > I want to install feature "examples_feature1" ONLY if user selected > feature1 to install and feature "examples" to install. Similarly, I want > to inst

Re: [WiX-users] Condition in Feature

2009-07-21 Thread Peter Shirtcliffe
Could you make "examples_feature1" visible and a child feature of "feature1" and "examples_feature2" visible and a child of "feature2" ? Remove the feature "examples". The user could select the examples that they wanted to install but they couldnt install the examples without the corresponding pa