Provides a flexible and reliable browsing experience with enhanced Web
privacy features for all Windows users.
This version includes a full
installation of the Web browser and the most recent version of Outlook
Express, the e-mail client that is included with Internet Explorer.
When submitting test results, please detail for which version of the Microsoft Operating System.
Please do not submit test results using ies4linux
Selected Test Results (selected in 'Test Results' table below)
Run winecfg, go to Libraries tab and
add overrides for the following applications and libraries:
iexplore.exe itircl itss jscript mlang mshtml msimtf shdoclc shdocvw shlwapi urlmon
setting them to native, builtin.
Set Wine version to 2000 in winecfg.
Lower the version of installed IE by running regedit and then HKEY_LOCAL_MACHINE->Software->Microsoft->Internet Explorer->Version
for example to 5.0.
Run IE6SETUP.EXE. It should complete without errors.
(you can run it with /q parameter for installation without asking)
If you get an error saying "The download location information is damaged",
please make sure you are not using a remote mounted drive (nfs, samba, etc.).
If you are, you can trick the installer into thinking it is an attached drive by going into
winecfg->Drives->show advanced and change the type from "Autodetect" to "Local hard disk".
(This happen also on Windows)
If you still get this error, it might be because Microsoft's server sometimes don't send the right
infos to the installer. Try again. (This happen also on Windows)
Now you have to re'register all dlls in
$WINEPREFIX/drive_c/windows/system32 directory.
Open any terminal application go to this directory and run this command twice:
for i in *.dll *.ocx; do regsvr32 /i $i; done
At this point IE6 will run but it won't display any content.
To resolve this problem you should download msls31.dll
file (cabextract from InstMsiA.exe) into ~/.wine/drive_c/windows/system32 directory.
Now you can run IE with
wine iexplore.exe
ABANDONED HOWTO
The below instructions no longer work, it is kept for after various issues are fixed.
Installation:
Internet Explorer installs just fine using a stock ~/.wine and Wine since Wine 0.9.16.
If
you get an error saying "The download location information is damaged",
please make sure you are not using a remote mounted drive (nfs, samba,
etc.). If you are, you can trick the installer into thinking it is an
attached drive by going into winecfg->Drives->show advanced and
change the type from "Autodetect" to "Local hard disk". (This happen
also on Windows)
If you still get this
error, it might be because Microsoft's server sometimes don't send the
right infos to the installer. Try again. (This happen also on Windows)
Running:
If you want to run native Internet Explorer instead of the built-in version (which relies on Gecko code):
1) use winecfg and set the following "libraries" to native for default settings:
- iexplore.exe
2) add a new application in the application tab by selecting IEXPLORE.EXE in c:\program files\Internet Explorer\
3) select the newly created application and then click on the libraries tab again and set the following to native:
- shdocvw
- urlmon
- mlang
(to be continued because then it still doesn't run because of ole errors)
Old installation instructions
Automated installation and runtime settings (not recommanded):
Works, though you gotta install DCOM98.exe first, and you gotta make modifications to the wine registry (change some of the DLLs to native)
----
IE6.0 SP1 crashes with an error on wine .9.6. To get it to run on my system I had to create a stub for a particular function of kernel32.dll and I have made a crude patch for that here: http://comptune.com/forums/viewtopic.php?t=42
--
The installation seems to work or at least finish. Use default win 2000 wine settings. Purely a native setup.
--
I downloaded the online installer from Microsoft, runned it according to http://www.liewcf.com/blog/archives/2005/04/download-full-internet-explorer-6-sp1-standalone-installer/ which gave me an offline installer, i then proceeded according to the HOWTO on this page.
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
New Instructions
by Dan Schmidt on Wednesday July 1st 2009, 23:59
Does anybody have new instructions posted on how to install without ies4linux?
unable to run IExplorer after closing it, favourites
by V on Monday March 23rd 2009, 12:53
After installing IE 6.0 with ies4linux, I am able to run it. But after closing it, I unable to start it up a second time without restarting my computer. The same with IE 5.5. Is there something I have to configure? Or is this just a bug in ies4linux, and so I should install IE manually without using ies4linux?
I also have difficulty with the "Favourties" menu. I can only bookmark urls by creating them in the default "Links" folder they provide. Otherwise, the favourite does not appear in the drop-down menu nor does it appear if I create another folder or rename the Links folder. Is this a bug in IE on Wine? Or is this related to a problem in the installation?