From de80ff1102a1b34e430bbc718fe65a42bab196cf Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Tue, 10 Feb 2026 20:33:03 -0500 Subject: Log detected package scope and lock bundle scope. - Fixes https://github.com/wixtoolset/issues/issues/9232 - Fixes https://github.com/wixtoolset/issues/issues/9240 --- src/burn/engine/registration.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/burn/engine/registration.h') diff --git a/src/burn/engine/registration.h b/src/burn/engine/registration.h index 361c379d..f340999a 100644 --- a/src/burn/engine/registration.h +++ b/src/burn/engine/registration.h @@ -97,11 +97,12 @@ typedef struct _BURN_REGISTRATION // For configurable-scope bundles, fPerMachine is only valid after // planning when scope is known. For fixed per-machine or per-user // bundles, valid immediately. - BOOL fPerMachine; + BOOL fPerMachine; BOOL fForceSystemComponent; BOOL fDisableResume; BOOL fCached; BOOTSTRAPPER_REGISTRATION_TYPE detectedRegistrationType; + BOOTSTRAPPER_SCOPE detectedScope; BOOTSTRAPPER_PACKAGE_SCOPE scope; LPWSTR sczCode; LPWSTR sczTag; -- cgit v1.2.3-55-g6feb