aboutsummaryrefslogtreecommitdiff
path: root/src/tools/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correctly harvest registry files with multiszRob Mensching2022-12-065-12/+268
| | | | Fixes 7044
* Handle spaces when finding path to executables in MSBuild taskRob Mensching2022-11-211-1/+1
| | | | Fixes 7035
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-085-7/+7
|
* Name the bind path item group "BindPath" in MSBuildRob Mensching2022-10-152-2/+2
| | | | Closes 6959
* Run wix.exe out of procRob Mensching2022-10-141-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 IsWixTestProjectRob Mensching2022-09-232-18/+2
|
* Update heat to use StandardDirectory elementRob Mensching2022-08-164-15/+153
| | | | Fixes 6631
* Remove unused WixToolset.Core.Burn reference to shrink ~10MBRob Mensching2022-08-151-1/+0
|
* Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targetsRob Mensching2022-08-0121-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