Skip to content
Discussion options

You must be logged in to vote

WiX v3 took a very old version of an MSBuild targets file and adapted it to the needs of the toolset. That resulted in newer features in later versions of Visual Studio, MSBuild, etc. not being available or simply not working when introduced into other projects in the same solution.

WiX v4 integrates into the Microsoft-provided plumbing for SDK integration, taking advantage of all the new features (such as new-style project files, PackageReferences, etc.), which means that common properties and targets will now work as they do for other project types using the new-style project file format.

OutputName is used to set a lot of other related properties and items early on, before any targets …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MarkStega
Comment options

Answer selected by MarkStega
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants