aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/WixToolsetTest.BurnE2E/FilesInUseTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use a dedicated pipe for redirecting logging from the elevated process.Sean Hall2022-08-191-1/+1
| | | | Fixes 6869
* Add files-in-use task dialog.Bob Arnson2022-07-251-0/+20
| | | | | | | | Remove ErrorFailNoActionReboot loc string, now that XP is dead (RIP). Clean up some extra stuff, because I'm all up in the code. Resolves https://github.com/wixtoolset/issues/issues/6545.
* Add ability to skip tests at runtime, and skip long running cache testsSean Hall2022-05-131-2/+1
| | | | 6665
* FilesInUse messages are too different to unify in the Burn engine.Sean Hall2021-12-301-0/+38
Fixes #6348