summaryrefslogtreecommitdiff
path: root/src/burn/engine/elevation.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-01-31 15:44:00 -0600
committerSean Hall <r.sean.hall@gmail.com>2022-02-01 23:36:23 -0600
commit56c980318e7167be591f7807c2fc34cea7d5cb42 (patch)
treee074b3548d8dfe51f420b6d0278a6fe17191b6ec /src/burn/engine/elevation.h
parentbfe5ab76b5ecc1a21078534e6fba90d12cfd3c00 (diff)
downloadwix-56c980318e7167be591f7807c2fc34cea7d5cb42.tar.gz
wix-56c980318e7167be591f7807c2fc34cea7d5cb42.tar.bz2
wix-56c980318e7167be591f7807c2fc34cea7d5cb42.zip
The bundle provider's presence needs to follow ARP registration.
Diffstat (limited to 'src/burn/engine/elevation.h')
-rw-r--r--src/burn/engine/elevation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/burn/engine/elevation.h b/src/burn/engine/elevation.h
index b4d0ca83..9659ef89 100644
--- a/src/burn/engine/elevation.h
+++ b/src/burn/engine/elevation.h
@@ -28,7 +28,7 @@ HRESULT ElevationSessionBegin(
28 __in BOOL fDisableResume, 28 __in BOOL fDisableResume,
29 __in BURN_VARIABLES* pVariables, 29 __in BURN_VARIABLES* pVariables,
30 __in DWORD dwRegistrationOperations, 30 __in DWORD dwRegistrationOperations,
31 __in BURN_DEPENDENCY_REGISTRATION_ACTION dependencyRegistrationAction, 31 __in BOOL fDetectedForeignProviderKeyBundleId,
32 __in DWORD64 qwEstimatedSize, 32 __in DWORD64 qwEstimatedSize,
33 __in BOOTSTRAPPER_REGISTRATION_TYPE registrationType 33 __in BOOTSTRAPPER_REGISTRATION_TYPE registrationType
34 ); 34 );
@@ -43,7 +43,7 @@ HRESULT ElevationSessionEnd(
43 __in HANDLE hPipe, 43 __in HANDLE hPipe,
44 __in BURN_RESUME_MODE resumeMode, 44 __in BURN_RESUME_MODE resumeMode,
45 __in BOOTSTRAPPER_APPLY_RESTART restart, 45 __in BOOTSTRAPPER_APPLY_RESTART restart,
46 __in BURN_DEPENDENCY_REGISTRATION_ACTION dependencyRegistrationAction, 46 __in BOOL fDetectedForeignProviderKeyBundleId,
47 __in BOOTSTRAPPER_REGISTRATION_TYPE registrationType 47 __in BOOTSTRAPPER_REGISTRATION_TYPE registrationType
48 ); 48 );
49HRESULT ElevationSaveState( 49HRESULT ElevationSaveState(