aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/WixToolsetTest.BurnE2E/TestBAController.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/burn/WixToolsetTest.BurnE2E/TestBAController.cs')
-rw-r--r--src/test/burn/WixToolsetTest.BurnE2E/TestBAController.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/burn/WixToolsetTest.BurnE2E/TestBAController.cs b/src/test/burn/WixToolsetTest.BurnE2E/TestBAController.cs
index fa553919..8e6611a2 100644
--- a/src/test/burn/WixToolsetTest.BurnE2E/TestBAController.cs
+++ b/src/test/burn/WixToolsetTest.BurnE2E/TestBAController.cs
@@ -47,6 +47,11 @@ namespace WixToolsetTest.BurnE2E
47 this.SetBurnTestValue("ExplicitlyElevateAndPlanFromOnElevateBegin", value); 47 this.SetBurnTestValue("ExplicitlyElevateAndPlanFromOnElevateBegin", value);
48 } 48 }
49 49
50 public void SetForceKeepRegistration(string value = "true")
51 {
52 this.SetBurnTestValue("ForceKeepRegistration", value);
53 }
54
50 public void SetImmediatelyQuit(string value = "true") 55 public void SetImmediatelyQuit(string value = "true")
51 { 56 {
52 this.SetBurnTestValue("ImmediatelyQuit", value); 57 this.SetBurnTestValue("ImmediatelyQuit", value);