aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/plan.h
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2026-02-17 19:41:03 -0500
committerBob Arnson <bob@firegiant.com>2026-02-17 19:48:12 -0500
commit5658492062bf28ffb670ede15cbd1413bf1182d8 (patch)
tree7e959881fdabed13359ff8cb78e68d9c74b81931 /src/burn/engine/plan.h
parentde80ff1102a1b34e430bbc718fe65a42bab196cf (diff)
downloadwix-bob/BundleLockUpgradeScope.tar.gz
wix-bob/BundleLockUpgradeScope.tar.bz2
wix-bob/BundleLockUpgradeScope.zip
Lock upgrade bundles to original bundle's scope.bob/BundleLockUpgradeScope
Fixes https://github.com/wixtoolset/issues/issues/9236
Diffstat (limited to '')
-rw-r--r--src/burn/engine/plan.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/burn/engine/plan.h b/src/burn/engine/plan.h
index f9996ac0..09918440 100644
--- a/src/burn/engine/plan.h
+++ b/src/burn/engine/plan.h
@@ -485,6 +485,9 @@ void PlanDump(
485HRESULT PlanPackagesAndBundleScope( 485HRESULT PlanPackagesAndBundleScope(
486 __in BURN_PACKAGE* rgPackages, 486 __in BURN_PACKAGE* rgPackages,
487 __in DWORD cPackages, 487 __in DWORD cPackages,
488 __in_z LPCWSTR wzUpgradeCode,
489 __in BURN_RELATED_BUNDLE* rgRelatedBundles,
490 __in DWORD cRelatedBundles,
488 __in BOOTSTRAPPER_SCOPE scope, 491 __in BOOTSTRAPPER_SCOPE scope,
489 __in BOOTSTRAPPER_PACKAGE_SCOPE authoredScope, 492 __in BOOTSTRAPPER_PACKAGE_SCOPE authoredScope,
490 __in BOOTSTRAPPER_SCOPE commandLineScope, 493 __in BOOTSTRAPPER_SCOPE commandLineScope,