Re: [WiX-users] Hiding/showing feature tree based on property

2012-12-20 Thread Rob Mensching
Yes. You can Condition the Publish actions to control the MSI UI wizard flow. On Wed, Dec 19, 2012 at 6:06 PM, Naim Kingston wrote: > We have an installer that is going to have 2 main features, but one of > them will be mainly for developers, so I'm disabling it by default by > setting the inst

[WiX-users] Hiding/showing feature tree based on property

2012-12-19 Thread Naim Kingston
We have an installer that is going to have 2 main features, but one of them will be mainly for developers, so I'm disabling it by default by setting the install level to a very high value, but since only 1 feature will be installed by default, I'm looking for a way to bypass the feature tree, bu