I have a dialog with two check boxes. CB1 and CB2.  If CB1 is checked, I'd
like to set CB2 to checked, too.  And conversely, I'd like to uncheck CB2 if
CB1 is unchecked.

<Control Id="CB1" Type="CheckBox" Text="Start [ProductName] services on
exit." Property="LAUNCHSERVICEONEXIT" CheckBoxValue="1"/>

<Control Id="CB2" Type="CheckBox" Text="Launch [ProductName] configuration
program on exit." Property="LAUNCHADMINONEXIT" CheckBoxValue="1">

There must be a way...How can I do this?

Thanks
-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-conditionally-check-uncheck-a-checkbox-tp5539262p5539262.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to