Install Two Versions Of Internet Explorer

The fixes included in this Security Update for Internet Explorer 4025252 are also included in the July 2017 Security Monthly Quality Rollup. Installing either the Security Update for Internet Explorer or the Security Monthly Quality Rollup installs the fixes that are resolved in this update. How to Run Internet Explorer 7, 8, and 9 at the Same Time Using Virtual Machines Lori Kaufman @howtogeek January 3, 2012, 2:00pm EDT If you develop websites, you need to use multiple versions of different browsers for testing your sites. Running Internet Explorer 6, Internet Explorer 7, and Internet Explorer 8 on the same machine. In order to test web pages, currently my page works file with my IE, but not with others. Is it possible to have multiple versions installed? I need to do this to test and debug a web application on multiple Internet Explorer versions For this purpose Microsoft offers a variety of Internet Explorer Application Compatibility VPC Images, which are VHD s to be used with MS Virtual PC, they are pre-activated and free.

Active1 year, 1 month ago

I am developing one site which has chat feature in Rails. I am using Ubuntu 12.04 LTS. I need to check that the site is IE9 because the chat feature using socket io of HTML5. I want to know that how to install IE9 in Ubuntu. I have looked at Chrome and Firefox extensions but if any standalone is available then please give me suggestion.

Michael Durrant
5,50420 gold badges48 silver badges72 bronze badges
Anand SoniAnand Soni
4581 gold badge5 silver badges10 bronze badges

16 Answers

Microsoft has created some customized Windows VHDs with the purpose of allowing web designers to test websites in Internet Explorer 10, 9, 8 and 7, for Free for 30 days:

You can download the virtual machine images from this website:

From the site:

  1. Download the SFX and all RAR files for the VM (smaller VMs may not have files with RAR extension). In each set below that contains a split archive, the provided text file (.txt) contains URLs to all files in the set, and this can be used directly with the 'wget' command in Linux. From the terminal, enter wget -i [URL TO TEXT FILE]. For Windows XP single file downloads, use wget [URL TO DOWNLOAD FILE] instead.

Example 1:

Example 2:

  1. After the download of all files for a set is complete, give the SFX file execute permission by typing chmod +x filename.sfx at the terminal.

  2. Execute the SFX executable from the terminal with ./filename.sfx to expand the virtual machine to the current directory.

See also:

SuhaibSuhaib
3,3695 gold badges30 silver badges45 bronze badges

Is this for personal/normal use or for testing website development?

If it's for normal browsing, you can get winetricks. Then run

or

or

And it should install a barebones, just-functioning version of IE. It won't be the full thing though. You may find that running IE in VMWare Player or VirtualBox with their seamless integration may be a better choice.

If this is for testing web development, have a look at browsershots.org which can test the website for you in different browsers and versions.

MendhakMendhak
3,4872 gold badges18 silver badges30 bronze badges

The best option is to run IE from the VirtualBox. Some time ago Microsoft created some files to run IE 7, 8 and 9 for free from VirtualBox(no Windows license needed). Give it a try.

Quoted from Webupd8.org:

Microsoft has created some customized Windows VHDs with the purpose of allowing web designers to test websites in Internet Explorer 9, 8 and 7, for free. To make it easier to set up, xdissent has created a Mac OSX / Linux script that will download the required files, extract them, install the latest VirtualBox guest additions and so on.

Read more here. :)

kv1drkv1dr

You can install Internet Explorer, but as far as I know only versions 8 and below.

Here's how. I use PlayOnLinux, because it makes using WINE so much easier. If you don't have PlayOnLinux, install it from the Ubuntu Software Centre (if you want the latest version, go to the PlayOnLinux download page, click on 'Ubuntu', and follow the instructions).

  • Open PlayOnLinux. Wait a few seconds while it refreshes (the status bar at the bottom).
  • Click on the big '+ Install' button. A new window opens.
  • Click on the 'Internet' button.
  • Click on 'Internet Explorer 8'.
  • Click on 'Install'.
  • An installation wizard appears. Click Next; wait a bit.
  • IE8 will start to install, asking you a question and then to accept the license terms. It will prompt you to install updates; clear this check-box and press Next.
  • Wait a bit longer.
  • When prompted, select 'Restart now (recommended)'. This will not restart your computer; instead, PlayOnLinux will simulate a Windows restart.

Now, you will have an Internet Explorer icon on your desktop and another within the PlayOnLinux window. You can double-click either of these to start IE8.

Note that the display will not precisely match that on Windows for several reasons, but at least it will give you IE8 on Ubuntu!

Paddy LandauPaddy Landau
3,1842 gold badges25 silver badges46 bronze badges

As of today (Sep 30, 2010 and Wine 1.3.3), IE 8 does not work in Wine. It will install and load, but it won't connect or render a page and the window will have a lot of visible glitches.

If it ever does work in the future, you will need to use the Wine1.3 packages from the Wine PPA.

To Install it, the simplest method is to use winetricks. If you've added the PPA and installed wine you should already have the winetricks package -- simply type winetricks ie8 to do the install.

If you're using different versions of Internet Explorer for web development, I highly recommend creating separate wineprefixes for each one. See my blog post: http://yokozar.org/blog/archives/236

Scott RitchieScott Ritchie

Download and Install the free Oracle Virtualbox Virtual Machine software

  1. Use the scripts noted in the OS X Daily article Internet Explorer for Mac the Easy Way: Run IE 7, IE8, & IE9 Free in a Virtual Machine to download, convert and install Microsoft's free IE Testing VMs to be used on VirtualBox.

