diff options
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."); |