diff options
| author | Bob Arnson <bob@firegiant.com> | 2026-02-17 19:41:03 -0500 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2026-02-17 19:48:12 -0500 |
| commit | 5658492062bf28ffb670ede15cbd1413bf1182d8 (patch) | |
| tree | 7e959881fdabed13359ff8cb78e68d9c74b81931 /src/burn/engine/plan.h | |
| parent | de80ff1102a1b34e430bbc718fe65a42bab196cf (diff) | |
| download | wix-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 'src/burn/engine/plan.h')
| -rw-r--r-- | src/burn/engine/plan.h | 3 |
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( | |||
| 485 | HRESULT PlanPackagesAndBundleScope( | 485 | HRESULT 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, |
