Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Emit deprecation warning for Heat. | Bob Arnson | 2025-01-23 | 3 | -2/+10 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/8913 | ||||
* | 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". | ||||
* | Audit all transitive dependencies and fix latest vulnerabilities | Rob Mensching | 2024-12-27 | 1 | -0/+1 |
| | | | | | Also, standardize .NET Core TFMs listed before .NET Framework TFMs for no reason but to be consistent | ||||
* | Fix Heat Harvesting for x64 Dlls | Nico-Ko | 2024-12-26 | 1 | -1/+1 |
| | | | | Fixes: wixtoolset/issues#8803 | ||||
* | Fix harvesting project names with invalid chars | Mike Wileczka | 2023-04-19 | 1 | -1/+1 |
| | | | Project names with invalid characters, namely spaces, where not being harvested properly. The sanitized name is requires for the `Source="$(var.PROJECT_NAME` output. Updated harvest project unit test for project names with spaces. | ||||
* | Add Name to Payloads created during directory harvesting. | Sean Hall | 2023-01-15 | 1 | -2/+7 |
| | | | | 7161 | ||||
* | Implement SourceDir substitution for Payloads. | Sean Hall | 2023-01-15 | 1 | -0/+35 |
| | | | | 7160 | ||||
* | Correctly harvest registry files with multisz | Rob Mensching | 2022-12-06 | 5 | -18/+18 |
| | | | | Fixes 7044 | ||||
* | Automated code clean up | Rob Mensching | 2022-12-06 | 4 | -73/+66 |
| | |||||
* | Normalize SectionType and OutputType "Product" to "Package" | Rob Mensching | 2022-11-04 | 1 | -0/+1 |
| | |||||
* | Standardize on .NET 6 as the minimum for .NET Core platform. | Rob Mensching | 2022-10-03 | 1 | -2/+2 |
| | | | | Closes 6942 | ||||
* | Add direct reference to System.Configuration.ConfigurationManager | Rob Mensching | 2022-08-16 | 1 | -0/+1 |
| | | | | | | | | MSBuild seems to have introduced a breaking change which requires referencing a later System.Configuration.ConfigurationManager for netcoreapp heat working with MSBuild. Fixes 6868 | ||||
* | Update heat to use StandardDirectory element | Rob Mensching | 2022-08-16 | 9 | -3981/+4045 |
| | | | | Fixes 6631 | ||||
* | Improve command line error reporting and remove some unused errors | Rob Mensching | 2022-08-15 | 1 | -1/+1 |
| | | | | Fixes 6468 | ||||
* | Redesign command-line help to meet the needs of WiX v4 | Rob Mensching | 2022-08-15 | 3 | -23/+22 |
| | |||||
* | 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 | 58 | -0/+86898 |
Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838 |