Re: [WiX-users] Bootstrapper Custom UI, Checkbox to customize install

2014-10-02 Thread John Cooper
ocoo...@jackhenry.com -Original Message- From: newuser2014 [mailto:wamplersovere...@gmail.com] Sent: Wednesday, October 1, 2014 1:44 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Bootstrapper Custom UI, Checkbox to customize install Thank you for the advice. Now I can use checkb

Re: [WiX-users] Bootstrapper Custom UI, Checkbox to customize install

2014-10-01 Thread newuser2014
Thank you for the advice. Now I can use checkboxes to customize my installation. However, when I tried to put the same checkbox on the modify screen for selection during uninstallation, they don't seem to work. My code looks like the following, selective installation works, but uninstallation

Re: [WiX-users] Bootstrapper Custom UI, Checkbox to customize install

2014-09-19 Thread John Cooper
e...@gmail.com] Sent: Thursday, September 18, 2014 5:42 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Bootstrapper Custom UI, Checkbox to customize install Yes, I am running wix 3.8. Yep, a couple of checkboxes are all I need. Is there an example of how this is done? Thanks!

Re: [WiX-users] Bootstrapper Custom UI, Checkbox to customize install

2014-09-18 Thread newuser2014
Yes, I am running wix 3.8. Yep, a couple of checkboxes are all I need. Is there an example of how this is done? Thanks! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapper-Custom-UI-Checkbox-to-customize-install-tp7596905p7596907.html S

Re: [WiX-users] Bootstrapper Custom UI, Checkbox to customize install

2014-09-18 Thread John Cooper
Presuming you mean the standard bootstrapper and Wix 3.8 or later, you can modify the theme to add checkboxes and use these to condition packages. For a custom experience, you'll need a managed or unmanaged code custom bootstrapper application. -- John Merryweather Cooper Senior Software Engine