http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a279ecd
)
Revert "msi: Reset component state before setting (eterbug #953)."
author
Vitaly Perov
<vitperov@etersoft.ru>
Thu, 2 Sep 2010 11:09:56 +0000
(15:09 +0400)
committer
Vitaly Perov
<vitperov@etersoft.ru>
Thu, 2 Sep 2010 11:09:56 +0000
(15:09 +0400)
This reverts commit
1827676c8ea7eaae802f930a681d938b00a5cc88
.
dlls/msi/action.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/msi/action.c
b/dlls/msi/action.c
index 3729dcf5f010fa87e6ad7b6ee3bde7d55a3cabcb..8aed399a11de4e2b5351d1ec7527aabf1a9b4f65 100644
(file)
--- 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))