diff options
Diffstat (limited to '')
| -rw-r--r-- | src/burn/engine/core.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/burn/engine/core.h b/src/burn/engine/core.h index cf615e35..75c0c941 100644 --- a/src/burn/engine/core.h +++ b/src/burn/engine/core.h | |||
| @@ -45,7 +45,9 @@ const LPCWSTR BURN_BUNDLE_EXECUTE_PACKAGE_ACTION = L"WixBundleExecutePackageActi | |||
| 45 | const LPCWSTR BURN_BUNDLE_FORCED_RESTART_PACKAGE = L"WixBundleForcedRestartPackage"; | 45 | const LPCWSTR BURN_BUNDLE_FORCED_RESTART_PACKAGE = L"WixBundleForcedRestartPackage"; |
| 46 | const LPCWSTR BURN_BUNDLE_INSTALLED = L"WixBundleInstalled"; | 46 | const LPCWSTR BURN_BUNDLE_INSTALLED = L"WixBundleInstalled"; |
| 47 | const LPCWSTR BURN_BUNDLE_ELEVATED = L"WixBundleElevated"; | 47 | const LPCWSTR BURN_BUNDLE_ELEVATED = L"WixBundleElevated"; |
| 48 | const LPCWSTR BURN_BUNDLE_PLANNED_SCOPE = L"WixBundlePlannedScope"; | ||
| 48 | const LPCWSTR BURN_BUNDLE_PROVIDER_KEY = L"WixBundleProviderKey"; | 49 | const LPCWSTR BURN_BUNDLE_PROVIDER_KEY = L"WixBundleProviderKey"; |
| 50 | const LPCWSTR BURN_BUNDLE_SCOPE = L"WixBundleScope"; | ||
| 49 | const LPCWSTR BURN_BUNDLE_SOURCE_PROCESS_PATH = L"WixBundleSourceProcessPath"; | 51 | const LPCWSTR BURN_BUNDLE_SOURCE_PROCESS_PATH = L"WixBundleSourceProcessPath"; |
| 50 | const LPCWSTR BURN_BUNDLE_SOURCE_PROCESS_FOLDER = L"WixBundleSourceProcessFolder"; | 52 | const LPCWSTR BURN_BUNDLE_SOURCE_PROCESS_FOLDER = L"WixBundleSourceProcessFolder"; |
| 51 | const LPCWSTR BURN_BUNDLE_TAG = L"WixBundleTag"; | 53 | const LPCWSTR BURN_BUNDLE_TAG = L"WixBundleTag"; |
| @@ -243,7 +245,8 @@ HRESULT CoreDetect( | |||
| 243 | ); | 245 | ); |
| 244 | HRESULT CorePlan( | 246 | HRESULT CorePlan( |
| 245 | __in BURN_ENGINE_STATE* pEngineState, | 247 | __in BURN_ENGINE_STATE* pEngineState, |
| 246 | __in BOOTSTRAPPER_ACTION action | 248 | __in BOOTSTRAPPER_ACTION action, |
| 249 | __in BOOTSTRAPPER_SCOPE scope | ||
| 247 | ); | 250 | ); |
| 248 | HRESULT CoreElevate( | 251 | HRESULT CoreElevate( |
| 249 | __in BURN_ENGINE_STATE* pEngineState, | 252 | __in BURN_ENGINE_STATE* pEngineState, |
