Exported functions in tests

Alexandre Julliard julliard at winehq.org
Fri Oct 13 02:21:12 CDT 2017


Zebediah Figura <z.figura12 at gmail.com> writes:

> Does anyone know, or have a hunch, as to what the problem might be
> here? For what it's worth, it's known that native MSI uses a separate
> process to execute custom actions, although I don't know how this
> would lend any clue to what's going wrong.

In a separate process you'd already have the MSI server exe running, so
you can't load a second exe. What probably happens is that the exe
module is loaded but its imports are not resolved.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list