I modified per your instruction, and then got a compiler error regarding 
WixMbaPrereqPackageId and  WixMbaPrereqLicenseUrl.  So I followed the example 
in 
http://blogs.msdn.com/b/heaths/archive/2011/10/28/introducing-managed-bootstrapper-applications.aspx.
  It again compiles, but when I run the exe, I now get:

[1D54:18C8][2013-03-14T10:18:19]i000: Loading managed bootstrapper application.
[1D54:18C8][2013-03-14T10:18:19]e000: Error 0x8007000b: Failed to create the 
managed bootstrapper application.
[1D54:18C8][2013-03-14T10:18:19]e000: Error 0x8007000b: Failed to create UX.
[1D54:18C8][2013-03-14T10:18:19]e000: Error 0x8007000b: Failed to load UX.
[1D54:18C8][2013-03-14T10:18:19]e000: Error 0x8007000b: Failed while running

Is there anything else that needs to change going from 3.6 to 3.7?  Thanks.

-----Original Message-----
From: Rob Mensching [mailto:r...@robmensching.com] 
Sent: Wednesday, March 13, 2013 10:35 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Managed Boostrapper Application and Wix 3.7

You must have something from very early in WiX v3.6. The correct way to 
reference the mbahost is like so:

        <BootstrapperApplicationRef Id='ManagedBootstrapperApplicationHost'>


On Wed, Mar 13, 2013 at 8:58 PM, George Fleming <gef...@microsoft.com>wrote:

> I have an Burn app that works with Wix 3.6.  The Bundle.wxs looks 
> something like this:
>
>     <BootstrapperApplication Id='ManagedBootstrapperApplicationHost'
> SourceFile="$(var.WixToolsDir)\Burn\mbahost.dll">
>       <Payload SourceFile="$(var.WixToolsDir)\SDK\BootstrapperCore.dll"
> Name="BootstrapperCore.dll" />
>       <Payload SourceFile="BootstrapperCore.config "
> Name="BootstrapperCore.config" />
>
> Trying to do the same thing with Wix 3.7, and I ran into problems (see 
> my previous posts under "Can Wix Bootstrapper project be a VS Startup 
> project").  Since Wix 3.7 doesn't have a "mbahost.dll" as part of the 
> package, I copied the mbahost.dll from Wix 3.6, and I guess that's 
> probably the source of the problem.  Using this old dll, my 
> application fails to create UX, according to the log file.
>
> So I guess the question is, for Wix 3.7, what is the correct way to do 
> this?
>
>
> ----------------------------------------------------------------------
> -------- Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics Download AppDynamics Lite 
> for free today:
> http://p.sf.net/sfu/appdyn_d2d_mar
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free 
today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users




------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to