Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET 4.5.1 package does not contain WixMbaPrereqPackageId and WixMbaPrereqLicenseUrl #4671

Closed
wixbot opened this issue Feb 16, 2015 · 1 comment

Comments

@wixbot
Copy link

wixbot commented Feb 16, 2015

I'm building Burn bootstrapper and I want to include .NET 4.5.1 to the chain. If I add <PackageGroupRef Id="NetFx451Redist"/> to the <Chain>, I get two errors:

  • error LGHT0197: The Windows Installer XML variable !(wix.WixMbaPrereqPackageId) is unknown. Please ensure the variable is declared on the command line for light.exe, via a WixVariable element, or inline using the syntax !(wix.WixMbaPrereqPackageId=some value which doesn't contain parenthesis).
  • error LGHT0197: The Windows Installer XML variable !(wix.WixMbaPrereqLicenseUrl) is unknown. Please ensure the variable is declared on the command line for light.exe, via a WixVariable element, or inline using the syntax !(wix.WixMbaPrereqLicenseUrl=some value which doesn't contain parenthesis).

I checked https://github.com/wixtoolset/wix3/blob/develop/src/ext/NetFxExtension/wixlib/NetFx451.wxs and it really does not contain definition for these variables, compared to https://github.com/wixtoolset/wix3/blob/develop/src/ext/NetFxExtension/wixlib/NetFx4.5.wxs for .NET 4.5 which has them. This prevents usage of .NET 4.5.1 package alone.

Originally opened by katulus

@wixbot
Copy link
Author

wixbot commented Feb 17, 2015

http://wixtoolset.org/issues/4180/

Resolution set to duplicate
Status changed from Untriaged to Resolved

@wixbot wixbot added this to the v3.9 milestone Dec 20, 2015
@wixbot wixbot closed this as completed Dec 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant