From edccb203c421d2bd820062024088c6698424d9ee Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Wed, 4 Feb 2026 20:47:04 -0500 Subject: Support dual-purpose packages in Burn. Fixes https://github.com/wixtoolset/issues/issues/8958 --- src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs') diff --git a/src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs b/src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs index 03ceed06..a763d741 100644 --- a/src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs +++ b/src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs @@ -139,7 +139,8 @@ namespace WixToolset.BootstrapperApplicationApi /// Determine the installation sequencing and costing. /// /// The action to perform when planning. - void Plan(LaunchAction action); + /// The bundle scope for per-user-or-machine packages. + void Plan(LaunchAction action, BundleScope plannedScope); /// /// Set the update information for a bundle. -- cgit v1.2.3-55-g6feb