diff options
Diffstat (limited to 'src/burn/engine/registration.cpp')
| -rw-r--r-- | src/burn/engine/registration.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/burn/engine/registration.cpp b/src/burn/engine/registration.cpp index d1c32b3e..51e75b78 100644 --- a/src/burn/engine/registration.cpp +++ b/src/burn/engine/registration.cpp | |||
| @@ -385,7 +385,6 @@ extern "C" void RegistrationUninitialize( | |||
| 385 | ReleaseMem(pRegistration->rgsczPatchCodes); | 385 | ReleaseMem(pRegistration->rgsczPatchCodes); |
| 386 | 386 | ||
| 387 | ReleaseStr(pRegistration->sczProviderKey); | 387 | ReleaseStr(pRegistration->sczProviderKey); |
| 388 | ReleaseStr(pRegistration->sczActiveParent); | ||
| 389 | ReleaseStr(pRegistration->sczExecutableName); | 388 | ReleaseStr(pRegistration->sczExecutableName); |
| 390 | 389 | ||
| 391 | ReleaseStr(pRegistration->sczRegistrationKey); | 390 | ReleaseStr(pRegistration->sczRegistrationKey); |
| @@ -462,12 +461,6 @@ extern "C" HRESULT RegistrationSetVariables( | |||
| 462 | hr = GetBundleManufacturer(pRegistration, pVariables, &scz); | 461 | hr = GetBundleManufacturer(pRegistration, pVariables, &scz); |
| 463 | ExitOnFailure(hr, "Failed to initialize bundle manufacturer."); | 462 | ExitOnFailure(hr, "Failed to initialize bundle manufacturer."); |
| 464 | 463 | ||
| 465 | if (pRegistration->sczActiveParent && *pRegistration->sczActiveParent) | ||
| 466 | { | ||
| 467 | hr = VariableSetString(pVariables, BURN_BUNDLE_ACTIVE_PARENT, pRegistration->sczActiveParent, TRUE, FALSE); | ||
| 468 | ExitOnFailure(hr, "Failed to overwrite the bundle active parent built-in variable."); | ||
| 469 | } | ||
| 470 | |||
| 471 | hr = VariableSetString(pVariables, BURN_BUNDLE_PROVIDER_KEY, pRegistration->sczProviderKey, TRUE, FALSE); | 464 | hr = VariableSetString(pVariables, BURN_BUNDLE_PROVIDER_KEY, pRegistration->sczProviderKey, TRUE, FALSE); |
| 472 | ExitOnFailure(hr, "Failed to overwrite the bundle provider key built-in variable."); | 465 | ExitOnFailure(hr, "Failed to overwrite the bundle provider key built-in variable."); |
| 473 | 466 | ||
