[4/4] msi: Improve detection of installed local assemblies.

Hans Leidekker hans at codeweavers.com
Tue Jan 11 03:29:06 CST 2011


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

diff --git a/dlls/msi/assembly.c b/dlls/msi/assembly.c
index 1189f68..04d42b4 100644
--- a/dlls/msi/assembly.c
+++ b/dlls/msi/assembly.c
@@ -268,7 +268,8 @@ static BOOL check_assembly_installed( MSIPACKAGE *package, MSIASSEMBLY *assembly
 
     if (assembly->application)
     {
-        /* FIXME: we should probably check the manifest file here */
+        FIXME("we should probably check the manifest file here\n");
+        if (msi_get_property_int( package->db, szInstalled, 0 )) return TRUE;
         return FALSE;
     }
 
-- 
1.7.1







More information about the wine-patches mailing list