Revert "msi: Reset component state before setting (eterbug #953)."
authorVitaly Perov <vitperov@etersoft.ru>
Thu, 2 Sep 2010 11:09:56 +0000 (15:09 +0400)
committerVitaly Perov <vitperov@etersoft.ru>
Thu, 2 Sep 2010 11:09:56 +0000 (15:09 +0400)
This reverts commit 1827676c8ea7eaae802f930a681d938b00a5cc88.

dlls/msi/action.c

index 3729dcf5f010fa87e6ad7b6ee3bde7d55a3cabcb..8aed399a11de4e2b5351d1ec7527aabf1a9b4f65 100644 (file)
@@ -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))