Unable to use 5.0.0-rc.1 after upgrading from 4.0.0 #8037
-
I had previously installed 4.0.4, and had a pretty small project setup. I wanted to use the new features for Built-in file harvesting introduced in 5.0.0-rc.1. I upgraded wix using dotnet tool pwsh When I opened my project and tried to use the new
I then tried to update the wixproj manually from 4.0.4 -> 5.0.0-rc.1
which then caused the project to fail to load.
Did I miss a step in upgrading? I know it is still in pre-prelease but this specific feature is worth testing it out early. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
HeatWave does not yet support WiX v5. You'll want to stick to the command-line ( And please do try out the newest features. :) |
Beta Was this translation helpful? Give feedback.
-
Still a problem with rc2 |
Beta Was this translation helpful? Give feedback.
HeatWave does not yet support WiX v5. You'll want to stick to the command-line (
wix build
ordotnet build
or MSBuild`) and your favorite text editor like the earliest episodes of the Deployment Dojo... until there is a HeatWave update.And please do try out the newest features. :)