Skip to content
Discussion options

You must be logged in to vote

You need to manually update your .wixproj to point to a pre-release of WiX. HeatWave will not do that for you. Fortunately, the steps are pretty simple:

  1. Double-click on your project in the Solution Explorer
  2. Edit the Project element's Sdk attribute from WixToolset.Sdk/4.0.0 to WixToolset.Sdk/5.0.0-rc.2
  3. Save
  4. Maybe have to refresh or close and re-open the solution
  5. Rebuild your .wixproj

If you have more than one .wixproj in your Solution, I'm pretty sure you have to update all of them to the same version.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@mosBrkr
Comment options

@robmen
Comment options

Comment options

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

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