diff options
| author | Bob Arnson <bob@firegiant.com> | 2026-02-10 20:33:03 -0500 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2026-02-11 13:21:20 -0500 |
| commit | de80ff1102a1b34e430bbc718fe65a42bab196cf (patch) | |
| tree | 1eb70c137c84ae7c9d8c73370c7e39b4cf76a377 /src/burn/engine/variable.cpp | |
| parent | cd5f73d939b6d91ce3d9efcc5b8a800542041698 (diff) | |
| download | wix-de80ff1102a1b34e430bbc718fe65a42bab196cf.tar.gz wix-de80ff1102a1b34e430bbc718fe65a42bab196cf.tar.bz2 wix-de80ff1102a1b34e430bbc718fe65a42bab196cf.zip | |
- Fixes https://github.com/wixtoolset/issues/issues/9232
- Fixes https://github.com/wixtoolset/issues/issues/9240
Diffstat (limited to '')
| -rw-r--r-- | src/burn/engine/variable.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/burn/engine/variable.cpp b/src/burn/engine/variable.cpp index 1b7dc4d1..092b7e9d 100644 --- a/src/burn/engine/variable.cpp +++ b/src/burn/engine/variable.cpp | |||
| @@ -305,8 +305,9 @@ extern "C" HRESULT VariableInitialize( | |||
| 305 | {BURN_BUNDLE_TAG, InitializeVariableString, (DWORD_PTR)L"", FALSE, TRUE}, | 305 | {BURN_BUNDLE_TAG, InitializeVariableString, (DWORD_PTR)L"", FALSE, TRUE}, |
| 306 | {BURN_BUNDLE_UILEVEL, InitializeVariableNumeric, 0, FALSE, TRUE}, | 306 | {BURN_BUNDLE_UILEVEL, InitializeVariableNumeric, 0, FALSE, TRUE}, |
| 307 | {BURN_BUNDLE_VERSION, InitializeVariableVersion, (DWORD_PTR)L"0", FALSE, TRUE}, | 307 | {BURN_BUNDLE_VERSION, InitializeVariableVersion, (DWORD_PTR)L"0", FALSE, TRUE}, |
| 308 | {BURN_BUNDLE_SCOPE, InitializeVariableNumeric, 0, FALSE, TRUE}, | 308 | {BURN_BUNDLE_AUTHORED_SCOPE, InitializeVariableNumeric, 0, FALSE, TRUE}, |
| 309 | {BURN_BUNDLE_PLANNED_SCOPE, InitializeVariableNumeric, 0, FALSE, TRUE}, | 309 | {BURN_BUNDLE_PLANNED_SCOPE, InitializeVariableNumeric, 0, FALSE, TRUE}, |
| 310 | {BURN_BUNDLE_DETECTED_SCOPE, InitializeVariableNumeric, 0, FALSE, TRUE}, | ||
| 310 | }; | 311 | }; |
| 311 | 312 | ||
| 312 | const WELL_KNOWN_VARIABLE_DECLARATION vrgWellKnownVariableNames[] = | 313 | const WELL_KNOWN_VARIABLE_DECLARATION vrgWellKnownVariableNames[] = |
