From 100944a40f363c1a8ce0cd8c5c27728d1db0912e Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 24 Feb 2021 17:42:31 -0600 Subject: Let the BA request the bundle to stay installed from OnUnregisterBegin. #6297 --- src/engine/apply.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/apply.cpp') diff --git a/src/engine/apply.cpp b/src/engine/apply.cpp index f57a56fe..3fbab61a 100644 --- a/src/engine/apply.cpp +++ b/src/engine/apply.cpp @@ -399,7 +399,7 @@ extern "C" HRESULT ApplyUnregister( CalculateKeepRegistration(pEngineState, &fKeepRegistration); - hr = UserExperienceOnUnregisterBegin(&pEngineState->userExperience); + hr = UserExperienceOnUnregisterBegin(&pEngineState->userExperience, &fKeepRegistration); ExitOnRootFailure(hr, "BA aborted unregister begin."); // Calculate the correct resume mode. If a restart has been initiated, that trumps all other -- cgit v1.2.3-55-g6feb