No, I hadn't tried that... but I just did - and it sort of works, but it
isn't what I actually needed.  I now have two check boxes that set the same
property (e.g. "MyCheckBoxResult").

I'd like CB2 to be checked initially only if CB1 is checked, and vise-versa. 
But I would like to allow the user to uncheck CB2 if CB1 is checked too.  

This code below doesn't allow that - if I uncheck CB2, CB1 becomes unchecked
too.  

Also, with this code, I can't tell the state (checked or not) of CB2 because
there is no unique property associated with it now.

I think I need to set CB2's 'property' value to "0" if CB1's state is
unchecked, (and as a result, CB2's checkbox would be unchecked).
-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-conditionally-check-uncheck-a-checkbox-tp5539262p5539664.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