I have added one checkbox in the HyperlinkTheme.xml like, 
<Checkbox Name="MyCheckBox" X="18" Y="191" Width="-11" Height="17"
TabStop="yes" FontId="3" HideWhenDisabled="yes">Install Driver</Checkbox>  

How can i use this in bootstrapper? I have modified the Bundle.wxs file
like, 
<MsiPackage SourceFile="..\..\..\..\install\MyMSI.msi"
InstallCondition="MyCheckBox" ForcePerMachine="yes" Vital="yes"
Visible="yes" />  

But this doesn't work properly. It didn't install the MyMSI.msi but the
check box value is "selected". did I miss anything. Please help. Thanks in
advance.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-use-the-check-box-value-in-wix-bootstrapper-tp7593002.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

Reply via email to