From 8e8f724d90c6835febb8b5865009746aea73a334 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Tue, 22 Feb 2022 20:23:43 -0600 Subject: Add UnsafeUninstall action. Fixes #6721 --- src/test/burn/WixTestTools/MSIExec.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/test/burn/WixTestTools/MSIExec.cs') diff --git a/src/test/burn/WixTestTools/MSIExec.cs b/src/test/burn/WixTestTools/MSIExec.cs index 8dce96cf..a10a48d6 100644 --- a/src/test/burn/WixTestTools/MSIExec.cs +++ b/src/test/burn/WixTestTools/MSIExec.cs @@ -697,6 +697,11 @@ namespace WixTestTools /// Uninstalls the product as part of cleanup /// Cleanup, + + /// + /// No action automatically added to arguments + /// + Custom, } /// -- cgit v1.2.3-55-g6feb