summaryrefslogtreecommitdiff
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.cs8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/test/burn/WixTestTools/MSIExec.cs b/src/test/burn/WixTestTools/MSIExec.cs
index 5f57da7b..a905ec5a 100644
--- a/src/test/burn/WixTestTools/MSIExec.cs
+++ b/src/test/burn/WixTestTools/MSIExec.cs
@@ -666,7 +666,13 @@ namespace WixTestTools
666 /// A restart is required to complete the install. This message is indicative of a success. 666 /// A restart is required to complete the install. This message is indicative of a success.
667 /// This does not include installs where the ForceReboot action is run. 667 /// This does not include installs where the ForceReboot action is run.
668 /// </summary> 668 /// </summary>
669 ERROR_SUCCESS_REBOOT_REQUIRED = 3010 669 ERROR_SUCCESS_REBOOT_REQUIRED = 3010,
670
671 /// <summary>
672 /// ERROR_SUCCESS_REBOOT_REQUIRED 3017
673 /// The requested operation failed. A system reboot is required to roll back changes made.
674 /// </summary>
675 ERROR_FAIL_REBOOT_REQUIRED = 3017,
670 } 676 }
671 677
672 /// <summary> 678 /// <summary>