Are you including the .NET 4.0 framework package in your bundle and setting the 
WixMbaPrereqPackageId like here?  
http://blogs.msdn.com/b/heaths/archive/2011/10/28/introducing-managed-bootstrapper-applications.aspx
WixMbaPrereqPackageId lets the core managed bootstrapper know which package is 
the .NET framework so that it can install it before it starts your bootstrapper.

> Date: Thu, 23 Jan 2014 18:32:19 -0800
> From: volon...@gmail.com
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Managed bootstrapper on a PC without .NET framework 4.0
> 
> I made a managed bootstrapper using wix burn following instructions on the
> book Wix 3.6: A Developer's Guide to Windows Installer XML(Chapter 16). I
> used Prism 4.1 and targeted dotnet framework 4.0. It runs well on my Windows
> 7 PC where dotnet 4.0 and 4.5 are installed. But it doesn't run on another
> Windows 7 PC which doesn't have dotnet framework 4.0 installed. Log file
> shows an error 0x8013101b: Failed to create the managed bootstrapper
> application. If I install dotnet 4.0 manually then it runs well. Is this
> right behavior?
> 
> 
> 
> --
> View this message in context: 
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Managed-bootstrapper-on-a-PC-without-NET-framework-4-0-tp7592017.html
> Sent from the wix-users mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> CenturyLink Cloud: The Leader in Enterprise Cloud Services.
> Learn Why More Businesses Are Choosing CenturyLink Cloud For
> Critical Workloads, Development Environments & Everything In Between.
> Get a Quote or Start a Free Trial Today. 
> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
                                          
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to