[3/6] msi: Don't set the Installed property in MsiReinstallFeatureW.

Hans Leidekker hans at codeweavers.com
Tue Dec 13 06:19:14 CST 2011


This property will be set later.
---
 dlls/msi/msi.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/msi/msi.c b/dlls/msi/msi.c
index 21ffb39..d062ad0 100644
--- a/dlls/msi/msi.c
+++ b/dlls/msi/msi.c
@@ -3831,7 +3831,6 @@ UINT WINAPI MsiReinstallFeatureW( LPCWSTR szProduct, LPCWSTR szFeature,
         return r;
 
     msi_set_property( package->db, szReinstallMode, reinstallmode );
-    msi_set_property( package->db, szInstalled, szOne );
     msi_set_property( package->db, szLogVerbose, szOne );
     msi_set_property( package->db, szReinstall, szFeature );
 
-- 
1.7.7.3







More information about the wine-patches mailing list