WINEDLLOVERRIDES for all dlls?

James Hawkins truiken at gmail.com
Tue Sep 28 22:09:47 CDT 2004


Hi,

I'm working on getting ie6 sp1 to install without using any native
dlls.  The install is fine until about 78% of the way through
installing the files, the installer loads a native advapi32 that it
downloaded to a temp directory and then the install seems to pause as
this message is continuously printed:

fixme:thunk:CommonUnimpStub generic stub: ?

I used WINEDLLOVERRIDES="advapi32=b" WINEDEBUG=+loaddll, and it still
shows the downloaded native advapi32.dll being loaded.  Does
WINEDLLOVERRIDES only take dll's that are in the windows\system
directory into account?  I have a feeling that the install would go
smoother if the builtin advapi32 was loaded instead of the native one.
 I'm guessing that the installer is calling LoadLibary("path to native
advapi32")...that's just a guess though.

-- 
James Hawkins



More information about the wine-devel mailing list