Am Montag, 27. September 2004 23:05 schrieb Joaquín Fernández:
Stefan Leichter wrote:
Am Montag, 27. September 2004 20:03 schrieb Joaquín Fernández:
Hello,
try
WINEDLLOVERRIDES="advapi32=builtin"
(see http://www.winehq.org/hypermail/wine-devel/2004/08/0640.html)
Bye Stefan
Thanks Stefan, i tried but i can't install IE, the installer stay in endless loop at the end of process. I tried with other WINEDLLOVERRIDES but i was not able to install IE.
Regards
Joaquín
Hello,
i have installed ie6 (SP1)some minutes ago on completely fresh wine enviroment with installed dcom98 using cvs from 2 hours ago. I have a german version from a cdrom.
Here is what i did:
1. mv ~/.wine ~/.wine-old 2. wine --version (create the new environment) 3. create ~/.wine/config with: -------------------------------------- WINE REGISTRY Version 2
[DllOverrides] "ole32" = "native" -------------------------------------- 4. wine dcom98.exe 5. change ~/.wine/config to: -------------------------------------- WINE REGISTRY Version 2
[DllOverrides] "advapi32" = "builtin" "comctl32" = "builtin" -------------------------------------- 6. wine ie6setup.exe
Install Mozilla ActiveX Control then and run wineboot. (i did not check this two steps)
Bye Stefan