[Bug 46833] Multiple application installers fail with err:msi: ITERATE_Actions Execution halted, action L"<custom action>" returned 1603 (iTunes 12.9.3.3, Dameware Mini Remote Control 10.x)

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Mar 18 06:29:09 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=46833

Huw Davies <huw.davies at physics.ox.ac.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hans at meelstraat.net,
                   |                            |huw.davies at physics.ox.ac.uk

--- Comment #17 from Huw Davies <huw.davies at physics.ox.ac.uk> ---
Cc'ing Hans.

It looks like there are two processes each of which call into
do_msidbCustomActionTypeDll(), which in turn calls RpcServerUseProtseqEpW()
with the same endpoint name "msi".  The msiexec launched by each process both
try to connect to the same named pipe.  I suspect we want to append a thread id
onto the endpoint name.  The tricky thing will be passing that from msiexec to
__wine_msi_call_dll_function().

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list