reactos/base
winesync 82decec5f1
[WINESYNC] 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>

wine commit id 457431ab5bc1dd10c4957f145de85c4ba6d0ef72 by Zebediah Figura <z.figura12@gmail.com>
2022-03-20 19:27:57 +01:00
..
applications [RAPPS] Fix uninstalling applications 2022-03-19 13:32:51 +01:00
services [UMPNPMGR] Improve UpdateServiceStatus() 2022-03-20 17:21:45 +01:00
setup [USETUP] de-DE Update 2022-03-05 CORE-18075 2022-03-05 18:23:33 +01:00
shell [REACTOS] de-DE.rc in all modules: DIE! EINGABETASTE! DIE! CORE-18077 2022-03-05 21:25:30 +01:00
system [WINESYNC] msi: Reuse the custom action server process where possible. 2022-03-20 19:27:57 +01:00
CMakeLists.txt