Then choose from any or all of these Internet Explorer versions:

Install ALL versions of Internet Explorer: IE7, IE 8, and IE 9

Install Internet Explorer 7 Only

Install Internet Explorer 8 Only

Install Internet Explorer 9 Only

Note: If you happen to see this message The program 'curl' is currently not installed. when you run any of the curl commands above, you can install it by typing:

Here you can see me running Internet Explorer 8 within my Ubuntu machine:

user589808
Michael DurrantMichael Durrant
5,50420 gold badges48 silver badges72 bronze badges

Microsoft have now released Virtualbox images that you can download directly from them:

Test versions of IE using Virtual Machines that you download and manage in your own development environment.

Richard HollisRichard Hollis

I can't believe nobody has posted this yet - but what about Browserling? They provide a virtual machine that you can access online with both IE9 and IE10 (if you upgrade to a paid account, you can use IE7 and IE8 too).

Nathan OsmanNathan Osman
21.5k34 gold badges149 silver badges239 bronze badges

BTW, you can bypass installing all the browsers of the world and test your webpage by using a tool like Browser Shots.

(I'm not answering your question, but just thought I'd mention since by looking at your comments it seems this is why you want to install IE on Ubuntu)

UmangUmang
3,5554 gold badges16 silver badges16 bronze badges

For the best result, you should try to install IE 9 in VMware (unless you need any 3D acceleration--that will fail).

However you can try first to change the user agent with an addon on Firefox to it be recognized as IE 9, just to check if it loads and such.

Eliah Kagan
89.1k22 gold badges249 silver badges390 bronze badges
AquariusAquarius

You could try one of the following. The first one works pretty well.

Install Two Versions Of Internet Explorer

or

or

To DoTo Do
9,0699 gold badges50 silver badges92 bronze badges

I don't think there's a good solution to this.

You could try CrossOver Office or IEs4Linux, which uses Wine, but I doubt the result will be very good.

Alternatively you could install Windows on a virtual machine such as VirtualBox and do your testings with real IE.

Nat NaydenovaNat Naydenova

Here's the easiest solution:

Malheiros Written-By – *, *, * 3:02 14 – Producer –, Written By – Lucas Vasconcellos / Bernardo Palmeira / Bruno Di Lullo / Estevao Case / Fabio Lima Written-By –,, *, *, 4:05 15 –, *, Producer – Written-By – 4:32 16 – Feat. Gilles peterson brazilika zip code. Geluda / Roc Hunter Written-By – *, 4:47 13 – Producer – Written By – J.

Haven't tried this but sounds interesting.

TeknikaTeknika

I find that wine is severely limited in testing IE and is only half a solution anyway, since you don't know if a proper IE installation in Windows will render differently (I found firefox to render differently in Ubuntu and Win XP).

And because IE is so integrated into Windows (I believe MS thinks of this as a strength even thou it's the equivalent of tight coupling - which is bad design), the single IE pack that allows you to run multiple IE's doesn't work that well either (just broken functionality).

So what I did was create 4 virtual boxes (only need to be about 1 gig each), with IE6 - IE9 on them, with a full installation for each. This has proven fairly reliable in terms of faifulness to rendering. You can, of course, also install firefox and chrome on one of them (to confirm that the site looks great in those on Windows too). It does stress the machine a bit if I run more than 2 at a ti

ScreamerScreamer

Try

which this refers to https://github.com/xdissent/ievms

which downloads and configures free virtual machine images from microsoft.com to run in VirtualBox.

I tried winetricks, ies4linux, playonlinux and other wine IE installers. The resulting IE was never useful to me. – I need it to run ActiveX controls for online payment/banking in China (absolutely no way around it), and this actually works!! Speed is surprising usable on my Atom Netbook.

Install Two Versions Of Internet ExplorerRobert SiemerRobert Siemer

Internet Explorer Version Numbers

1,4771 gold badge16 silver badges27 bronze badges

This is soo easy to do.

Do winetricks ie7 or ie8 or ie6, whatever you'd like.The installation will automatically run, whatsoever you will get a error that the installation can't detect the system architecture.Fix it by doing

in terminal and change the ie to the number you are doing, and then do

It should work now

chaos

Internet Explorer 9 Downloads

20.6k8 gold badges62 silver badges69 bronze badges
Nikolaaa1Nikolaaa1

protected by kosApr 8 '16 at 16:50

Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?

Install Multiple Versions Of Internet Explorer

Not the answer you're looking for? Browse other questions tagged virtualboxsoftware-installationvirtualizationie or ask your own question.

Run Older Version Of Internet Explorer

Internet Explorer (IE) has existed for more than a decade now. Since it first appeared, this web browser, developed by Microsoft, has had various versions, all improving the previously released edition. But there was one major drawback, that was especially noticeable for web designers, it wasn't possible to have more than one version of Internet Explorer installed on the same computer.
To avoid this kind of problem, the only solution was to install programs that had been specifically designed to avoid this drawback, like Multiple Internet Explorer Installer. Thanks to this program, the user has the possibility to install up to five different versions of Internet Explorer (IE 3, IE 4.01, IE 5, IE 5.5 and IE 6) on the same computer, and thus be able to see if the websites can be seen properly on the different versions.
As said before, carrying out this kind of check is of great importance for web designers, because on many occasions the graphics and images can't be seen on the different versions of the browser due to the new implementations that have been applied.
Therefore, if you're looking for an application that will help you to install more than one version of Internet Explorer on your computer, download and install Multiple Internet Explorer Installer.