msi: Don't assume that WoW64 redirection is enabled in custom_start_server().
commit51ad009bacd297c0607bc6de4d5dae18afe6ea98
authorZebediah Figura <z.figura12@gmail.com>
Sun, 19 Aug 2018 03:19:40 +0000 (18 22:19 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 20 Aug 2018 17:39:14 +0000 (20 19:39 +0200)
treea6ff72defa5a8a657bf104941f75b1e653150d09
parent6552ddaaa5c189db504e81a2360bbf4b2f6325a0
msi: Don't assume that WoW64 redirection is enabled in custom_start_server().

As of 3a884c2ef the server is started on the main thread, so this is no
longer a valid assumption. In particular, we disable WoW64 redirection while
running standard actions, including the top-level INSTALL action.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45663
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>
dlls/msi/custom.c