diff options
| author | Bob Arnson <bob@firegiant.com> | 2026-03-09 16:21:15 -0400 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2026-03-09 17:32:22 -0400 |
| commit | b4da272e25c5c776cc5c66ee069bd3fb7548dd92 (patch) | |
| tree | c505aa7fcde1638b8b67bdb41db0b56f9930a246 /src/burn/engine/engine.mc | |
| parent | dd827742e060db17fb61acc1534556a821c1f2c2 (diff) | |
| download | wix-b4da272e25c5c776cc5c66ee069bd3fb7548dd92.tar.gz wix-b4da272e25c5c776cc5c66ee069bd3fb7548dd92.tar.bz2 wix-b4da272e25c5c776cc5c66ee069bd3fb7548dd92.zip | |
Set more detect-phase values when falling back.
When configurable-scope bundle is already installed,
find it during detect by falling back from machine to user.
Set the scope as early as possible so detect-phase checks
(e.g., cache path, state file) work as expected.
Fixes https://github.com/wixtoolset/issues/issues/9257
Diffstat (limited to 'src/burn/engine/engine.mc')
| -rw-r--r-- | src/burn/engine/engine.mc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/engine/engine.mc b/src/burn/engine/engine.mc index edafef97..72e62fe4 100644 --- a/src/burn/engine/engine.mc +++ b/src/burn/engine/engine.mc | |||
| @@ -1055,7 +1055,7 @@ MessageId=371 | |||
| 1055 | Severity=Success | 1055 | Severity=Success |
| 1056 | SymbolicName=MSG_SESSION_UPDATE | 1056 | SymbolicName=MSG_SESSION_UPDATE |
| 1057 | Language=English | 1057 | Language=English |
| 1058 | Updating session, registration key: %1!ls!, scope: %2!hs!, resume: %3!hs!, restart initiated: %4!hs!, disable resume: %5!hs! | 1058 | Updating session, registration key: %1!ls!, scope: %2!hs!, resume: %3!hs!, restart initiated: %4!hs!, disable resume: %5!hs!, registration: %6!hs! |
| 1059 | . | 1059 | . |
| 1060 | 1060 | ||
| 1061 | MessageId=372 | 1061 | MessageId=372 |
