How can I run legacy versions of IE (IE7/IE8) on Windows 8?

I'm doing web development on a Windows 8 system. I'm running the latest IE, but I need to test the app with older versions of IE as well (especially IE7 and IE8).

Is it possible to run these legacy versions of IE on Windows 8?


Solution 1:

You use virtual machines to do this, it is the easiest way. You use Hyper V and the VHD images provided by microsoft (or use a third party tool like virtual box).

First off, setup Hyper V as per the instructions given by Kronos here.

enter image description here

You can then download the respective vhd images from Microsoft and create a virtual machine for each version of IE.

http://www.microsoft.com/en-us/download/details.aspx?id=11575

Running the vhd

Open the Hyper V manager and create a new virtual machine. enter image description here

Enter the name, memory details etc, but then for the hard disk image, select use existing hard disk.

enter image description here

Click finish and you will have your VM that has the legacy versions of IE.

HowToGeek has a large tutorial of getting the individual VM's running here.

Solution 2:

If you need a stand-alone testing tool you can try BrowseEmAll. It runs IE 7, 8, 9 and 10 alongside.

enter image description here

Solution 3:

For simple testing purposes I find IETester works pretty well.