diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-03-16 15:20:15 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-03-16 20:14:37 -0500 |
commit | 8c9ca787bee29f969cd7ca9aeaa46626d557d196 (patch) | |
tree | 8a7278a4035b584e1f1585e3215766af3ca0a62b /src/burn/engine/registration.cpp | |
parent | c1694843f7c54c7f9feb3f7074a31ff8499c9644 (diff) | |
download | wix-8c9ca787bee29f969cd7ca9aeaa46626d557d196.tar.gz wix-8c9ca787bee29f969cd7ca9aeaa46626d557d196.tar.bz2 wix-8c9ca787bee29f969cd7ca9aeaa46626d557d196.zip |
Add WixBundleCommandLineAction, don't set dynamic variables at startup.
Fixes 6736
Diffstat (limited to 'src/burn/engine/registration.cpp')
-rw-r--r-- | src/burn/engine/registration.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/burn/engine/registration.cpp b/src/burn/engine/registration.cpp index 6bae2e7b..a65c30d3 100644 --- a/src/burn/engine/registration.cpp +++ b/src/burn/engine/registration.cpp | |||
@@ -445,9 +445,6 @@ extern "C" HRESULT RegistrationSetVariables( | |||
445 | HRESULT hr = S_OK; | 445 | HRESULT hr = S_OK; |
446 | LPWSTR scz = NULL; | 446 | LPWSTR scz = NULL; |
447 | 447 | ||
448 | hr = RegistrationSetDynamicVariables(pRegistration, pVariables); | ||
449 | ExitOnFailure(hr, "Failed to set the dynamic registration variables."); | ||
450 | |||
451 | // Ensure the registration bundle name is updated. | 448 | // Ensure the registration bundle name is updated. |
452 | hr = GetBundleInProgressName(pRegistration, pVariables, &scz); | 449 | hr = GetBundleInProgressName(pRegistration, pVariables, &scz); |
453 | ExitOnFailure(hr, "Failed to initialize bundle name."); | 450 | ExitOnFailure(hr, "Failed to initialize bundle name."); |