diff options
| author | Bob Arnson <bob@firegiant.com> | 2026-02-04 20:47:04 -0500 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2026-02-05 15:58:18 -0500 |
| commit | c258b72508f1b25a56e5d3ee3df08650ba1cbe36 (patch) | |
| tree | 0d5eaf7d732d4a6cb5abe663d2644447c9072220 /src/api/burn/WixToolset.BootstrapperApplicationApi/IBootstrapperCommand.cs | |
| parent | a3d3963f806117ce123d95e8b77e73e1c1545b25 (diff) | |
| download | wix-c258b72508f1b25a56e5d3ee3df08650ba1cbe36.tar.gz wix-c258b72508f1b25a56e5d3ee3df08650ba1cbe36.tar.bz2 wix-c258b72508f1b25a56e5d3ee3df08650ba1cbe36.zip | |
Support dual-purpose packages in Burn.
Fixes https://github.com/wixtoolset/issues/issues/8958
Diffstat (limited to 'src/api/burn/WixToolset.BootstrapperApplicationApi/IBootstrapperCommand.cs')
| -rw-r--r-- | src/api/burn/WixToolset.BootstrapperApplicationApi/IBootstrapperCommand.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/api/burn/WixToolset.BootstrapperApplicationApi/IBootstrapperCommand.cs b/src/api/burn/WixToolset.BootstrapperApplicationApi/IBootstrapperCommand.cs index a1f8bfe0..7a5a4cfd 100644 --- a/src/api/burn/WixToolset.BootstrapperApplicationApi/IBootstrapperCommand.cs +++ b/src/api/burn/WixToolset.BootstrapperApplicationApi/IBootstrapperCommand.cs | |||
| @@ -20,6 +20,11 @@ namespace WixToolset.BootstrapperApplicationApi | |||
| 20 | Display Display { get; } | 20 | Display Display { get; } |
| 21 | 21 | ||
| 22 | /// <summary> | 22 | /// <summary> |
| 23 | /// Gets the bundle scope if set at the command line. | ||
| 24 | /// </summary> | ||
| 25 | BundleScope Scope { get; } | ||
| 26 | |||
| 27 | /// <summary> | ||
| 23 | /// Gets the command line arguments. | 28 | /// Gets the command line arguments. |
| 24 | /// </summary> | 29 | /// </summary> |
| 25 | /// <returns> | 30 | /// <returns> |
