aboutsummaryrefslogtreecommitdiff
path: root/src/tools/heat/UtilFinalizeHarvesterMutator.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix Heat Harvesting for x64 DllsNico-Ko2024-12-261-1/+1
| | | | Fixes: wixtoolset/issues#8803
* Implement SourceDir substitution for Payloads.Sean Hall2023-01-151-0/+35
| | | | 7160
* Correctly harvest registry files with multiszRob Mensching2022-12-061-2/+2
| | | | Fixes 7044
* Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targetsRob Mensching2022-08-011-0/+1185
Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838