Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert tools\ to MSTest and traversal projects. | Bob Arnson | 2025-03-03 | 4 | -17/+19 |
| | |||||
* | Emit deprecation warning for Heat. | Bob Arnson | 2025-01-23 | 1 | -1/+1 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/8913 | ||||
* | Add Name to Payloads created during directory harvesting. | Sean Hall | 2023-01-15 | 3 | -0/+36 |
| | | | | 7161 | ||||
* | Implement SourceDir substitution for Payloads. | Sean Hall | 2023-01-15 | 1 | -0/+80 |
| | | | | 7160 | ||||
* | Correctly harvest registry files with multisz | Rob Mensching | 2022-12-06 | 5 | -12/+268 |
| | | | | Fixes 7044 | ||||
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 3 | -3/+3 |
| | |||||
* | Centralize test project configuration with IsWixTestProject | Rob Mensching | 2022-09-23 | 1 | -9/+1 |
| | |||||
* | Update heat to use StandardDirectory element | Rob Mensching | 2022-08-16 | 4 | -15/+153 |
| | | | | Fixes 6631 | ||||
* | Remove unused WixToolset.Core.Burn reference to shrink ~10MB | Rob Mensching | 2022-08-15 | 1 | -1/+0 |
| | |||||
* | Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targets | Rob Mensching | 2022-08-01 | 2 | -0/+112 |
Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838 |