Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename "bundle id" concept to "bundle code" | Rob Mensching | 2024-12-30 | 1 | -1653/+1653 |
| | | | | | | | The "bundle id" always had more in common with the PackageCode from the Windows Installer. With the introduction of an actual Id attribute on the Bundle element, there is potential for confusion, so there is finally real motivation to rename "bundle id" to "bundle code". | ||||
* | Correctly harvest registry files with multisz | Rob Mensching | 2022-12-06 | 1 | -12/+12 |
| | | | | Fixes 7044 | ||||
* | Update heat to use StandardDirectory element | Rob Mensching | 2022-08-16 | 1 | -3958/+3984 |
| | | | | Fixes 6631 | ||||
* | Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targets | Rob Mensching | 2022-08-01 | 9 | -0/+77866 |
Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838 |