Re: [WiX-users] How to conditionally check/uncheck a checkbox

2010-09-17 Thread gapearce
Nick! That works exactly the way I'd like it to... I really appreciate your help! Thanks! Greg -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-conditionally-check-uncheck-a-checkbox-tp5539262p5544015.html Sent from the wix-users mailing

Re: [WiX-users] How to conditionally check/uncheck a checkbox

2010-09-16 Thread Nick Ramirez
Right, I sort of understood your question from the start, but I tried to take the easy way out! Try this: myCheckboxResult NOT myCheckboxResult I found this solution by reading this earlier post by Bob Arnson: http://www.mail-archive

Re: [WiX-users] How to conditionally check/uncheck a checkbox

2010-09-16 Thread gapearce
Sorry for the ambiguity. I'm not asking the right question. Here's what I'd really like to do: On entry to this dialog, both CB1 and CB2 should be checked, so I set their individual properties to "1". The user can un-check CB2 and it should leave CB1 alone. If the user un-checks CB1, I'd

Re: [WiX-users] How to conditionally check/uncheck a checkbox

2010-09-16 Thread gapearce
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

Re: [WiX-users] How to conditionally check/uncheck a checkbox

2010-09-16 Thread Nick Ramirez
Have you tried the CheckBoxPropertyRef attribute? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-conditionally-check-uncheck-a-checkbox-tp5539262p5539328.html Sent from the wix-users mailing list archive at Nabble.com. -

[WiX-users] How to conditionally check/uncheck a checkbox

2010-09-16 Thread gapearce
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. There must be a way...How can I do this? Thanks -- View this message in context: http://windows-installer-xml-wix-toolse