Commit 52f719d1 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

msi: Improve detection of installed local assemblies.

parent 6a0801a4
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment