aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/WixToolset.Data/Tuples/ServiceInstallTuple.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/WixToolset.Data/Tuples/ServiceInstallTuple.cs b/src/WixToolset.Data/Tuples/ServiceInstallTuple.cs
index 8b9410b4..9bf9afd2 100644
--- a/src/WixToolset.Data/Tuples/ServiceInstallTuple.cs
+++ b/src/WixToolset.Data/Tuples/ServiceInstallTuple.cs
@@ -53,9 +53,9 @@ namespace WixToolset.Data.Tuples
53 { 53 {
54 KernelDriver, 54 KernelDriver,
55 SystemDriver, 55 SystemDriver,
56 OwnProcess = 4, 56 OwnProcess = 0x10,
57 ShareProcess = 8, 57 ShareProcess = 0x20,
58 InteractiveProcess = 256, 58 InteractiveProcess = 0x100,
59 } 59 }
60 60
61 public enum ServiceStartType 61 public enum ServiceStartType