From 7066a92360f4673c4ed13c77dae52069e7eff282 Mon Sep 17 00:00:00 2001 From: Vitaly Perov Date: Thu, 2 Sep 2010 15:09:56 +0400 Subject: [PATCH] Revert "msi: Reset component state before setting (eterbug #953)." This reverts commit 1827676c8ea7eaae802f930a681d938b00a5cc88. --- dlls/msi/action.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/msi/action.c b/dlls/msi/action.c index 3729dcf5f0..8aed399a11 100644 --- a/dlls/msi/action.c +++ b/dlls/msi/action.c @@ -1949,8 +1949,6 @@ UINT MSI_SetFeatureStates(MSIPACKAGE *package) if (!component->Enabled) continue; - msi_component_set_state(package, component, INSTALLSTATE_UNKNOWN); - /* check if it's local or source */ if (!(component->Attributes & msidbComponentAttributesOptional) && (component->hasLocalFeature || component->hasSourceFeature)) -- 2.33.8