views:

8283

answers:

6

Possible Duplicate:
Running IE6, IE7, and IE8 on the same machine

IS there anyway to have IE 6.0, IE 7.0 and IE 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 IE 6-8

+4  A: 

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

JP Alioto
http://www.enhanceie.com/ie/webdev.asp#vpc
EricLaw -MSFT-
A: 

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.

Jon
+5  A: 

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

intrepidlemon
works great as long as you don't have popups that interact with their opener... IETester doesn't handle those very well.
scunliffe
+1  A: 

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.

João Marcus
+2  A: 

Start with IE 8 installed,

Install IE7 Standalone

Install IE6 (and below if needed)

statenjason
+1  A: 

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.

Colin Cochrane
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