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

2014-10-02 Thread John Cooper
...@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 checkboxes

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
...@jackhenry.com -Original Message- From: newuser2014 [mailto:wamplersovere...@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

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

2014-09-18 Thread newuser2014
Hi, Is there any where to add a custom dialog to have a few checkboxes for the user to select. And base on the user selections in the checkboxes the Bootstrapper will install the user selected msi. Thank you very much for your help! -- View this message in context:

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

2014-09-18 Thread John Cooper
@lists.sourceforge.net Subject: [WiX-users] Bootstrapper Custom UI, Checkbox to customize install Hi, Is there any where to add a custom dialog to have a few checkboxes for the user to select. And base on the user selections in the checkboxes the Bootstrapper will install the user selected msi

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

[WiX-users] bootstrapper custom UI?

2013-01-11 Thread Karkare,Aparna
Currently I am referring WixBalExtension.dll in my bootstrapper project. I need to have my own message on the installer window on successful installation and successful un-installation. I tried to customize the theme files but it seems that is not enough as there is common message being shown

Re: [WiX-users] bootstrapper custom UI?

2013-01-11 Thread Neil Sleightholm
The code for the UI is the wixstdba project, this is C++ not C #. If you want to self contained starting point for your custom version this should help http://wixextba.codeplex.com/. Neil Currently I am referring WixBalExtension.dll in my bootstrapper project. I need to have my own message on

Re: [WiX-users] bootstrapper custom UI?

2013-01-11 Thread Karkare,Aparna
: [WiX-users] bootstrapper custom UI? The code for the UI is the wixstdba project, this is C++ not C #. If you want to self contained starting point for your custom version this should help http://wixextba.codeplex.com/. Neil Currently I am referring WixBalExtension.dll in my bootstrapper project. I

Re: [WiX-users] bootstrapper custom UI?

2013-01-11 Thread Neil Sleightholm
AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] bootstrapper custom UI? The code for the UI is the wixstdba project, this is C++ not C #. If you want to self contained starting point for your custom version this should help http://wixextba.codeplex.com/. Neil

[WiX-users] Bootstrapper custom UI Theme - can't reduce the font

2013-01-10 Thread Karkare,Aparna
I used HyperlinkTheme.xml and HyperlinkTheme.wxl as a reference for my custom theme and generated my own theme file. I have modified SuccessHeader and added my own message there and the new message seems to appear however it is hiding behind the reserved space for other controls on the page