diff options
| author | Bob Arnson <bob@firegiant.com> | 2026-02-20 19:18:23 -0500 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2026-02-20 19:18:23 -0500 |
| commit | 8f3c366e9671dc5d4931dd3de28a42a1f1be32a5 (patch) | |
| tree | b9f270a14fe73dc07667cf37ea0232662e7d858b /src/burn/engine/registration.cpp | |
| parent | 96222b03ccc510027cb4d506fb424961cc351e03 (diff) | |
| download | wix-8f3c366e9671dc5d4931dd3de28a42a1f1be32a5.tar.gz wix-8f3c366e9671dc5d4931dd3de28a42a1f1be32a5.tar.bz2 wix-8f3c366e9671dc5d4931dd3de28a42a1f1be32a5.zip | |
Configurable-scope bundles for WixStdBA.bob/WixStdBaConfigurableScope
Fixes https://github.com/wixtoolset/issues/issues/9234
Fixes https://github.com/wixtoolset/issues/issues/9235
Diffstat (limited to 'src/burn/engine/registration.cpp')
| -rw-r--r-- | src/burn/engine/registration.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/burn/engine/registration.cpp b/src/burn/engine/registration.cpp index 7c9ca182..e7a9b95f 100644 --- a/src/burn/engine/registration.cpp +++ b/src/burn/engine/registration.cpp | |||
| @@ -441,6 +441,9 @@ extern "C" HRESULT RegistrationSetVariables( | |||
| 441 | hr = VariableSetVersion(pVariables, BURN_BUNDLE_VERSION, pRegistration->pVersion, TRUE); | 441 | hr = VariableSetVersion(pVariables, BURN_BUNDLE_VERSION, pRegistration->pVersion, TRUE); |
| 442 | ExitOnFailure(hr, "Failed to overwrite the bundle version built-in variable."); | 442 | ExitOnFailure(hr, "Failed to overwrite the bundle version built-in variable."); |
| 443 | 443 | ||
| 444 | hr = VariableSetNumeric(pVariables, BURN_BUNDLE_AUTHORED_SCOPE, pRegistration->scope, TRUE); | ||
| 445 | ExitOnFailure(hr, "Failed to set the bundle authored scope built-in variable."); | ||
| 446 | |||
| 444 | LExit: | 447 | LExit: |
| 445 | ReleaseStr(scz); | 448 | ReleaseStr(scz); |
| 446 | 449 | ||
