Out of the box that isn't possible. If you start with the extended BA 
http://wixextba.codeplex.com/ (WiX 3.8 is basically the same code as this) you 
could modify OnChangeState() and OnClickRepairButton() to support this function.

Neil

-----Original Message-----
From: Shannon Cornish [mailto:shan...@shannoncornish.com] 
Sent: 22 April 2014 05:01
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Burn - Checkbox on Modify Page

Hi,

I would like to add a checkbox to the Modify page of my Burn project and have 
that value be passed into the MSI file. 

I have added a <Variable> element as a <Bundle> child and a checkbox to the 
'Modify' page of my burn application using a custom theme (based on the RTF 
License theme). I also have used an <MsiProperty> element to pass this value to 
the MSI.

The issue is that the <checkbox> on the modify page does not bind to the 
<variable>.
If I move the <checkbox> to the 'Options' page it does bind to the <variable>.

I would like to have the option on the 'Modify' page to allow the user to 
remove settings files during installation (via a custom action in the MSI).

Thanks in advance!



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-Checkbox-on-Modify-Page-tp7594244.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform Build your Enterprise 
Intranet with eXo Platform Software Java Based Open Source Intranet - Social, 
Extensible, Cloud Ready Get Started Now And Turn Your Intranet Into A 
Collaboration Platform http://p.sf.net/sfu/ExoPlatform 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to