mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
msi: Don't initialize COM for custom action threads.
This commit is contained in:
parent
c844582177
commit
b8965ee7c9
@ -695,8 +695,6 @@ static DWORD ACTION_CallDllFunction( const GUID *guid )
|
||||
TRACE("calling %s\n", debugstr_w( function ) );
|
||||
handle_msi_break( function );
|
||||
|
||||
CoInitializeEx(NULL, COINIT_MULTITHREADED);
|
||||
|
||||
__TRY
|
||||
{
|
||||
r = fn( hPackage );
|
||||
@ -709,8 +707,6 @@ static DWORD ACTION_CallDllFunction( const GUID *guid )
|
||||
}
|
||||
__ENDTRY;
|
||||
|
||||
CoUninitialize();
|
||||
|
||||
MsiCloseHandle( hPackage );
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user