diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-02-24 17:42:31 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-03-02 15:47:43 -0600 |
| commit | 100944a40f363c1a8ce0cd8c5c27728d1db0912e (patch) | |
| tree | d0058249eebb18e738117c7b858671e2777f1340 /src/engine/apply.cpp | |
| parent | 7cf03f0ecc0a54062548656fadcacfba996cd459 (diff) | |
| download | wix-100944a40f363c1a8ce0cd8c5c27728d1db0912e.tar.gz wix-100944a40f363c1a8ce0cd8c5c27728d1db0912e.tar.bz2 wix-100944a40f363c1a8ce0cd8c5c27728d1db0912e.zip | |
Let the BA request the bundle to stay installed from OnUnregisterBegin.
#6297
Diffstat (limited to 'src/engine/apply.cpp')
| -rw-r--r-- | src/engine/apply.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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( | |||
| 399 | 399 | ||
| 400 | CalculateKeepRegistration(pEngineState, &fKeepRegistration); | 400 | CalculateKeepRegistration(pEngineState, &fKeepRegistration); |
| 401 | 401 | ||
| 402 | hr = UserExperienceOnUnregisterBegin(&pEngineState->userExperience); | 402 | hr = UserExperienceOnUnregisterBegin(&pEngineState->userExperience, &fKeepRegistration); |
| 403 | ExitOnRootFailure(hr, "BA aborted unregister begin."); | 403 | ExitOnRootFailure(hr, "BA aborted unregister begin."); |
| 404 | 404 | ||
| 405 | // Calculate the correct resume mode. If a restart has been initiated, that trumps all other | 405 | // Calculate the correct resume mode. If a restart has been initiated, that trumps all other |
