Skip to content
Snippets Groups Projects
Commit 52f719d1 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard
Browse files

msi: Improve detection of installed local assemblies.

parent 6a0801a4
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment