https://bugs.winehq.org/show_bug.cgi?id=45663
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Assignee|wine-bugs@winehq.org |z.figura12@gmail.com
--- Comment #3 from Zebediah Figura z.figura12@gmail.com --- Created attachment 62095 --> https://bugs.winehq.org/attachment.cgi?id=62095 msi: Don't assume that WoW64 redirection is enabled in custom_start_server().
custom_start_server() assumes that WoW64 file-system redirection is disabled when it starts the server. Previously it was, since it was started on its own thread, but as of 3a884c2ef7a5828a5b42bf9d2532422afeac0fd8 it is started on the main thread. Specifically, it's started inside of the INSTALL standard action, and we disable WoW64 redirection for all standard actions.
The attached patch should help with that.