aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/FilesInUseTests/PackageA (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add compiler extension to handle platforms.Bob Arnson2022-01-301-2/+2
| | | | | | | | Custom actions to print EULA and validate install directories are defined in WixUIExtension compiler extension, to handle platform-specific custom actions referred to from `DoAction` control events. This is the least-worst solution, given the `DoAction` approach used in the WixUI authoring and anyone customizing a WixUI set.
* FilesInUse messages are too different to unify in the Burn engine.Sean Hall2021-12-303-0/+24
Fixes #6348