diff options
Diffstat (limited to 'src/burn/engine/core.h')
-rw-r--r-- | src/burn/engine/core.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/burn/engine/core.h b/src/burn/engine/core.h index 27cb2e25..3a28188b 100644 --- a/src/burn/engine/core.h +++ b/src/burn/engine/core.h | |||
@@ -48,8 +48,9 @@ const LPCWSTR BURN_BUNDLE_UILEVEL = L"WixBundleUILevel"; | |||
48 | const LPCWSTR BURN_BUNDLE_VERSION = L"WixBundleVersion"; | 48 | const LPCWSTR BURN_BUNDLE_VERSION = L"WixBundleVersion"; |
49 | const LPCWSTR BURN_REBOOT_PENDING = L"RebootPending"; | 49 | const LPCWSTR BURN_REBOOT_PENDING = L"RebootPending"; |
50 | 50 | ||
51 | // The following constants must stay in sync with src\wix\Binder.cs | 51 | // The following constants must stay in sync with src\api\wix\WixToolset.Data\Burn\BurnConstants.cs |
52 | const LPCWSTR BURN_BUNDLE_NAME = L"WixBundleName"; | 52 | const LPCWSTR BURN_BUNDLE_NAME = L"WixBundleName"; |
53 | const LPCWSTR BURN_BUNDLE_INPROGRESS_NAME = L"WixBundleInProgressName"; | ||
53 | const LPCWSTR BURN_BUNDLE_ORIGINAL_SOURCE = L"WixBundleOriginalSource"; | 54 | const LPCWSTR BURN_BUNDLE_ORIGINAL_SOURCE = L"WixBundleOriginalSource"; |
54 | const LPCWSTR BURN_BUNDLE_ORIGINAL_SOURCE_FOLDER = L"WixBundleOriginalSourceFolder"; | 55 | const LPCWSTR BURN_BUNDLE_ORIGINAL_SOURCE_FOLDER = L"WixBundleOriginalSourceFolder"; |
55 | const LPCWSTR BURN_BUNDLE_LAST_USED_SOURCE = L"WixBundleLastUsedSource"; | 56 | const LPCWSTR BURN_BUNDLE_LAST_USED_SOURCE = L"WixBundleLastUsedSource"; |