48bc7 translates to incomplete install due to blockage according to  
the document we've both referenced.  Are you using an install  
condition to check for .net 4.5.  Just a guess here, I would imagine  
that the bundle installed by 2010 is less than the bundle already  
installed, i.e add the service pack level to the install condition

(Version on Machine + SP Level) >= (Version in 2010 Bundle) Then
     Don't Install

(Version on Machine + SP Level) <= (Version in 2010 Bundle) Then
     Install

Quoting rowbot <james.row...@microfocus.com>:

> The block is seems to be created by 'netfxfullweb' which is installed/updated
> by the VS Shell bundle.
>
> The machine already has .NET 4.5 full framework so not sure what it's
> updating...
>
> If I knew what 48bc7 translated to, I could add another <ExitCode/> to my
> bundle.
>
>
>
> --
> View this message in context:  
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bundle-installing-VS-returns-0x80048bc7-tp7590319p7590360.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> November Webinars for C, C++, Fortran Developers
> Accelerate application performance with scalable programming models. Explore
> techniques for threading, error checking, porting, and tuning. Get the most
> from the latest Intel processors and coprocessors. See abstracts and register
> http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>



------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&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