Raul Dias <[EMAIL PROTECTED]> writes:

> However I have launched the instller with:
>   wine --dll comctl32,commctrl=b ie5setup.exe
> 
> In my config file however, I have the load order as
> "native, builtin" for both dlls.
> 
> Is it possible that the --dll command line argument is not 
> valid for subprocess/forks from the lauched process?

The -dll argument is passed to child processes. However the problem in
your case is that the dll is not loaded from the standard directory,
so it doesn't match the default loadorder. You should either specify
the full dll path explicitly, or use a wildcard entry like this:

"*comctl32" = "builtin"

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to