wine-wine/programs/msiexec
Zebediah Figura 457431ab5b msi: Reuse the custom action server process where possible.
We use a named pipe to communicate between the client (i.e. the process that
called MsiInstallProduct() and the custom action server. The naïve approach
has the client send custom action GUIDs to the server and the server send
back the results of executing the action, but this fails in the case of
nested custom actions, so instead we send back handles of threads for the
client to wait on.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-07-11 15:45:11 +02:00
..
Makefile.in makefiles: Disable binary installation in the individual makefiles on Wow64. 2018-02-22 14:16:33 +01:00
msiexec.c msi: Reuse the custom action server process where possible. 2018-07-11 15:45:11 +02:00
msiexec.ico msiexec: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
msiexec.man.in msiexec: Move WineHQ URLs to https. 2017-12-01 10:05:12 +01:00
msiexec.svg msiexec: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
rsrc.rc msi: Update version resource. 2014-11-27 13:14:16 +01:00
service.c msiexec: Avoid broken pipe error caused by setting SERVICE_STOPPED state twice. 2015-12-04 21:56:20 +09:00