Re: [WiX-users] Managed bootstrap failing to load

2012-05-21 Thread Nigel Morse
Hi Alan - I did get it basically working, you can follow what happens in Wix's actual installer buried in the source tree. However I gave up as there's no documentation yet and I couldn't afford to spend the time working out how to drive the MSIs. I wanted to have the UI collect and set a few

Re: [WiX-users] Managed bootstrap failing to load

2012-05-10 Thread Nigel Morse
*looks sheepish* Forgot the: [assembly: BootstrapperApplication(typeof(TestBa.TestBa))] All good now :) Cheers, Nigel -Original Message- From: Nigel Morse [mailto:nigel.mo...@red-gate.com] Sent: 10 May 2012 17:46 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Managed

[WiX-users] Managed bootstrap failing to load

2012-05-10 Thread Nigel Morse
Hi, I'm trying to create a managed bootstrap installer but the error log is telling me it's failing to create it: [0AFC:15D4][2012-05-10T17:38:07]: Setting string variable 'WixBundleOriginalSource' to value 'C:\temp\testbundle\Bundle.exe' [0AFC:15D4][2012-05-10T17:38:08]: Setting string variabl

Re: [WiX-users] Nightly builds of wix

2012-05-03 Thread Nigel Morse
Thanks all :) -Original Message- From: David Watson [mailto:dwat...@sdl.com] Sent: 03 May 2012 16:29 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Nightly builds of wix http://wixtoolset.org/releases -Original Message- From: Nigel Morse

[WiX-users] Nightly builds of wix

2012-05-03 Thread Nigel Morse
Hi - I'm building a project using the WixVsExtension to install a vsix package. It looks like Wix3.6 Rc0 only works with VS2010, but there was a fix checked in to make this work with VS11 as well. Does Wix have nightly builds anywhere I could use to try and run this latest version? Cheers, Ni