Sweden-Number/programs/msiexec
Zebediah Figura 7908d6ee39 msi: Create the custom action thread inside msiexec.exe.
This patch is effectively a no-op by itself, but makes the next patch
architecturally much simpler. We need the main thread to be non-blocking
to allow nested custom actions to work, so creating the thread inside of
msiexec allows the custom action thread to write the result of the action to
the server pipe while the main thread simply reads from it.

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: Create the custom action thread inside msiexec.exe. 2018-07-11 15:45:11 +02:00
msiexec.ico
msiexec.man.in msiexec: Move WineHQ URLs to https. 2017-12-01 10:05:12 +01:00
msiexec.svg
rsrc.rc
service.c