Multiple IE browsers - Stack Overflow [closed]most recent 30 from stackoverflow.com2009-11-30T17:15:59Zhttp://stackoverflow.com/feeds/question/1030466http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1030466/multiple-ie-browsers2Multiple IE browsers [closed]Alan2009-06-23T03:12:10Z2009-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#10304723Answer by JP for Multiple IE browsersJP2009-06-23T03:15:26Z2009-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&displaylang=en" rel="nofollow">VirtualPC</a> to handle that situation.</p>
http://stackoverflow.com/questions/1030466/multiple-ie-browsers/1030475#10304751Answer by Lucas McCoy for Multiple IE browsersLucas McCoy2009-06-23T03:16:01Z2009-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#10304770Answer by Jon for Multiple IE browsersJon2009-06-23T03:17:00Z2009-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#10304803Answer by intrepidlemon for Multiple IE browsersintrepidlemon2009-06-23T03:18:34Z2009-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#10304831Answer by João Marcus for Multiple IE browsersJoão Marcus2009-06-23T03:20:38Z2009-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#10304861Answer by statenjason for Multiple IE browsersstatenjason2009-06-23T03:21:44Z2009-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#10305080Answer by Colin Cochrane for Multiple IE browsersColin Cochrane2009-06-23T03:35:13Z2009-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>