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

Reply via email to