[WiX-users] WiX 3.8 extended bootstrapper

2014-08-06 Thread vorsichtdiekurve
Hi, my goal is to create a simple bootstrapper with two checkboxes, allowing the users to choose whether they want to install two additional software packages. I'm trying to use Neil Sleightholm's extended bootstrapper functionality. I've read that it's supported by the wix 3.8 release. My code is

Re: [WiX-users] WiX 3.8 extended bootstrapper [P]

2014-08-06 Thread Steven Ogilvie
] WiX 3.8 extended bootstrapper Hi, my goal is to create a simple bootstrapper with two checkboxes, allowing the users to choose whether they want to install two additional software packages. I'm trying to use Neil Sleightholm's extended bootstrapper functionality. I've read that it's supported

Re: [WiX-users] WiX 3.8 extended bootstrapper [P]

2014-08-06 Thread vorsichtdiekurve
Yes, my intent is to show two different checkboxes for Java and Tomcat. The theme file is as following: ?xml version=1.0 encoding=utf-8? Theme xmlns=http://wixtoolset.org/schemas/thmutil/2010; Window Width=600 Height=450 HexStyle=100a FontId=0#(loc.Caption)/Window Segoe UI Segoe UI

Re: [WiX-users] WiX 3.8 extended bootstrapper

2014-08-06 Thread Phill Hogland
The extension DLL that you get from Neil's site is for Wix 3.7. It is not needed if you are using Wix 3.8, as Neil integrated this very handy functionality into wix 3.8 (and later). I found that I always had to go back to the source for the wix I was using (in your case wix 3.8.) and get

Re: [WiX-users] WiX 3.8 extended bootstrapper

2014-08-06 Thread Phill Hogland
Also, I would suggest that before you try to extend the UI, get you bootstrapper working so that you can select either package from the command line. Something like this (winging it without testing): ?xml version=1.0 encoding=UTF-8? Wix xmlns=http://schemas.microsoft.com/wix/2006/wi;

Re: [WiX-users] WiX 3.8 extended bootstrapper [P]

2014-08-06 Thread Steven Ogilvie
To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] WiX 3.8 extended bootstrapper [P] Yes, my intent is to show two different checkboxes for Java and Tomcat. The theme file is as following: ?xml version=1.0 encoding=utf-8? Theme xmlns=http://wixtoolset.org/schemas/thmutil/2010; Window Width