aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/WixTestTools/MSIExec.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/burn/WixTestTools/MSIExec.cs')
-rw-r--r--src/test/burn/WixTestTools/MSIExec.cs5
1 files changed, 5 insertions, 0 deletions
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
697 /// Uninstalls the product as part of cleanup 697 /// Uninstalls the product as part of cleanup
698 /// </summary> 698 /// </summary>
699 Cleanup, 699 Cleanup,
700
701 /// <summary>
702 /// No action automatically added to arguments
703 /// </summary>
704 Custom,
700 } 705 }
701 706
702 /// <summary> 707 /// <summary>