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/engine.mc | |
| parent | cd5f73d939b6d91ce3d9efcc5b8a800542041698 (diff) | |
| download | wix-702b38fe565781f3bfc5b1d92a3404b535ace2a1.tar.gz wix-702b38fe565781f3bfc5b1d92a3404b535ace2a1.tar.bz2 wix-702b38fe565781f3bfc5b1d92a3404b535ace2a1.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/engine.mc')
| -rw-r--r-- | src/burn/engine/engine.mc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/burn/engine/engine.mc b/src/burn/engine/engine.mc index 8e2f1a2e..f7ec0359 100644 --- a/src/burn/engine/engine.mc +++ b/src/burn/engine/engine.mc | |||
| @@ -271,7 +271,7 @@ MessageId=101 | |||
| 271 | Severity=Success | 271 | Severity=Success |
| 272 | SymbolicName=MSG_DETECTED_PACKAGE | 272 | SymbolicName=MSG_DETECTED_PACKAGE |
| 273 | Language=English | 273 | Language=English |
| 274 | Detected package: %1!ls!, state: %2!hs!, authored scope: %6!hs!, cached: %3!hs!, install registration state: %4!hs!, cache registration state: %5!hs! | 274 | Detected package: %1!ls!, state: %2!hs!, authored scope: %6!hs!, detected scope: %7!hs!, cached: %3!hs!, install registration state: %4!hs!, cache registration state: %5!hs! |
| 275 | . | 275 | . |
| 276 | 276 | ||
| 277 | MessageId=102 | 277 | MessageId=102 |
| @@ -414,6 +414,13 @@ Language=English | |||
| 414 | Planned configurable scope: %1!hs! | 414 | Planned configurable scope: %1!hs! |
| 415 | . | 415 | . |
| 416 | 416 | ||
| 417 | MessageId=227 | ||
| 418 | Severity=Success | ||
| 419 | SymbolicName=MSG_PLAN_INSTALLED_SCOPE | ||
| 420 | Language=English | ||
| 421 | Bundle was already installed with scope: %1!hs! | ||
| 422 | . | ||
| 423 | |||
| 417 | MessageId=201 | 424 | MessageId=201 |
| 418 | Severity=Success | 425 | Severity=Success |
| 419 | SymbolicName=MSG_PLANNED_PACKAGE | 426 | SymbolicName=MSG_PLANNED_PACKAGE |
