Based on CheckBox value show the WIX Dialog.
- by Velu
I have instakllation i have to show the Dialog based on the checkbox value. I have set the checkbox property as true initially.
<Property Id="CHECKBOX_1_PROP" Value="TRUE" />
And show the dialog based on the check box values. If it is true i have to show the Newdoalog_1 if it is false i have to show the Setup dialog
INSTALL
INSTALL AND CHECKBOX_1_PROP="TRUE"
INSTALL
INSTALL
My Problem is always show the Setup Dialog that is False condition.
Pls help on this.