Hi,
I am trying to use the parameter "Install based on condition" which is in the "Feature Properties" pane. I want to install features based on what the user has selected using radio buttons (set a property).
I have a dialog with a RADIO_GROUP control and 3 radio buttons each with the values ("Client", "Server", "Processing"). The default is RADIO_GROUP="Client". I have 3 features:
1) Client Feature - I set the Install condition to "RADIO_GROUP="Client"
2) Server Feature - I set the install condition to "RADIO_GROUP="Server"
3) Processing Feature - I set the install condition to "RADIO_GROUP="Processing"
If I run the installer and use defaults then the client feature install correctly. If I run and click on the "Server" radio button then all features install?!?!
I have checked in the log and the RADIO_GROUP property is changed correctly on the selection dialog. It just doesn't seem to be used correctly by the feature install condition.
Any ideas?
Many Thanks,
Rob.