diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-11-16 21:59:26 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-11-17 19:06:00 -0600 |
commit | 4ca0a5b2a8711cae9e60cb4075799bffef4ce75a (patch) | |
tree | 8b3a1fb83ec73de23457f202aa2f2c5468af0dc6 /src/engine/core.cpp | |
parent | 7d45238e97c35ccea1f77be9065b9a3ed9213bfb (diff) | |
download | wix-4ca0a5b2a8711cae9e60cb4075799bffef4ce75a.tar.gz wix-4ca0a5b2a8711cae9e60cb4075799bffef4ce75a.tar.bz2 wix-4ca0a5b2a8711cae9e60cb4075799bffef4ce75a.zip |
Add BA messages around system restore points.
Diffstat (limited to 'src/engine/core.cpp')
-rw-r--r-- | src/engine/core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/core.cpp b/src/engine/core.cpp index aeae6bea..028dc1cc 100644 --- a/src/engine/core.cpp +++ b/src/engine/core.cpp | |||
@@ -626,7 +626,7 @@ extern "C" HRESULT CoreApply( | |||
626 | hr = CoreElevate(pEngineState, pEngineState->userExperience.hwndApply); | 626 | hr = CoreElevate(pEngineState, pEngineState->userExperience.hwndApply); |
627 | ExitOnFailure(hr, "Failed to elevate."); | 627 | ExitOnFailure(hr, "Failed to elevate."); |
628 | 628 | ||
629 | hr = ElevationApplyInitialize(pEngineState->companionConnection.hPipe, &pEngineState->variables, pEngineState->plan.action, pEngineState->automaticUpdates, !pEngineState->fDisableSystemRestore); | 629 | hr = ElevationApplyInitialize(pEngineState->companionConnection.hPipe, &pEngineState->userExperience, &pEngineState->variables, pEngineState->plan.action, pEngineState->automaticUpdates, !pEngineState->fDisableSystemRestore); |
630 | ExitOnFailure(hr, "Another per-machine setup is already executing."); | 630 | ExitOnFailure(hr, "Another per-machine setup is already executing."); |
631 | 631 | ||
632 | fElevated = TRUE; | 632 | fElevated = TRUE; |