summaryrefslogtreecommitdiff
path: root/src/burn/engine/elevation.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-04-22 16:57:18 -0500
committerSean Hall <r.sean.hall@gmail.com>2022-04-23 15:40:21 -0500
commit0ee63890d8eacd044115524476eb9419114500a7 (patch)
tree63f7794f98a6438d29b8aae881c20c4de583a1a2 /src/burn/engine/elevation.h
parenta981e29d7a3df566754356c3fe1eb938a5cac4c1 (diff)
downloadwix-0ee63890d8eacd044115524476eb9419114500a7.tar.gz
wix-0ee63890d8eacd044115524476eb9419114500a7.tar.bz2
wix-0ee63890d8eacd044115524476eb9419114500a7.zip
Always reset the system component status when registering the bundle.
Finishes 4454
Diffstat (limited to 'src/burn/engine/elevation.h')
-rw-r--r--src/burn/engine/elevation.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/burn/engine/elevation.h b/src/burn/engine/elevation.h
index a74b6027..0dc189c5 100644
--- a/src/burn/engine/elevation.h
+++ b/src/burn/engine/elevation.h
@@ -32,13 +32,6 @@ HRESULT ElevationSessionBegin(
32 __in DWORD64 qwEstimatedSize, 32 __in DWORD64 qwEstimatedSize,
33 __in BOOTSTRAPPER_REGISTRATION_TYPE registrationType 33 __in BOOTSTRAPPER_REGISTRATION_TYPE registrationType
34 ); 34 );
35HRESULT ElevationSessionResume(
36 __in HANDLE hPipe,
37 __in_z LPCWSTR wzResumeCommandLine,
38 __in BOOL fDisableResume,
39 __in BURN_VARIABLES* pVariables,
40 __in BOOTSTRAPPER_REGISTRATION_TYPE registrationType
41 );
42HRESULT ElevationSessionEnd( 35HRESULT ElevationSessionEnd(
43 __in HANDLE hPipe, 36 __in HANDLE hPipe,
44 __in BURN_RESUME_MODE resumeMode, 37 __in BURN_RESUME_MODE resumeMode,