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

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


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

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

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

---

 dlls/msi/msi.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/msi/msi.c b/dlls/msi/msi.c
index d062ad0..09b2d36 100644
--- a/dlls/msi/msi.c
+++ b/dlls/msi/msi.c
@@ -3773,8 +3773,6 @@ UINT WINAPI MsiGetShortcutTargetW( LPCWSTR szShortcutTarget,
 UINT WINAPI MsiReinstallFeatureW( LPCWSTR szProduct, LPCWSTR szFeature,
                                   DWORD dwReinstallMode )
 {
-    static const WCHAR szLogVerbose[] =
-        {' ','L','O','G','V','E','R','B','O','S','E',0};
     MSIPACKAGE *package;
     MSIINSTALLCONTEXT context;
     UINT r;
@@ -3831,7 +3829,6 @@ UINT WINAPI MsiReinstallFeatureW( LPCWSTR szProduct, LPCWSTR szFeature,
         return r;
 
     msi_set_property( package->db, szReinstallMode, reinstallmode );
-    msi_set_property( package->db, szLogVerbose, szOne );
     msi_set_property( package->db, szReinstall, szFeature );
 
     r = MSI_InstallPackage( package, sourcepath, NULL );




More information about the wine-cvs mailing list