How to use Heat from the command line #7479
-
How can Heat be used from the command line in Wix 4? It seems to be only available as a NuGet package Could Heat be provided as a dotnet tool, similar to |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
It's included in the WixAdditionalTools.exe bundle. https://github.com/wixtoolset/wix/releases/tag/v4.0.0 |
Beta Was this translation helpful? Give feedback.
-
I was just about to post the same question as I stumbled over the same revelation when upgrading a few projects. |
Beta Was this translation helpful? Give feedback.
-
This is still a problem. I don't use the MSBuild-style projects and have a separate script that compiles and links the MSI files together. The Heat tool can't be installed via What I've had to do instead is install the tool manually via |
Beta Was this translation helpful? Give feedback.
For what it's worth, I caved and ended up converting to an MSBuild project so it ended up not being a problem for me directly anymore. I've also been told (per #6838) that Heat in its current incarnation will be obsoleted at some future version.