Re: [WiX-users] Installer radio buttons that disable features

2009-10-26 Thread Blair
Subject: Re: [WiX-users] Installer radio buttons that disable features You probably want to use the AddLocal and Remove events. Try adding something like this inside the Control element for your Next button: The AddLocal and Remove events update the list of features to be installed The text

Re: [WiX-users] Installer radio buttons that disable features

2009-10-26 Thread Rob Hamflett
You probably want to use the AddLocal and Remove events. Try adding something like this inside the Control element for your Next button: The AddLocal and Remove events update the list of features to be installed The text given for Value is the ID of the feature. I'm digging up old W

[WiX-users] Installer radio buttons that disable features

2009-10-26 Thread Scott Palmer
In my UI I have three options represented by radio buttons in the UI that only are shown the first time the product is ever installed. Call them A,B,C. The selected feature is installed and remembered in the registry so I don't ask again if a newer version of the product is installed. I wanted to