diff options
Diffstat (limited to 'src/burn/engine/core.h')
-rw-r--r-- | src/burn/engine/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/engine/core.h b/src/burn/engine/core.h index fb6c0668..ccc33ba4 100644 --- a/src/burn/engine/core.h +++ b/src/burn/engine/core.h | |||
@@ -62,6 +62,7 @@ const LPCWSTR BURN_BUNDLE_LAST_USED_SOURCE = L"WixBundleLastUsedSource"; | |||
62 | 62 | ||
63 | enum BURN_MODE | 63 | enum BURN_MODE |
64 | { | 64 | { |
65 | BURN_MODE_UNKNOWN, | ||
65 | BURN_MODE_UNTRUSTED, | 66 | BURN_MODE_UNTRUSTED, |
66 | BURN_MODE_NORMAL, | 67 | BURN_MODE_NORMAL, |
67 | BURN_MODE_ELEVATED, | 68 | BURN_MODE_ELEVATED, |