Re: [WiX-users] Selectively install based on radio button value

2014-01-09 Thread Brian Enderle
I finally found a solution to this at http://www.joyofsetup.com/2007/05/30/feature-conditions-and-ui/ and am posting my solution should anyone in the future find this post. In my main file (Product.wxs) the components to install are defined as follows:

[WiX-users] Selectively install based on radio button value

2014-01-09 Thread Brian Enderle
I have the following components that get installed: I have implemented a UI screen that implements two radio buttons that ask the user if they want the IIS configuration setup for them as follows: ...