Skip to content
Snippets Groups Projects
Commit 7908d6ee authored by Elizabeth Figura's avatar Elizabeth Figura Committed by Alexandre Julliard
Browse files

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: default avatarZebediah Figura <z.figura12@gmail.com>
Signed-off-by: default avatarHans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard's avatarAlexandre Julliard <julliard@winehq.org>
parent 5c7cf0a4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment