James Hawkins
2004-09-29 03:09:47 UTC
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.
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
James Hawkins