WineHQ
Internet Explorer 6.0



Category: Main > Networking & Communication > Browsers > Internet Explorer > 6.0


NameInternet Explorer
Version6.0
License Free to use
URLhttp://www.microsoft.com/ie
Votes 9
RatingBronze
Wine Version1.1.29
Free Download Internet Explorer 6 (full)
Free Download Internet Explorer 6 Service Pack 1 (downloader)
Free Download InstMsiA.exe for msls31.dll
Maintainers of this version:
Description

Internet Explorer 6

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)

What works

  • Installation with winetricks
  • Browsing
  • Security
  • Flash

  • What does not

  • Names of Favourites
  • Favourites
  • History
  • Printing (crash)
  • Search-function

  • What was not tested

  • A lot

  • Additional Comments

    Installed with winetricks, see HOWTO!
    
    Test Results
    DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
    CurrentsiduxSep 25 20091.1.29 Yes Yes Bronze phobie 
    ShowGentoo LinuxAug 11 20091.1.26 Yes Yes Bronze Devin Fallak 
    ShowUbuntu 8.10 "Intrepid" x86_64 (+ variants like Kubuntu)Mar 30 20091.1.18 Yes Yes Bronze Spiro 
    ShowUbuntu 8.10 "Intrepid" (+ variants like Kubuntu)Dec 08 20081.1.10 Yes Yes Bronze riclas 


    Known bugs
    Bug # Description Status Resolution Other apps affected
    5989 Cannot run uninstall for IE6 UNCONFIRMED View
    9991 Can not enable more then two input languages UNCONFIRMED View
    20339 IE6. Proxy settings do not work UNCONFIRMED View

     
    NOTE

    If you are using IEs4linux, please report all bugs to ie4linux's creators.


     
    HOWTO
    Winetricks Installation

    The best way to install IE 6 is to use winetricks!

    1. Download winetricks
      wget http://kegel.com/wine/winetricks
    2. Use a alternative wine config dir (WINEPREFIX defaults to ~/.wine)
      export WINEPREFIX=~/.wine_ie6
    3. Let winetrick install IE6
      sh winetricks -q ie6
    4. Start the IE
      wine ~/.wine_ie6/drive_c/Program\ Files/Internet\ Explorer/IEXPLORE.EXE

    Manual Installation

    (Note: This was last tested on Wine 1.1.26, many things may have changed. You should have a look at the load_ie6 function in winetricks)


    1. You have to delete or move the following files, otherwise Wine won't let IE6 installer to install necessary files:
      • $WINEPREFIX/drive_c/Program Files/Internet Explorer/iexplore.exe
      • itircl.dll itss.dll jscript.dll mlang.dll mshtml.dll msimtf.dll shdoclc.dll shdocvw.dll shlwapi.dll urlmon.dll in $WINEPREFIX/drive_c/windows/system32 directory
    2. 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.
    3. Set Wine version to 2000 in winecfg.
    4. Lower the version of installed IE by running regedit and then HKEY_LOCAL_MACHINE->Software->Microsoft->Internet Explorer->Version for example to 5.0.
    5. 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)
    6. 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
    7. 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.
    8. 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):

    Wine after 20050725: IEs4Linux


     
    Summary of comments from old test (Pre wine 1.0)
    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?

    [post new] [reply to this]

    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?

    [post new] [reply to this]




       << Back

    Page loaded in 0.0989 seconds.