Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly harvest registry files with multisz | Rob Mensching | 2022-12-06 | 5 | -12/+268 |
| | | | | Fixes 7044 | ||||
* | Handle spaces when finding path to executables in MSBuild task | Rob Mensching | 2022-11-21 | 1 | -1/+1 |
| | | | | Fixes 7035 | ||||
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 5 | -7/+7 |
| | |||||
* | Name the bind path item group "BindPath" in MSBuild | Rob Mensching | 2022-10-15 | 2 | -2/+2 |
| | | | | Closes 6959 | ||||
* | Run wix.exe out of proc | Rob Mensching | 2022-10-14 | 1 | -4/+4 |
| | | | | | | | | | | | | | | "wix build" will load assemblies to read metadata which can cause the assemblies to get locked in the process. Since MSBuild keeps build processes alive this can cause work done by in-proc MSBuild tasks (like the WixBuild) to get stuck. Moving the "wix build" out of proc avoids any of those issues. Moving out of proc also allows the WiX tasks to be AnyCPU which simplifies the wix.targets (although did need to add code to find the .NET Framework wix.exe). Fixes 6595 | ||||
* | Centralize test project configuration with IsWixTestProject | Rob Mensching | 2022-09-23 | 2 | -18/+2 |
| | |||||
* | 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 | 21 | -0/+786 |
Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838 |