aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs')
-rw-r--r--src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs3
1 files changed, 2 insertions, 1 deletions
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
139 /// Determine the installation sequencing and costing. 139 /// Determine the installation sequencing and costing.
140 /// </summary> 140 /// </summary>
141 /// <param name="action">The action to perform when planning.</param> 141 /// <param name="action">The action to perform when planning.</param>
142 void Plan(LaunchAction action); 142 /// <param name="plannedScope">The bundle scope for per-user-or-machine packages.</param>
143 void Plan(LaunchAction action, BundleScope plannedScope);
143 144
144 /// <summary> 145 /// <summary>
145 /// Set the update information for a bundle. 146 /// Set the update information for a bundle.