Commit 930b5e1c authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

msi: The table for isolated components is called IsolatedComponent.

parent fd5887e5
......@@ -6750,7 +6750,7 @@ static UINT ACTION_BindImage( MSIPACKAGE *package )
static UINT ACTION_IsolateComponents( MSIPACKAGE *package )
{
static const WCHAR table[] = {
'I','s','o','l','a','t','e','C','o','m','p','o','n','e','n','t',0 };
'I','s','o','l','a','t','e','d','C','o','m','p','o','n','e','n','t',0 };
return msi_unimplemented_action_stub( package, "IsolateComponents", table );
}
......
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