diff options
| author | Bob Arnson <bob@firegiant.com> | 2026-02-04 20:47:04 -0500 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2026-02-04 20:47:04 -0500 |
| commit | edccb203c421d2bd820062024088c6698424d9ee (patch) | |
| tree | 6b47c3eb5ca53bd9f79f3d032dc1a596d411bf38 /src/burn/engine/msiengine.h | |
| parent | a3d3963f806117ce123d95e8b77e73e1c1545b25 (diff) | |
| download | wix-bob/ConfigurableScopeBundles.tar.gz wix-bob/ConfigurableScopeBundles.tar.bz2 wix-bob/ConfigurableScopeBundles.zip | |
Support dual-purpose packages in Burn.bob/ConfigurableScopeBundles
Fixes https://github.com/wixtoolset/issues/issues/8958
Diffstat (limited to 'src/burn/engine/msiengine.h')
| -rw-r--r-- | src/burn/engine/msiengine.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/burn/engine/msiengine.h b/src/burn/engine/msiengine.h index 862c4f6a..d4660dc8 100644 --- a/src/burn/engine/msiengine.h +++ b/src/burn/engine/msiengine.h | |||
| @@ -93,6 +93,8 @@ HRESULT MsiEngineConcatBurnProperties( | |||
| 93 | __in BOOTSTRAPPER_MSI_FILE_VERSIONING fileVersioning, | 93 | __in BOOTSTRAPPER_MSI_FILE_VERSIONING fileVersioning, |
| 94 | __in BOOL fMsiPackage, | 94 | __in BOOL fMsiPackage, |
| 95 | __in BOOL fFeatureSelectionEnabled, | 95 | __in BOOL fFeatureSelectionEnabled, |
| 96 | __in BOOTSTRAPPER_PACKAGE_SCOPE scope, | ||
| 97 | __in BOOL fPlannedPerMachineScope, | ||
| 96 | __deref_out_z LPWSTR* psczProperties | 98 | __deref_out_z LPWSTR* psczProperties |
| 97 | ); | 99 | ); |
| 98 | HRESULT MsiEngineConcatPackageProperties( | 100 | HRESULT MsiEngineConcatPackageProperties( |
