Skip to content
Discussion options

You must be logged in to vote

Prior to 3.14, 3.11 didn't have support for various .NET Framework versions so people defined it themselves. In 3.14 these properties are added to the NetFx extension so you need to remove your own definition or change it to a unique property name.

NetFx472.wxs is inside the extension itself. Your property definition could be anywhere in your code. Search for WIX_IS_NETFRAMEWORK_472_OR_LATER_INSTALLED across all of your wxs files.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dombat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants