Just a guess, but I’d try changing the CheckBoxValue=”1” to a “0”

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Lovett
Sent: Tuesday, November 07, 2006 10:54 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] CheckBox question...

 

I’m trying to put a check box on my license agreement dialog using the following:

 

        <Control Id="AgreeCheckBox" Type="CheckBox"
                
Text="{\DlgFont8}I &amp;accept the terms in the License Agreement"

                 X="5" Y="207" Width="250" Height="15" Property="LicenceAccepted" CheckBoxValue="1"/>

 

Where the property is defined as :

<Property Id="LicenceAccepted" Value="0"></Property>

 

But the checkbox comes up pre-checked.  How do I force the checkbox to come up “unchecked” to start with?

 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to