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

2014-08-06 Thread Steven Ogilvie
Classification: Public
A few things...

You were missing a few things...
1. use Wix 3.8
2. add the HyperlinkTheme.wxl

I had all the files in the same folder as the bundle.wxs (i.e. the logo.png, 
logoside.png, license.rtf, bundle4theme.xml, hyperlinktheme.wxl

You would install tomcat/java based on the value of the checkbox:
i.e.
InstallCondition="Checkbox1 = 1"

Here is the bundle.wxs minus the exe/msi packages


http://schemas.microsoft.com/wix/2006/wi";
 xmlns:bal="http://schemas.microsoft.com/wix/BalExtension";
 xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";>
  
  http://wixtoolset.org";>


  
  
  








Here is Bundle4Theme.xml:


http://wixtoolset.org/schemas/thmutil/2010";>
  #(loc.Caption)
  Segoe UI
  Segoe UI
  Segoe UI
  Segoe UI
  Segoe UI

  
#(loc.Title)

#(loc.HelpHeader)
#(loc.HelpText)
#(loc.HelpCloseButton)
  
  
#(loc.Title)

#(loc.InstallHeader)
#(loc.InstallMessage)

Java
TomCat

#(loc.InstallLicenseLinkText)
#(loc.InstallVersion)
#(loc.InstallAcceptCheckbox)
#(loc.InstallOptionsButton)
#(loc.InstallInstallButton)
#(loc.InstallCloseButton)
  
  
#(loc.Title)

#(loc.OptionsHeader)
#(loc.OptionsLocationLabel)

#(loc.OptionsBrowseButton)
#(loc.OptionsLocationLabel2)

#(loc.OptionsBrowseButton2)

Textbox


Checkbox Option 3

#(loc.OptionsOkButton)
#(loc.OptionsCancelButton)
  
  
#(loc.Title)

#(loc.ProgressHeader)
#(loc.ProgressLabel)
#(loc.OverallProgressPackageText)

#(loc.ProgressCancelButton)
  
  
#(loc.Title)

#(loc.ModifyHeader)
#(loc.ModifyRepairButton)
#(loc.ModifyUninstallButton)
#(loc.ModifyCloseButton)
  
  
#(loc.Title)

#(loc.SuccessHeader)
#(loc.SuccessLaunchButton)
#(loc.SuccessRestartText)
#(loc.SuccessRestartButton)
#(loc.SuccessCloseButton)
  
  
#(loc.Title)

#(loc.FailureHeader)
#(loc.FailureHyperlinkLogText)

#(loc.FailureRestartText)
#(loc.FailureRestartButton)
#(loc.FailureCloseButton)
  


-Original Message-
From: vorsichtdiekurve [mailto:mp.mateusz.polan...@gmail.com]
Sent: August-06-14 9:19 AM
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:

http://wixtoolset.org/schemas/thmutil/2010";>
  #(loc.Caption)
  Segoe UI
  Segoe UI
  Segoe UI
  Segoe UI
  Segoe UI

  
#(loc.Title)

#(loc.HelpHeader)
#(loc.HelpText)
#(loc.HelpCloseButton)
  
  
#(loc.Title)

#(loc.InstallHeader)
#(loc.InstallMessage)

Checkbox Option 1
Checkbox Option 2

#(loc.InstallLicenseLinkText)
#(loc.InstallVersion)
#(loc.InstallAcceptCheckbox)
#(loc.InstallOptionsButton)
#(loc.InstallInstallButton)
#(loc.InstallCloseButton)
  
  
#(loc.Title)

#(loc.OptionsHeader)
#(loc.OptionsLocationLabel)

#(loc.OptionsBrowseButton)
#(loc.OptionsLocationLabel2)

#(loc.OptionsBrowseButton2)

Textbox
Useful Text

Checkbox Option 3

#(loc.OptionsOkButton)
#(loc.OptionsCancelButton)
  
  
#(loc.Title)

#(loc.ProgressHeader)
#(loc.ProgressLabel)
#(loc.OverallProgressPackageText)

#(loc.ProgressCancelButton)
  
  
#(loc.Title)

#(loc.ModifyHeader)
#(loc.ModifyRepairButton)
#(loc.ModifyUninstallButton)
#(loc.ModifyCloseButton)
  
  
#(loc.Title)

#(loc.SuccessHeader)
#(loc.SuccessLaunchButton)
#(loc.SuccessRestartText)
#(loc.SuccessRestartButton)
#(loc.SuccessCloseButton)
  
  
#(loc.Title)

#(loc.FailureHeader)
#(loc.FailureHyperlinkLogText)

#(loc.FailureRestartText)
#(loc.FailureRestartButton)
#(loc.FailureCloseButton)
  

As I wrote, it isn't modified by me at this time, I just wanted to check 
whether anything appears.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Re-WiX-3-8-extended-bootstrapper-P-tp7596251p7596253.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

 
This message has been marked as Public by Steven Ogilvie on August-06-14 
12:04:39 PM.

The above classification labels were added to th

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:

http://wixtoolset.org/schemas/thmutil/2010";>
  #(loc.Caption)
  Segoe UI
  Segoe UI
  Segoe UI
  Segoe UI
  Segoe UI

  
#(loc.Title)

#(loc.HelpHeader)
#(loc.HelpText)
#(loc.HelpCloseButton)
  
  
#(loc.Title)

#(loc.InstallHeader)
#(loc.InstallMessage)

Checkbox Option 1
Checkbox Option 2

#(loc.InstallLicenseLinkText)
#(loc.InstallVersion)
#(loc.InstallAcceptCheckbox)
#(loc.InstallOptionsButton)
#(loc.InstallInstallButton)
#(loc.InstallCloseButton)
  
  
#(loc.Title)

#(loc.OptionsHeader)
#(loc.OptionsLocationLabel)

#(loc.OptionsBrowseButton)
#(loc.OptionsLocationLabel2)

#(loc.OptionsBrowseButton2)

Textbox
Useful Text

Checkbox Option 3

#(loc.OptionsOkButton)
#(loc.OptionsCancelButton)
  
  
#(loc.Title)

#(loc.ProgressHeader)
#(loc.ProgressLabel)
#(loc.OverallProgressPackageText)

#(loc.ProgressCancelButton)
  
  
#(loc.Title)

#(loc.ModifyHeader)
#(loc.ModifyRepairButton)
#(loc.ModifyUninstallButton)
#(loc.ModifyCloseButton)
  
  
#(loc.Title)

#(loc.SuccessHeader)
#(loc.SuccessLaunchButton)
#(loc.SuccessRestartText)
#(loc.SuccessRestartButton)
#(loc.SuccessCloseButton)
  
  
#(loc.Title)

#(loc.FailureHeader)
#(loc.FailureHyperlinkLogText)

#(loc.FailureRestartText)
#(loc.FailureRestartButton)
#(loc.FailureCloseButton)
  

As I wrote, it isn't modified by me at this time, I just wanted to check
whether anything appears.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Re-WiX-3-8-extended-bootstrapper-P-tp7596251p7596253.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2014-08-06 Thread Steven Ogilvie
Classification: Public
show the themefile as well

I presume you want to show a checkbox for java and checkbox for tomcat?

-Original Message-
From: vorsichtdiekurve [mailto:mp.mateusz.polan...@gmail.com]
Sent: August-06-14 7:27 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] 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 by the wix 3.8 release.
My code is the following:

http://schemas.microsoft.com/wix/2006/wi";
  xmlns:bal="http://schemas.microsoft.com/wix/BalExtension";>


  
  


  
  
  
  



The theme I'm trying to use is one of Neil's (not modified at all at this 
moment). I copied it into the project directory.
The project compiles without any errors nor warnings.
The problem is that when the bootsrapper get's executed, nothing appears.
What am I doing wrong? Is my approach going to work after fixing the issue?
If not, is there any possibility to add this functionality to the bootstrapper 
without getting involved into coding the bootstrapper dlls?
Thank you in advance for any answers.
Mateusz



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WiX-3-8-extended-bootstrapper-tp7596250.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

 
This message has been marked as Public by Steven Ogilvie on August-06-14 
8:56:13 AM.

The above classification labels were added to the message by TITUS Message 
Classification. 
For more information visit www.titus.com.

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users