Classification: Public
This is how I have mine:

<Page Name="Install">
    <Text X="170" Y="20" Width="-11" Height="60" FontId="2" 
DisablePrefix="yes">#(loc.InstallHeader)</Text>
    <Text X="170" Y="100" Width="-11" Height="-129" FontId="3" 
DisablePrefix="yes">#(loc.InstallMessage)</Text>
    <Text X="11" Y="-11" Width="246" Height="17" FontId="4" DisablePrefix="yes" 
Visible="no" TabStop="no">#(loc.InstallVersion)</Text>
    <Checkbox Name="InstallClient1Checkbox" X="180" Y="180" Width="-11" 
Height="17" FontId="3" TabStop="yes" 
HideWhenDisabled="no">#(loc.Client1Checkbox)</Checkbox>
    <Checkbox Name="InstallClient2Checkbox" X="180" Y="200" Width="-11" 
Height="17" FontId="3" TabStop="yes" 
HideWhenDisabled="no">#(loc.Client2Checkbox)</Checkbox>
    <Checkbox Name="InstallClient3Checkbox" X="180" Y="220" Width="-11" 
Height="17" FontId="3" TabStop="yes" 
HideWhenDisabled="no">#(loc.Client3Checkbox)</Checkbox>


Then in the bundle.wxs I have this (I have them all selected since by default 
we want the customer to install all the client software)

    <Variable Name="InstallClient1Checkbox" Type="numeric" Value="1" />
    <Variable Name="InstallClient2Checkbox" Type="numeric" Value="1" />
    <Variable Name="InstallClient3Checkbox" Type="numeric" Value="1" />

    <Chain>

Steve
-----Original Message-----
From: hkannans [mailto:hkann...@gmail.com]
Sent: February-28-14 4:51 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How to set Checkbox selected by default in Wix 
bootstrapper?

I would like to add checkbox in welcome page of the wix bootstrapper.
Modified the HyperlinkTheme.xml and add like, <Checkbox Name="InstallDriver" 
X="18" Y="191" Width="-11" Height="17"
TabStop="yes" FontId="3" Property= "CHECKBOXPROPERTY " CheckBoxValue="1"
HideWhenDisabled="yes">Install Driver</Checkbox>

But the default value of the checkbox is unchecked.Please help me as soon as 
possible. 

Thanks in advance. 



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-set-Checkbox-selected-by-default-in-Wix-bootstrapper-tp7593003.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer Customize 
your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

 



------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to