up vote 2 down vote favorite
share [g+] share [fb]

Possible Duplicate:
Running Internet Explorer 6, Internet Explorer 7, and Internet Explorer 8 on the same machine

Is there any way to have Internet Explorer 6.0, Internet Explorer 7.0 and Internet Explorer 8.0 all installed on the same machine? Using Windows XP?

I am trying to test my web application, and it must be able to run in Internet Explorer 6-8.

link|improve this question

0% accept rate
3  
Duplicate: stackoverflow.com/questions/574463/… , others. – glasnt Jun 23 '09 at 3:18
feedback

closed as exact duplicate by ephemient, Lucas McCoy, Wedge, Nosredna, Shog9 Jun 23 '09 at 14:19

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ.

6 Answers

Not that I know of ... we use VirtualPC to handle that situation.

link|improve this answer
Or VirtualBox – Callum Rogers Aug 14 '11 at 17:37
feedback

I think IETester is what you are looking for. http://www.my-debugbar.com/wiki/IETester/HomePage

link|improve this answer
1  
works great as long as you don't have popups that interact with their opener... IETester doesn't handle those very well. – scunliffe Jun 23 '09 at 3:44
feedback

I don't believe there is a simple solution to this. I think the best solutionis to setup something like VMWare and have multiple version of Windows installed on each:

  • Windows XP - IE 6.x
  • Windows XP - IE 7.x
  • Windows XP - IE 8.x

I say Windows XP because you might have issues getting/installing older version of IE on Vista.

http://www.vmware.com/

Good luck.

link|improve this answer
feedback

Start with IE 8 installed,

Install IE7 Standalone

Install IE6 (and below if needed)

link|improve this answer
feedback

For the last few months I have switched to just using the developer tools included with IE8. It lets you change the document rendering mode on the fly (Quirks, IE7, IE8) as well as the browser mode (IE7, IE8, IE8 Compatibility). Combined with Virtual PC for any additional browsers that may need to be tested it's a pretty solid setup that is nice and convenient.

link|improve this answer
Even though it does have these modes, IE8 does not completely replicate the behavior of IE7. Even though I've switched to IE7 mode, I can still see differences between it and IE7. – johnofcross Jul 29 '10 at 12:34
feedback

The application MultipleIE that lets you run IE 3, 4, 5, 5.5 and 6 at the same time.

And then you can run IE7 in standalone mode.

link|improve this answer
feedback

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