aboutsummaryrefslogtreecommitdiff
path: root/src/dtf/WixToolset.Dtf.CustomAction (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Pack CA assembly only after it existsRob Mensching2022-10-311-2/+6
| | | | | | | Trying to pack the CA assembly before it is built reports erroneous or redundant error messages so don't do that. Fixes 6968
* Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"sRob Mensching2022-10-151-2/+2
| | | | Fixes 6944
* Support using response file for long command-lines in MakeSfxCARob Mensching2022-03-311-6/+16
| | | | Fixes wixtoolset/issues#4688
* Provide managed CA and Embedded UI DTF libraries via NuGetRob Mensching2022-03-314-0/+175
Lots of refactoring to bring the SFX tooling back into the 'dtf' layer since they are (in the end) tightly coupled to some DTF assemblies. Also refactored the DTF tests into their own folder and added a couple integration tests to build using the new CA/UI NuGet package. Closes wixtoolset/issues#6080