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

WIX_IS_NETFRAMEWORK_45_OR_LATER_INSTALLED is not defined #4691

Closed
wixbot opened this issue Mar 4, 2015 · 1 comment
Closed

WIX_IS_NETFRAMEWORK_45_OR_LATER_INSTALLED is not defined #4691

wixbot opened this issue Mar 4, 2015 · 1 comment

Comments

@wixbot
Copy link

wixbot commented Mar 4, 2015

Wix 3.0 documentation declares that there are properties like WIX_IS_NETFRAMEWORK_45_OR_LATER_INSTALLED which allows to determine in-place updates of .net.
Unfortunately when I included NetFxExtention and tried to use this property I'm getting error that there is no reference to this symbol. I've made text search through Wix 3.9R2 sources and haven't found any references of this property.
Is it not implemented or accidentally removed?

Code:

<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
     xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension">
...

<PropertyRef Id="WIX_IS_NETFRAMEWORK_45_OR_LATER_INSTALLED"/>     

Error message:

Error   850 Unresolved reference to symbol 'Property:WIX_IS_NETFRAMEWORK_45_OR_LATER_INSTALLED' in section 'Product:*'. C:\Projects\Setup\Product.wxs   23  1   Setup`

Originally opened by psasnyk

@wixbot
Copy link
Author

wixbot commented Mar 4, 2015

Those properties are new to WiX v3.10. There's already a pull request to add that information to the online doc.

Originally posted by barnson
Resolution set to obsolete
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