ies4linux – Installing Internet Explorer on Linux

13 01 2008

ies4linux is cool little project which provides a way run Microsoft’s Internet Explorer in Linux through wine. It provides IE 6, 5.5 and 5.01 as well as Adobe Flash and the option to install the Microsoft’s TrueType Corefonts; while the full IE 7 package can’t be supported through wine, the beta does provides support for the IE 7 rendering engine using the IE 6 user interface. There are some issues with the beta as well as a hack (available at the bottom of the ies4linux beta page) provided for proxy configuration for IE 7, but be sure to read about the known issues for all versions. Average user shouldn’t install IE 7, it’s mainly for the benefit of web developers.

So why does anyone want to install Internet Explorer in Linux?

Well there are a few reasons:

  1. I can and it’s pretty cool
  2. Accessing IE only sites – where User Agent Switcher doesn’t do the trick
  3. Web Developers who need to test their sites with IE

So let’s get on with the install; we need to install the two dependencies wine of course and cabextract.

su
urpmi wine cabextract
exit


Then we need to setup wine which will create the .wine directory and all the associated files (registry etc.):

wine config

Once the basic configuration is done the wine configuration GUI is presented and you can configure wine further, the only thing that is required to set is the Audio Driver under the Audio Tab. [The default driver for most will be ALSA]

Wine Config

We’re now ready to install ies4linux.

Download the package:

wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz

Extract the package:

tar zxvf ies4linux-latest.tar.gz

Change to the working directory:

cd ies4lin*

The newer versions of ies4linux use a qt or gtk GUI, but we’ll keep going in konsole by issuing the --no-gui flag. To view the full list of options use ./ies4linux --full-help . Using the command below ies4linux will install IE 6, 5.5, 5.01, Adobe Flash and the MS TTF Corefonts. The MS corefonts will come in handy for future program installs under wine as it is a necessity for some, so I suggest that they are installed.

./ies4linux --no-gui --install-corefonts --install-ie55 --install-ie5


Once completed you can run Internet Explorer by typing:

ie6 <or> ie55 <or> ie5

or launch IE via the desktop shortcuts.

ie6.jpg

IE 6

IE 6 About

About Dialog
This work is licensed under a
Creative Commons Licence.

Blogged with Flock

Tags: , , , ,


Actions

Information

2 responses

27 07 2008
raphael

when I tried this:
[raphael@angus ies4linux-2.99.0]$ ./ies4linux –no-gui –install-corefonts –install-ie55 –install-ie5
then came a message:
IEs4Linux 2 is developed to be used with recent Wine versions (0.9.x). It seems that you are using an old version. It’s recommended that you update your wine to the latest version (Go to: winehq.com).

and the install proceeded until:
Installing IE 6
Initializing
Creating Wine Prefix
Extracting CAB files
Installing IE 6
Installing DCOM98
Installing TTF Fonts
Installing Core Fonts

/home/raphael/.ies4linux/downloads/verdan32.exe: No such file or directory
An error occured when trying to cabextract some files.
whre it returned to the prompt

16 07 2009
Vladimir Shmagin

I have the same error with extracting cab files (separately cabextract works perfectly):

Extracting CAB files
/home/opws/.ies4linux/downloads/ie6/EN-US/SCR56EN.CAB no such file or directory

An error occured when trying to cabextract some files

Leave a comment