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