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
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
Not that I know of ... we use VirtualPC to handle that situation.
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:
I say Windows XP because you might have issues getting/installing older version of IE on Vista.
Good luck.
I think IETester is what you are looking for. http://www.my-debugbar.com/wiki/IETester/HomePage
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.
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.