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/plan.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/burn/engine/plan.h') diff --git a/src/burn/engine/plan.h b/src/burn/engine/plan.h index a20d7c76..f9996ac0 100644 --- a/src/burn/engine/plan.h +++ b/src/burn/engine/plan.h @@ -488,6 +488,7 @@ HRESULT PlanPackagesAndBundleScope( __in BOOTSTRAPPER_SCOPE scope, __in BOOTSTRAPPER_PACKAGE_SCOPE authoredScope, __in BOOTSTRAPPER_SCOPE commandLineScope, + __in BOOTSTRAPPER_SCOPE detectedScope, __out BOOTSTRAPPER_SCOPE* pResultingScope, __out BOOL* pfPerMachine ); -- cgit v1.2.3-55-g6feb