Commit 11daa6aa authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

msi: Break out of the loop as soon as the assembly is detected in msi_load_assembly.

parent 22856e9c
......@@ -347,6 +347,7 @@ MSIASSEMBLY *msi_load_assembly( MSIPACKAGE *package, MSICOMPONENT *comp )
{
TRACE("runtime version %s\n", debugstr_w(get_clr_version_str( i )));
a->installed = TRUE;
break;
}
}
}
......
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