aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/SlipstreamTests/PatchAMinor/PatchAMinor.wxs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow patched package to be uninstalled.Bob Arnson6 days1-0/+23
Normally, a patched package is detected as superseded and therefore a normal uninstall takes no action. This change looks for applied patches and allows a normal uninstall to remove the package. Fixes https://github.com/wixtoolset/issues/issues/6350