On 18-Mar-15 14:13, Phill Hogland wrote:
> I moved my mba from NetFx40WebClient to NetFx451Web.  Previously I did not
> run into the errors related to WixMbaPrereqPackageId and
> WixMbaPrereqLicenseUrl, as they are defined in NetFx40.wxs.  Since they are
> not defined in NetFx451.wxs in the WixNetFxExtension, I added them to my
> project, but I did not find documentation of the link for the license.
> While I listened in on the devs discussion related to this issue, I did not
> follow why these variables have been left for the ba author to define or
> where the correct link information is at.
They're not in the package group because they don't exist. So rather 
than pointing to a URL we left it up to the developer to point to a 
local version of the EULA that's a payload in your bundle. I hope to 
make that available for everybody but it's problematic since the URL 
automatically managed localized EULAs but a local file won't have that 
magic. You can see my work in progress at 
https://github.com/barnson/wix3/commit/14386c243ec804898f36565ab43feab7396306cf.

-- 
sig://boB
http://joyofsetup.com/


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to