diff options
author | Bob Arnson <bob@firegiant.com> | 2024-11-09 23:54:49 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2024-11-10 20:14:39 -0500 |
commit | 53d84c9b96b027df505ab99f3db0719a82108b2b (patch) | |
tree | c08a593a222641b7d1b615794c80094aab8588b8 /src/burn/engine/registration.cpp | |
parent | a75f23d32c3892e9977e7a48b4b347342ab182a9 (diff) | |
download | wix-53d84c9b96b027df505ab99f3db0719a82108b2b.tar.gz wix-53d84c9b96b027df505ab99f3db0719a82108b2b.tar.bz2 wix-53d84c9b96b027df505ab99f3db0719a82108b2b.zip |
Log bundle registration scope.
Diffstat (limited to 'src/burn/engine/registration.cpp')
-rw-r--r-- | src/burn/engine/registration.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/burn/engine/registration.cpp b/src/burn/engine/registration.cpp index fd8a32a4..e0bc81dd 100644 --- a/src/burn/engine/registration.cpp +++ b/src/burn/engine/registration.cpp | |||
@@ -616,7 +616,7 @@ extern "C" HRESULT RegistrationSessionBegin( | |||
616 | 616 | ||
617 | AssertSz(BOOTSTRAPPER_REGISTRATION_TYPE_NONE != registrationType, "Registration type can't be NONE"); | 617 | AssertSz(BOOTSTRAPPER_REGISTRATION_TYPE_NONE != registrationType, "Registration type can't be NONE"); |
618 | 618 | ||
619 | LogId(REPORT_VERBOSE, MSG_SESSION_BEGIN, pRegistration->sczRegistrationKey, dwRegistrationOptions, LoggingBoolToString(pRegistration->fDisableResume)); | 619 | LogId(REPORT_VERBOSE, MSG_SESSION_BEGIN, pRegistration->sczRegistrationKey, LoggingInstallScopeToString(pRegistration->fPerMachine), dwRegistrationOptions, LoggingBoolToString(pRegistration->fDisableResume)); |
620 | 620 | ||
621 | // Cache bundle executable. | 621 | // Cache bundle executable. |
622 | if (dwRegistrationOptions & BURN_REGISTRATION_ACTION_OPERATIONS_CACHE_BUNDLE) | 622 | if (dwRegistrationOptions & BURN_REGISTRATION_ACTION_OPERATIONS_CACHE_BUNDLE) |
@@ -1259,7 +1259,7 @@ static HRESULT UpdateResumeMode( | |||
1259 | LPWSTR sczRunOnceCommandLine = NULL; | 1259 | LPWSTR sczRunOnceCommandLine = NULL; |
1260 | LPCWSTR sczResumeKey = REGISTRY_RUN_ONCE_KEY; | 1260 | LPCWSTR sczResumeKey = REGISTRY_RUN_ONCE_KEY; |
1261 | 1261 | ||
1262 | LogId(REPORT_STANDARD, MSG_SESSION_UPDATE, pRegistration->sczRegistrationKey, LoggingResumeModeToString(resumeMode), LoggingBoolToString(fRestartInitiated), LoggingBoolToString(pRegistration->fDisableResume)); | 1262 | LogId(REPORT_STANDARD, MSG_SESSION_UPDATE, pRegistration->sczRegistrationKey, LoggingInstallScopeToString(pRegistration->fPerMachine), LoggingResumeModeToString(resumeMode), LoggingBoolToString(fRestartInitiated), LoggingBoolToString(pRegistration->fDisableResume)); |
1263 | 1263 | ||
1264 | // write resume information | 1264 | // write resume information |
1265 | if (hkRegistration) | 1265 | if (hkRegistration) |