Multiple IE browsers - Stack Overflow [closed] most recent 30 from stackoverflow.com 2009-11-30T17:15:59Z http://stackoverflow.com/feeds/question/1030466 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1030466/multiple-ie-browsers 2 Multiple IE browsers [closed] Alan 2009-06-23T03:12:10Z 2009-06-23T03:35:46Z <blockquote> <p><strong>Possible Duplicate:</strong><br /> <a href="http://stackoverflow.com/questions/574463/running-ie6-ie7-and-ie8-on-the-same-machine">Running IE6, IE7, and IE8 on the same machine</a> </p> </blockquote> <p>IS there anyway to have IE 6.0, IE 7.0 and IE 8.0 all installed on the same machine? Using Windows XP?</p> <p>I am trying to test my web application and it must be able to run in IE 6-8</p> http://stackoverflow.com/questions/1030466/multiple-ie-browsers/1030472#1030472 3 Answer by JP for Multiple IE browsers JP 2009-06-23T03:15:26Z 2009-06-23T03:15:26Z <p>Not that I know of ... we use <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=04D26402-3199-48A3-AFA2-2DC0B40A73B6&amp;displaylang=en" rel="nofollow">VirtualPC</a> to handle that situation.</p> http://stackoverflow.com/questions/1030466/multiple-ie-browsers/1030475#1030475 1 Answer by Lucas McCoy for Multiple IE browsers Lucas McCoy 2009-06-23T03:16:01Z 2009-06-23T03:35:46Z <p>Why install all versions of IE when you can use <a href="http://browsershots.org/" rel="nofollow">Browsershots</a> to automate viewing the pages in two different browsers?</p> http://stackoverflow.com/questions/1030466/multiple-ie-browsers/1030477#1030477 0 Answer by Jon for Multiple IE browsers Jon 2009-06-23T03:17:00Z 2009-06-23T03:17:00Z <p>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:</p> <ul> <li>Windows XP - IE 6.x</li> <li>Windows XP - IE 7.x </li> <li>Windows XP - IE 8.x</li> </ul> <p>I say Windows XP because you might have issues getting/installing older version of IE on Vista.</p> <p><a href="http://www.vmware.com/" rel="nofollow">http://www.vmware.com/</a></p> <p>Good luck.</p> http://stackoverflow.com/questions/1030466/multiple-ie-browsers/1030480#1030480 3 Answer by intrepidlemon for Multiple IE browsers intrepidlemon 2009-06-23T03:18:34Z 2009-06-23T03:18:34Z <p>I think IETester is what you are looking for. <a href="http://www.my-debugbar.com/wiki/IETester/HomePage" rel="nofollow">http://www.my-debugbar.com/wiki/IETester/HomePage</a></p> http://stackoverflow.com/questions/1030466/multiple-ie-browsers/1030483#1030483 1 Answer by João Marcus for Multiple IE browsers João Marcus 2009-06-23T03:20:38Z 2009-06-23T03:20:38Z <p>The application <a href="http://tredosoft.com/Multiple%5FIE" rel="nofollow">MultipleIE</a> that lets you run IE 3, 4, 5, 5.5 and 6 at the same time. </p> <p>And then you can run <a href="http://tredosoft.com/IE7%5Fstandalone" rel="nofollow">IE7 in standalone mode</a>.</p> http://stackoverflow.com/questions/1030466/multiple-ie-browsers/1030486#1030486 1 Answer by statenjason for Multiple IE browsers statenjason 2009-06-23T03:21:44Z 2009-06-23T03:21:44Z <p>Start with IE 8 installed,</p> <p><a href="http://tredosoft.com/IE7%5Fstandalone" rel="nofollow">Install IE7 Standalone</a></p> <p><a href="http://tredosoft.com/Multiple%5FIE" rel="nofollow">Install IE6 (and below if needed)</a></p> http://stackoverflow.com/questions/1030466/multiple-ie-browsers/1030508#1030508 0 Answer by Colin Cochrane for Multiple IE browsers Colin Cochrane 2009-06-23T03:35:13Z 2009-06-23T03:35:13Z <p>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.</p>