The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Running IE 7 Beta 1 side-by-side with IE 6

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Darrell Norton

Posts: 876
Nickname: dnorton
Registered: Mar, 2004

Darrell Norton is a consultant for CapTech Ventures.
Running IE 7 Beta 1 side-by-side with IE 6 Posted: Aug 14, 2005 9:34 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Darrell Norton.
Original Post: Running IE 7 Beta 1 side-by-side with IE 6
Feed Title: Darrell Norton's Blog
Feed URL: /error.htm?aspxerrorpath=/blogs/darrell.norton/Rss.aspx
Feed Description: Agile Software Development: Scrum, XP, et al with .NET
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Darrell Norton
Latest Posts From Darrell Norton's Blog

Advertisement

Jon Galloway has an excellent tip on running IE 7 Beta 1 side-by-side with IE6. IE has always been terrible about overwriting, which makes testing web sites with different versions of IE... difficult. Here are the steps:

  • Download the IE7 Beta 1 Install from MSDN
  • Open the install file with WinRAR (yep, it's an EXE, but it's a self extracting EXE) and extract them to a folder. Alternatively, you can just run the EXE, make a copy of the files which are extracted in the first step, and cancel the install. I was too chicken to do this on my work computer.
  • Look in the folder you extracted to for the file SHLWAPI.DLL. Delete this file.
  • Create a new text file in the folder, then rename it to IEXPLORE.exe.local.

That's it. The .local file in the folder tells the IExplore.exe instance to run in local mode, which means it won't mess with your IE6 settings, registry, etc.

Read: Running IE 7 Beta 1 side-by-side with IE 6

Topic: Blogging my way to the PDC - contest ending soon Previous Topic   Next Topic Topic: Closed for

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use