Hans Leidekker : msi: Don' t set the Installed property in MsiReinstallFeatureW.

Alexandre Julliard julliard at winehq.org
Tue Dec 13 13:01:28 CST 2011


Module: wine
Branch: master
Commit: 1f56b60cc41cfa87ecf57bccb88fc0b130bfbb52
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1f56b60cc41cfa87ecf57bccb88fc0b130bfbb52

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Tue Dec 13 13:19:14 2011 +0100

msi: Don't set the Installed property in MsiReinstallFeatureW.

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 );
 




More information about the wine-cvs mailing list