aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolsetTest.BurnE2E/TestBAController.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/WixToolsetTest.BurnE2E/TestBAController.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/WixToolsetTest.BurnE2E/TestBAController.cs b/src/WixToolsetTest.BurnE2E/TestBAController.cs
index 1b254656..8e3053b3 100644
--- a/src/WixToolsetTest.BurnE2E/TestBAController.cs
+++ b/src/WixToolsetTest.BurnE2E/TestBAController.cs
@@ -41,6 +41,11 @@ namespace WixToolsetTest.BurnE2E
41 } 41 }
42 } 42 }
43 43
44 public void SetExplicitlyElevateAndPlanFromOnElevateBegin(string value = "true")
45 {
46 this.SetBurnTestValue("ExplicitlyElevateAndPlanFromOnElevateBegin", value);
47 }
48
44 public void SetImmediatelyQuit(string value = "true") 49 public void SetImmediatelyQuit(string value = "true")
45 { 50 {
46 this.SetBurnTestValue("ImmediatelyQuit", value); 51 this.SetBurnTestValue("ImmediatelyQuit", value);