summaryrefslogtreecommitdiff
path: root/src/dtf/WixToolset.Dtf.CustomAction (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update READMEs to include OSMFRob Mensching2025-04-043-1/+32
| | | | | Fixes 7862 Fixes 8974
* Formalize official WiX build and update tags in nupkgsRob Mensching2025-03-191-2/+3
|
* Introduce the Open Source Maintenance Fee EULARob Mensching2025-03-191-2/+3
| | | | | | This adds the EULA to all the binary releases Closes 8974
* 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