diff options
| author | Bob Arnson <bob@firegiant.com> | 2026-02-10 20:33:03 -0500 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2026-02-10 20:33:03 -0500 |
| commit | 702b38fe565781f3bfc5b1d92a3404b535ace2a1 (patch) | |
| tree | 1eb70c137c84ae7c9d8c73370c7e39b4cf76a377 /src/burn/engine/package.h | |
| parent | cd5f73d939b6d91ce3d9efcc5b8a800542041698 (diff) | |
| download | wix-bob/BurnScopeDetect.tar.gz wix-bob/BurnScopeDetect.tar.bz2 wix-bob/BurnScopeDetect.zip | |
Log detected package scope and lock bundle scope.bob/BurnScopeDetect
- Fixes https://github.com/wixtoolset/issues/issues/9232
- Fixes https://github.com/wixtoolset/issues/issues/9240
Diffstat (limited to 'src/burn/engine/package.h')
| -rw-r--r-- | src/burn/engine/package.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/engine/package.h b/src/burn/engine/package.h index 5397e9cc..9828c120 100644 --- a/src/burn/engine/package.h +++ b/src/burn/engine/package.h | |||
| @@ -283,6 +283,7 @@ typedef struct _BURN_PACKAGE | |||
| 283 | BURN_ROLLBACK_BOUNDARY* pRollbackBoundaryForward; // used during install and repair. | 283 | BURN_ROLLBACK_BOUNDARY* pRollbackBoundaryForward; // used during install and repair. |
| 284 | BURN_ROLLBACK_BOUNDARY* pRollbackBoundaryBackward; // used during uninstall. | 284 | BURN_ROLLBACK_BOUNDARY* pRollbackBoundaryBackward; // used during uninstall. |
| 285 | 285 | ||
| 286 | BOOL fDetectedPerMachine; // only valid after Detect. | ||
| 286 | BOOTSTRAPPER_PACKAGE_STATE currentState; // only valid after Detect. | 287 | BOOTSTRAPPER_PACKAGE_STATE currentState; // only valid after Detect. |
| 287 | BOOL fCached; // only valid after Detect. | 288 | BOOL fCached; // only valid after Detect. |
| 288 | BOOTSTRAPPER_CACHE_TYPE cacheType; // only valid during Plan. | 289 | BOOTSTRAPPER_CACHE_TYPE cacheType; // only valid during Plan. |
