diff options
Diffstat (limited to 'src/burn/engine')
-rw-r--r-- | src/burn/engine/registration.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/engine/registration.cpp b/src/burn/engine/registration.cpp index 85c006f7..7e00e305 100644 --- a/src/burn/engine/registration.cpp +++ b/src/burn/engine/registration.cpp | |||
@@ -809,7 +809,7 @@ extern "C" HRESULT RegistrationSessionBegin( | |||
809 | } | 809 | } |
810 | 810 | ||
811 | // Update registration. | 811 | // Update registration. |
812 | if (pRegistration->update.fRegisterUpdate) | 812 | if (pRegistration->update.fRegisterUpdate && BOOTSTRAPPER_REGISTRATION_TYPE_FULL == registrationType) |
813 | { | 813 | { |
814 | hr = WriteUpdateRegistration(pRegistration, pVariables); | 814 | hr = WriteUpdateRegistration(pRegistration, pVariables); |
815 | ExitOnFailure(hr, "Failed to write update registration."); | 815 | ExitOnFailure(hr, "Failed to write update registration."); |