Re: [WiX-users] Conditional dynamic dialogs

2014-03-07 Thread Nick Ramirez
You'll need to create all the dialogs you need, and then show them dyanmically. You can put the logic for which to show in the Next button of your dialog (using the NewDialog event with conditional logic). This logic can evaluate properties that you've set with a radio button. -- View this

[WiX-users] Conditional dynamic dialogs

2014-02-28 Thread Scott Moyer
Does anyone know a way to dynamically create a dialog depending on a property setting. Looks like you can perform a condition on a Control but not on a specific RadioButtonGroupI could create a custom action to present the dialog but would prefer not to. If necessary will just create an