Re: [WiX-users] Is there a way to programatically check a checkbox?

2009-05-19 Thread Bob Arnson
David Bartmess wrote: > How do I clear the property? I tried setting it via a Property custom action > to "" But that doesn't clear the checkbxo. > This is documented in the MSI SDK: Event An identifier that specifies the type of event that should take place when the user interacts w

Re: [WiX-users] Is there a way to programatically check a checkbox?

2009-05-18 Thread David Bartmess
ndows Installer XML toolset. Subject: Re: [WiX-users] Is there a way to programatically check a checkbox? David Bartmess wrote: > Is there a way inside wix to uncheck a checkbox? Especially if it can be > conditioned off another control? > Set or clear the property associated with the

Re: [WiX-users] Is there a way to programatically check a checkbox?

2009-05-17 Thread Bob Arnson
David Bartmess wrote: > Is there a way inside wix to uncheck a checkbox? Especially if it can be > conditioned off another control? > Set or clear the property associated with the checkbox. -- sig://boB http://joyofsetup.com/ ---

[WiX-users] Is there a way to programatically check a checkbox?

2009-05-15 Thread David Bartmess
I have three checkboxes, each successive checkbox is dependent on the previous one. So if checkbox A is checked, checkboxB is enabled and can be checked. etc., etc., The only problem I'm having now is if you check checkbox A, then check checkboxB when it's enabled, then uncheck checkboxA, check