aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/plan.h
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2026-02-10 20:33:03 -0500
committerBob Arnson <bob@firegiant.com>2026-02-10 20:33:03 -0500
commit702b38fe565781f3bfc5b1d92a3404b535ace2a1 (patch)
tree1eb70c137c84ae7c9d8c73370c7e39b4cf76a377 /src/burn/engine/plan.h
parentcd5f73d939b6d91ce3d9efcc5b8a800542041698 (diff)
downloadwix-bob/BurnScopeDetect.tar.gz
wix-bob/BurnScopeDetect.tar.bz2
wix-bob/BurnScopeDetect.zip
Log detected package scope and lock bundle scope.bob/BurnScopeDetect
- Fixes https://github.com/wixtoolset/issues/issues/9232 - Fixes https://github.com/wixtoolset/issues/issues/9240
Diffstat (limited to '')
-rw-r--r--src/burn/engine/plan.h1
1 files changed, 1 insertions, 0 deletions
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(
488 __in BOOTSTRAPPER_SCOPE scope, 488 __in BOOTSTRAPPER_SCOPE scope,
489 __in BOOTSTRAPPER_PACKAGE_SCOPE authoredScope, 489 __in BOOTSTRAPPER_PACKAGE_SCOPE authoredScope,
490 __in BOOTSTRAPPER_SCOPE commandLineScope, 490 __in BOOTSTRAPPER_SCOPE commandLineScope,
491 __in BOOTSTRAPPER_SCOPE detectedScope,
491 __out BOOTSTRAPPER_SCOPE* pResultingScope, 492 __out BOOTSTRAPPER_SCOPE* pResultingScope,
492 __out BOOL* pfPerMachine 493 __out BOOL* pfPerMachine
493); 494);