Right, I sort of understood your question from the start, but I tried to take
the easy way out! Try this:

<Control
               Id="CB1"
               Type="CheckBox"
               Property="myCheckboxResult"
               CheckBoxValue="my value"
               Text="Check the box please."
               X="50"
               Y="50"
               Height="10"
               Width="150">

               <Publish Property="myCheckboxResult2" Value="my value"
Order="1">myCheckboxResult</Publish>
               <Publish Property="myCheckboxResult2" Value="{}"
Order="2">NOT myCheckboxResult</Publish>
               </Control>

            <Control 
               Property="myCheckboxResult2"
               Id="CB2"
               Type="CheckBox"
               CheckBoxValue="my value"
               Text="Check the box please."
               X="50"
               Y="70"
               Height="10"
               Width="150" />


I found this solution by reading this earlier post by Bob Arnson:
http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg28975.html
-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-conditionally-check-uncheck-a-checkbox-tp5539262p5541050.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