summaryrefslogtreecommitdiff
path: root/src/burn/engine/elevation.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-03-30 17:08:40 -0500
committerSean Hall <r.sean.hall@gmail.com>2022-04-01 22:06:11 -0500
commit386a3578413ba16b3c0615d47870ee44a0e461f6 (patch)
tree1dfcea9e5080f1f15cc880aba1541a962426c58b /src/burn/engine/elevation.h
parentd97c0d1685ef4c3840776327e76ce25d4dbdbeb1 (diff)
downloadwix-386a3578413ba16b3c0615d47870ee44a0e461f6.tar.gz
wix-386a3578413ba16b3c0615d47870ee44a0e461f6.tar.bz2
wix-386a3578413ba16b3c0615d47870ee44a0e461f6.zip
Implement BundlePackage.
3693
Diffstat (limited to 'src/burn/engine/elevation.h')
-rw-r--r--src/burn/engine/elevation.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/burn/engine/elevation.h b/src/burn/engine/elevation.h
index c2fa0627..3484057e 100644
--- a/src/burn/engine/elevation.h
+++ b/src/burn/engine/elevation.h
@@ -89,6 +89,15 @@ HRESULT ElevationExecuteRelatedBundle(
89 __in LPVOID pvContext, 89 __in LPVOID pvContext,
90 __out BOOTSTRAPPER_APPLY_RESTART* pRestart 90 __out BOOTSTRAPPER_APPLY_RESTART* pRestart
91 ); 91 );
92HRESULT ElevationExecuteBundlePackage(
93 __in HANDLE hPipe,
94 __in BURN_EXECUTE_ACTION* pExecuteAction,
95 __in BURN_VARIABLES* pVariables,
96 __in BOOL fRollback,
97 __in PFN_GENERICMESSAGEHANDLER pfnGenericExecuteProgress,
98 __in LPVOID pvContext,
99 __out BOOTSTRAPPER_APPLY_RESTART* pRestart
100 );
92HRESULT ElevationExecuteExePackage( 101HRESULT ElevationExecuteExePackage(
93 __in HANDLE hPipe, 102 __in HANDLE hPipe,
94 __in BURN_EXECUTE_ACTION* pExecuteAction, 103 __in BURN_EXECUTE_ACTION* pExecuteAction,