That worked, thanks. I guess I was confused by the following warning: C:\MQ\ndp\fx\src\xmltools\Tools\XmlNotepad\Wix\XmlNotepad.wxs(112,0): Warning CNDL1006: Property 'LicenceAccepted' does not contain a Value attribute and is not marked as Admin, Secure, or Hidden. The Property element is being ignored.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of david adams Sent: Tuesday, November 07, 2006 11:32 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] CheckBox question... Chris: Set your property to no value by default <Property Id="LicenseAccepted" /> For an unchecked box, I believe that the Property @Value is empty. Checking the checkbox sets it to the value defined in the control. David Adams MSN MessengerID: [EMAIL PROTECTED] >From: Cullen Waters <[EMAIL PROTECTED]> >To: Chris Lovett <[EMAIL PROTECTED]>,"wix-users@lists.sourceforge.net" ><wix-users@lists.sourceforge.net> >Subject: Re: [WiX-users] CheckBox question... >Date: Tue, 7 Nov 2006 11:04:56 -0800 >MIME-Version: 1.0 >Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by >bay0-mc4-f15.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Tue, 7 >Nov 2006 11:05:23 -0800 >Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by >sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 36D8B1309B; Tue, 7 Nov >2006 11:05:22 -0800 (PST) >Received: from sc8-sf-mx1-b.sourceforge.net >([10.3.1.91]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net >with esmtp (Exim 4.43)id 1GhWG5-00084W-2Ufor >wix-users@lists.sourceforge.net; Tue, 07 Nov 2006 11:05:17 -0800 >Received: from mail2.microsoft.com ([131.107.115.215] >helo=smtp.microsoft.com)by mail.sourceforge.net with esmtps >(TLSv1:RC4-MD5:128) (Exim 4.44)id 1GhWFz-0006Cj-R2for >wix-users@lists.sourceforge.net; Tue, 07 Nov 2006 11:05:16 -0800 >Received: from mailout5.microsoft.com (157.54.69.148) >byTK5-EXGWY-E802.partners.extranet.microsoft.com (10.251.56.168) >withMicrosoft SMTP Server id 8.0.685.15; Tue, 7 Nov 2006 11:04:58 -0800 >Received: from IGT-HUB-02.redmond.corp.microsoft.com ([157.54.69.150]) >bymailout5.microsoft.com with Microsoft SMTPSVC(6.0.3790.2786); Tue, 7 >Nov2006 11:04:58 -0800 >Received: from tk1-exhub-c102.redmond.corp.microsoft.com ([157.56.116.113]) >byIGT-HUB-02.redmond.corp.microsoft.com over TLS secured channel >withMicrosoft SMTPSVC(6.0.3790.1830); Tue, 7 Nov 2006 11:04:58 -0800 >Received: from NA-EXMSG-C102.redmond.corp.microsoft.com ([157.54.53.6]) >bytk1-exhub-c102.redmond.corp.microsoft.com ([157.56.116.113]) with >mapi;Tue, 7 Nov 2006 11:04:57 -0800 >X-Message-Info: LsUYwwHHNt2tSteDIfXKnZROuncSXH5N/2+fUqd0FVk= >Thread-Topic: [WiX-users] CheckBox question... >Thread-Index: AccCniaLbvSLaSsLSLWUGe3AIjOMGwAAWk2g >References: ><[EMAIL PROTECTED]> >Accept-Language: en-US >Content-Language: en-US >X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US >X-OriginalArrivalTime: 07 Nov 2006 19:04:58.0262 >(UTC)FILETIME=[9E52A360:01C7029F] >X-Spam-Score: 1.2 (+) >X-Spam-Report: Spam Filtering performed by sourceforge.net.See >http://spamassassin.org/tag/ for more details.Report problems >tohttp://sf.net/tracker/?func=add&group_id=1&atid=2000010.0 HTML_MESSAGE > BODY: HTML included in message1.2 HTML_ATTR_UNIQUE BODY: HTML >appears to have random attributes intags >X-BeenThere: wix-users@lists.sourceforge.net >X-Mailman-Version: 2.1.8 >Precedence: list >List-Id: "General discussion for Windows Installer XML >toolset."<wix-users.lists.sourceforge.net> >List-Unsubscribe: ><https://lists.sourceforge.net/lists/listinfo/wix-users>,<mailto:[EMAIL >PROTECTED]> >List-Archive: ><http://sourceforge.net/mailarchive/forum.php?forum=wix-users> >List-Post: <mailto:wix-users@lists.sourceforge.net> >List-Help: <mailto:[EMAIL PROTECTED]> >List-Subscribe: ><https://lists.sourceforge.net/lists/listinfo/wix-users>,<mailto:[EMAIL >PROTECTED]> >Errors-To: [EMAIL PROTECTED] >Return-Path: [EMAIL PROTECTED] > >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 &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 _________________________________________________________________ Try Search Survival Kits: Fix up your home and better handle your cash with Live Search! http://imagine-windowslive.com/search/kits/default.aspx?kit=improve&locale=en-US&source=hmtagline ------------------------------------------------------------------------- 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 ------------------------------------------------------------------------- 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