[4/6] msi: Don't set the LOGVERBOSE property in MsiReinstallFeatureW.

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


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







More information about the wine-patches mailing list