aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/apply.cpp
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2024-11-09 23:54:49 -0500
committerBob Arnson <github@bobs.org>2024-11-10 20:14:39 -0500
commit53d84c9b96b027df505ab99f3db0719a82108b2b (patch)
treec08a593a222641b7d1b615794c80094aab8588b8 /src/burn/engine/apply.cpp
parenta75f23d32c3892e9977e7a48b4b347342ab182a9 (diff)
downloadwix-53d84c9b96b027df505ab99f3db0719a82108b2b.tar.gz
wix-53d84c9b96b027df505ab99f3db0719a82108b2b.tar.bz2
wix-53d84c9b96b027df505ab99f3db0719a82108b2b.zip
Log bundle registration scope.
Diffstat (limited to 'src/burn/engine/apply.cpp')
-rw-r--r--src/burn/engine/apply.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/engine/apply.cpp b/src/burn/engine/apply.cpp
index 6908e955..0f65b0ad 100644
--- a/src/burn/engine/apply.cpp
+++ b/src/burn/engine/apply.cpp
@@ -536,7 +536,7 @@ extern "C" HRESULT ApplyUnregister(
536 IgnoreRollbackError(hrRegistrationRollback, "Dependent registration actions failed"); 536 IgnoreRollbackError(hrRegistrationRollback, "Dependent registration actions failed");
537 } 537 }
538 538
539 LogId(REPORT_STANDARD, MSG_SESSION_END, pEngineState->registration.sczRegistrationKey, LoggingResumeModeToString(resumeMode), LoggingRestartToString(restart), LoggingBoolToString(pEngineState->registration.fDisableResume), LoggingRegistrationTypeToString(defaultRegistrationType), LoggingRegistrationTypeToString(registrationType)); 539 LogId(REPORT_STANDARD, MSG_SESSION_END, pEngineState->registration.sczRegistrationKey, LoggingInstallScopeToString(pEngineState->registration.fPerMachine), LoggingResumeModeToString(resumeMode), LoggingRestartToString(restart), LoggingBoolToString(pEngineState->registration.fDisableResume), LoggingRegistrationTypeToString(defaultRegistrationType), LoggingRegistrationTypeToString(registrationType));
540 540
541 if (BOOTSTRAPPER_ACTION_UNSAFE_UNINSTALL == pEngineState->plan.action) 541 if (BOOTSTRAPPER_ACTION_UNSAFE_UNINSTALL == pEngineState->plan.action)
542 { 542 {