Interesting, does that mean that using a MBA that requires .NET4 with a bundle 
that requires .NET 4.5.1 or 4.5.2 does not work yet?

James

-----Original Message-----
From: Sean Hall [mailto:r.sean.h...@gmail.com] 
Sent: Friday, August 8, 2014 3:13 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] .NET 4.5.2 and MBA

The reason that the WixMbaPrereqLicenseUrl variable is missing for 4.5.1 and 
4.5.2 is that there is no official direct link to the license agreement for 
those versions.  I'm guessing that the WixMbaPrereqPackageId hasn't been added 
because both variables were going to be added at the same time.


On Fri, Aug 8, 2014 at 3:54 PM, James Welle <jwe...@articulate.com> wrote:

> Maybe my question is unclear. Check out the following two files.
>
>
> https://github.com/wixtoolset/wix3/blob/develop/src/ext/NetFxExtension
> /wixlib/NetFx4.wxs
>
> https://github.com/wixtoolset/wix3/blob/develop/src/ext/NetFxExtension
> /wixlib/NetFx452.wxs
>
> The root of the issue appears to be that NetFx4.wxs declares two 
> variables used by a managed bootstrapper application:
>
> <WixVariable Id="WixMbaPrereqPackageId" Value="NetFx40Web" /> 
> <WixVariable Id="WixMbaPrereqLicenseUrl" 
> Value="$(var.NetFx40EulaLink)" />
>
> NetFx452.wxs does not declare these variables.
>
> Is it supposed to or am I supposed to declare them myself?
>
> I have been looking a little further and it looks like maybe it was a 
> bug that NetFx4.wxs declared them at all and I should have always been 
> declaring them myself.
>
> Thanks,
> James
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and search 
up to 200,000 lines of code with a free copy of Black Duck Code Sight - the 
same software that powers the world's largest code search on Ohloh, the Black 
Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to