IE7 Standalone (Updated for IE7 Release)

Update 10/23/06 for the IE7 Release version

Summary

IE6 and IE7 Side By Side I just released a new version of the IE7 Standalone Launcher. Due to changes in this beta release of IE7, a simple batch file alone won't cut it. You can grab a zip package (two batch files, two reg files) on the new tools.veloc-it.com site.

Finally!

Well, it took me long enough. I've been fighting with the IE7 Beta 3 since it was released - FileMon, RegMon, Dependency Walker, and process debugging. This release requires over 1500 interfaces to be added to the registry.

What's New

The previous versions of this standalone launcher were just simple DOS batch scripts that made a couple of registry settings, launched IE7 and waited for it to close, then removed the registry settings. That's no longer practical with the amount of registry entries that are now required, so I've broken it out into a launch script and two reg files.

In the past, setting up a directory to run IE7 required a few too many manual steps. I've simplified that with a setup script (also a batch file) which extracts the IE installation and gets things set up for you. Setting up IE7 standalone is really simple now - download and extract my IE7 Standalone package, download the IE7 installation from Microsoft and copy to the same directory, and run the setup batch file. After that, you can pop up IE7 whenever you want by double clicking the IE7.bat file.

IE7Directory

Another change - this time the launcher just waits 15 seconds and closes itself rather than hanging around until you close IE7. IE only reads the keys on startup, so we can clean them up once it's running.

DOS batch scripts? REG files? Is there a simpler way?

Well, yes. Yousif released an IE7 Beta 3 Standalone Installer (IE7s.exe) that downloads the IE7 installer file, does some magic stuff, and up pops IE7 in standalone mode. I tested it out and it worked well for me. I prefer the batch / reg file approach, though, for several reasons:

  • I'd like to make it as easy as possible for expert users to make recommendations and corrections. For instance, Dr. Thomas Meinike previously made a recommendation to update the IE Version Vector to allow testing of conditional comments (like <!--[if lt IE 7.0]-->). Version 1.4 of this script included his recommendation. I'd love to hear suggestions on how to improve these scripts - leave comments on this post or on the download page.
  • DOS batch files and REG files are easy to customize. They're just text files, so you can edit them in notepad. If 15 seconds is too long or short a wait for you, you can change it. If you want to experiment with other settings to enable enhanced IE7 features like RSS Feed support, have at it (and please let me know so I can update the scripts).
  • I try to avoid programs that make bulk changes to my registry but don't tell me what they're doing. It's like a random stranger offering a pill but refusing to say what it is. Random programs could be malicious (malware, spyware, etc.) or just incorrect (bad installers have caused me more headaches than malware over the past few years). In my testing, IE7s worked great, but I'd prefer to know what's going on with my computer when I can, especially when I'm running IE in an unsupported configuration. The one loophole for this rule is .NET EXE's, since I can open them in Reflector to see what they're doing; IE7s is a native EXE, though. I want to be clear that I'm not implying IE7s is doing anything wrong or sneaky - it seems to be a very clean, well written utility, and it's a lot easier to use than what I'm offering.

The usual disclaimers apply:

Comments

# IE7 Standalone Launch Script

As of IE7 Beta 3, this launch script no longer works. I&amp;#39;ve released a new version which works with

Wednesday, July 26, 2006 6:24 PM by JonGalloway.ToString()

# re: IE7 Standalone (Updated for IE7 Beta 3)

> I've been fighting with the IE7 Beta 3 since it was released

YOU BRING THE PAIN.

I have a minimal clean Windows XP Virtual PC image with IE7 beta 3 installed. It's ~800 megabytes.

It also runs with 128mb memory allocated, no problem (assuming all you want to do is surf the web). People tend to forget that the original system requirements for XP were, believe it or not, 64mb minimum -- 128mb recommended.

Computers age in dog years, and 2001 was a long, long time ago.

Thursday, July 27, 2006 3:15 AM by Jeff Atwood

# re: IE7 Standalone (Updated for IE7 Beta 3)

@Jeff, I've got IE7 on a VPC too. You don't think I did all this registry hacking on a live computer, do you? I'm not doing this just for my own personal use, although of course I do use it. My previous post with instructions on IE7 standalone had 70K hits; this new version hasn't been out for a day and already has almost 100 downloads. Obviously there are people who find it useful.

You're gonna make me post my rant on why VPC is a dumb solution for IE, aren't you?

Thursday, July 27, 2006 10:49 AM by Jon Galloway

# re: IE7 Standalone (Updated for IE7 Beta 3)

Yes, you should.

My minimal VM image of XP SP2 and IE7 is actually 714 megabytes, and RARs down to 166 megabytes.

And it runs fine in only 128 megs of memory. After booting and logging in, there's more than 50 megabytes of memory free, per Task Manager.

With four tabs loaded in IE7 (my blog, ebay, yahoo news, and espn), there is 19 megabytes of memory free.

This seems eminently workable for even developer machines with 512 megs of memory. Although any developer who has onl 512 megs of memory should probably quit in protest and get a job at a company that actually cares about its development staff.

Thursday, July 27, 2006 11:46 AM by Jeff Atwood

# IE7 side-by-side con IE6

Thursday, July 27, 2006 12:38 PM by FoxyBlog

# Popup Blocked?

Hi,

Thanks for updating this script, that's great! I've noticed a layout issue that I thought I'd have to fix went away with Beta 3.

Here's something though:  It doesn't let me use select boxes in forms - it tells me that a popup has been blocked when I try to use them.  Do you know if this is a symptom of running IE7b3 as a standalone or if it's Microsoft being way too strict with their popup blocker?

John

Thursday, July 27, 2006 3:40 PM by John Beales

# re: IE7 Standalone (Updated for IE7 Beta 3)

Hi!

Thank you so much for updating the script! It's really useful! I do not have VPC and it would not be practical to have several installations of it in order to run all the standalone versions of I.E. that I need to test my web pages. No, standalone versions are the only answer to this problem and Microsoft must be kidding when suggesting VPC!

Anyway, I have 3 observations about your solution:

1- It doesn't obey to the "exit" menu command or the equivalent "exit" button. I have always to call the Windows Task Manager to end the process, as I already had to do with the previous script for IE Beta 2. I do not really mind, but I was wondering if you have any suggestion about it.

2- It conflicts with the other standalone versions I have on my computer. I'm using the <a href="http://www.positioniseverything.net/articles/multiIE.html" title="Manfred Staudinger article">Manfred Staudinger's</a> suggestion to restore normal conditional comments behaviors, which means that I've edited the registry and changed the "Version Vector" key to "zIE". Like that, all the standalone versions, from 4.0 to 5.5 react as expected to conditional comments and I may easily use them to preview the effect of CSS rules I create specially for each version. Your script restores the Version Vector key to its previous value, "IE", thus making it impossible to use again the other standalone versions. This is very easy to correct, by a simple edition in the last line of your two files: "ie7b3_cleanup.reg" and "ie7b3_standalone.reg". It's only necessary to substitute the "IE" value with "zIE" or whichever value we had chosen before.

3- It only behaves as IE 7 as long as the registry is not cleaned. After the 15 seconds period, any page opened will behave as IE 6 in what regards to conditional comments. Again, that's not a problem to me... I've just changed the delay to a convenient period of time, as you've suggested yourself. Nevertheless, it would be simpler to have some sort of command to order the cleaning up and close the bat file... Would it be possible?

Thursday, July 27, 2006 5:06 PM by Roberto Gorjão

# re: IE7 Standalone (Updated for IE7 Beta 3)

Hi. First off... thx for the Beta 3 release. Been checking back for awhile looking to see if you had hacked it yet. Good job! :D Just noticed that js popup scripts aren't working in IE7B3. Getting javascript errors in the status bar but they work fine on FF and IE6. Maybe it's a standalone thing or maybe it's my machine but have a look at this page: http://www.extremetech.com/article2/0,1697,1990851,00.asp and click the screenshot. It'll open in FF and IE6 but not this standalone IE7B3. Just something I noticed that I thought I'd share! :D Good job all the same!

Rgds, Dave

Thursday, July 27, 2006 6:12 PM by Dave

# VelocIT Tools Site

Friday, July 28, 2006 2:02 PM by you've been HAACKED

# re: IE7 Standalone (Updated for IE7 Beta 3)

> You're gonna make me post my rant on why VPC is a dumb solution for IE, aren't you?

I'd love to read that, because I really can't see any advantages to this crazy hack, other than "because we can."

http://www.codinghorror.com/blog/archives/000646.html

Friday, July 28, 2006 7:48 PM by Jeff Atwood

# re: IE7 Standalone (Updated for IE7 Beta 3)

@Jeff - Okay, will do. Here's one advantage right off the bat: you can download and run IE7 Standalone in under 5 minutes. Your "Tiny XP VM" approach looks like it would take a good hour and requires several other downloads and tools. Who's pushing the crazy hack?

Friday, July 28, 2006 8:43 PM by Jon Galloway

# re: IE7 Standalone (Updated for IE7 Beta 3)

@ Jeff

My number one reason: a hell of a lot faster.

Saturday, July 29, 2006 2:05 PM by Steven HN

# re: IE7 Standalone (Updated for IE7 Beta 3)

Does anyone else have problems with drop downs using the standalone IE7 B3? When ever i click a drop down the IE7 popup blocker stops the drop down showing.

Rob

Monday, July 31, 2006 8:36 AM by Rob

# re: IE7 Standalone (Updated for IE7 Beta 3)

I get an error when I run IE7.bat:

iexplore.exe - application error

the application failed to initialize properly

Anyone else seen this? Any suggestions for fixing it?

Wednesday, August 02, 2006 12:22 PM by cchaynes

# re: IE7 Standalone (Updated for IE7 Beta 3)

A note to other developers: I found that I had to disable the Microsoft Developer Toolbar or IE7 Beta 3 hangs.

In ie6: Tools | Internet Options | Programs | Manage Addons

Disable:

Developer Toolbar

IE DOM Explorer

Friday, August 04, 2006 3:06 PM by Morris

# re: IE7 Standalone (Updated for IE7 Beta 3)

@Rob - I'm having the same problems with my jump menus. I'm guessing since they're using javascript to change location onClick IE7 is preventing that in their popup blocker for some reason.

It also blocks my normal non-javascript drop down menus in forms...hmmm something weird is going on

Wednesday, August 16, 2006 8:34 PM by Rhys

# re: IE7 Standalone (Updated for IE7 Beta 3)

Hi,

I have other problem.

When i try to start the IE7.bat the window appears for a second and dies. I don't know what's the reason. any ideas?

-Yordan

Sunday, August 20, 2006 4:15 AM by Yordan

# re: IE7 Standalone (Updated for IE7 Beta 3)

The error that i have is

[code]

Could Not Find E:\My Programs\Browsers\IE7Beta3\IEXPLORE.exe.local

Complete, closing...

[/code]

which is normal as this file is in the "Installation" directory. Do you have any ideas about this?

Monday, August 21, 2006 5:28 AM by Yordan

# re: IE7 Standalone (Updated for IE7 Beta 3)

Thanks Jon for taking it upon yourself for doing this work!  And if people out there don't understand why it's easier to run each browser version side-by-side for testing, well that's their loss.

Some feedback for you.  The new b3 version worked once for me and then trying to get it to run again fails with the "application failed to initialize" pop-up error.

Meanwhile Yousif's IE7s.exe still does work.  I have tried removing the installation directory and running your set-up file again to no avail.

Keep up the good work, and thanks!

Monday, August 21, 2006 5:47 PM by scottlepich

# re: IE7 Standalone (Updated for IE7 Beta 3)

I can get IE7 running, but here is what's broken for me:

The file menu wasn't there (though it came up with alt+F).

Tabbed browsing is broken.

I can't get the history, homepage, and other toolbar icons to display.

Anyone else having these problems?

Tuesday, August 22, 2006 4:54 PM by Nathan

# re: IE7 Standalone (Updated for IE7 Beta 3)

Ah, never mind. The problem was that I needed to run xmllitesetup.exe in the update folder of the standalone ie7 install. I think the first time I ran the bat file I was prompted to do this, but since it wasn't mentioned in your instructions I got scared and canceled the install.

It might be helpful to mention in the instructions that we should allow a hotfix install.

Otherwise, this works very well, thanks!

Tuesday, August 22, 2006 5:03 PM by Nathan

# re: IE7 Standalone (Updated for IE7 Beta 3)

Just found a bug... well, in my network, 1.1.1.1 is a working IP address :-)

So I had to change that to non working IP address

Simo

Wednesday, August 23, 2006 4:18 AM by Simone

# Parę ciekawostek

1. Pojawił się wreszcie skrypt pozwalający uruchomić przeglądarkę [URL=http://www.microsoft.com/windows/ie/ ...

Wednesday, August 23, 2006 4:20 AM by Nie tylko o Operze…

# re: IE7 Standalone (Updated for IE7 Beta 3)

Hi,

Well it seem that i have the same probelm as Simone because when i changed the IP it worked Thanks a bunch for the fix Simone

Wednesday, August 23, 2006 9:48 AM by Yordan

# re: IE7 Standalone (Updated for IE7 Beta 3)

IE7 RC1 has been released. I tested the launch script against it and it's not working, so I'll need to release a new version.

Thursday, August 24, 2006 2:31 PM by Jon Galloway

# IE7 Standalone Launcher updated for RC1

IE7 RC1 is out, so my launcher script needed an update. You can get it here. Read the previous relase

Wednesday, August 30, 2006 3:52 PM by JonGalloway.ToString()

# re: IE7 Standalone 1st September 2006

Excellent work!  IE7 wouldn't work after a normal install before, now I can use two different versions!  

Thanks

Friday, September 01, 2006 6:32 AM by J81

# re: IE7 Standalone (Updated for IE7 RC1)

How about (the dreaded) zoom-feature in IE7. I can't see it in my standalone-installation.

Wednesday, September 13, 2006 8:19 AM by kenneth

# re: IE7 Standalone (Updated for IE7 RC1)

Oh, just found it, click ctrl+

Wednesday, September 13, 2006 8:39 AM by kenneth

# re: IE7 Standalone (Updated for IE7 RC1)

I just noticed that the IE7.bat file doesn't appear to be finishing it's clean-up duties:

---------------------------------------

C:\IE7>ECHO Removing IE7 standalone files...

Removing IE7 standalone files...

C:\IE7>REN SHLWAPI.DLL.BAK SHLWAPI.DLL

C:\IE7>DEL IEXPLORE.exe.local

C:\IE7>POPD

C:\IE7>ECHO Complete, closing...

Complete, closing...

---------------------------------------

When it tries to rename SHLWAPI and then delete IEXPLORE.exe.local, those commands fail because those file exist in the installation folder.

Thursday, September 28, 2006 12:46 PM by Paul

# re: IE7 Standalone (Updated for IE7 RC1)

Just downloaded the latest version for RC1 today.  Perhaps I'm missing something, but why is the cleanup.reg script identical to the standalone.reg script, except for the last two entries.  These two entries (in cleanup.reg) are actually preceeded by the "-" to remove them--shouldn't the others be the same way?  Just curious.

Thursday, September 28, 2006 1:44 PM by Joe

# re: IE7 Standalone (Updated for IE7 RC1)

@Paul - Thanks. The cleanup should no longer be renaming shlwapi.dll.bak or removing iexplore.exe.local, so it's actually good that it wasn't working. I removed those lines from IE7.bat.

@Joe - Good catch. Those last two entries are the important ones that have been known to cause problems. You're right about the others, though. Stupid error on my part. I've released version 1.7 which fixes the registry cleanup.

Thursday, September 28, 2006 3:22 PM by Jon Galloway

# re: IE7 Standalone (Updated for IE7 RC1)

New version isn't cleaning up after itself.

keys are being left behind; if I manually run the cleanup reg file all is well.

any ideas?

Saturday, September 30, 2006 12:38 AM by derek

# re: IE7 Standalone (Updated for IE7 RC1)

interesting; if I change the command to include the full path it works:

REGEDIT /S F:\IE7RC1\ie7rc1_cleanup.reg

Saturday, September 30, 2006 1:05 AM by derek

# [Tool] RegmonToRegfile - Record and playback registry changes

I just released a new tool on tools.veloc-it.com: RegmonToRegfile. It's easier to explain what you can

Monday, October 09, 2006 1:30 PM by JonGalloway.ToString()

# re: IE7 Standalone (Updated for IE7 RC1)

About IE 6 and IE7(rc1) on the same windows. well, both work. but, IE6 to work is necessary run first "ie7rc1_cleanup.reg" if don't run before IE6 eat mmy machine.

So, any other automatic fix to run IE6 after run IE7?

Tuesday, October 10, 2006 7:27 AM by VC

# re: IE7 Standalone (Updated for IE7 RC1)

FYI to all,

The setup and installer work fine with the new full release of IE7.

You just need to change the setup BAT file so that it extracts the correct EXE.

Thursday, October 19, 2006 9:33 AM by Steve S.

# re: IE7 Standalone (Updated for IE7 RC1)

when i go to run ie6 after running ie7.bat, it tried to open URLS in a new window, and cascades out of control.

If i manually run the clean up registry file after closing ie7, and then run ie6 it runs fine.

Is manually running this nessecary?  or is ie7.bat not cleaning up correctly, with the release version of ie7 (which is what i am using)?

--Geoff

Thursday, October 19, 2006 2:41 PM by geoff goss

# re: IE7 Standalone (Updated for IE7 RC1)

Geoff,

I ran into the same problem you did, and I am using the same solution you mention.  While this really isn't a problem for me and testing, it should be looked at as something to 'fix'.  I suspect that the reason 15 second delay in there is to 'fix' this problem, perhaps it needs to be extended to 20.  Or perhaps the ping he is using to do this 15 second delay is resolving quicker in my enviroment.

Thursday, October 19, 2006 2:45 PM by Ted Tschopp

# re: IE7 Standalone (Updated for IE7 RC1)

RIGHT. so the IE7 monster is finally unleashed! run for your lives... in my case this is true as the css rendering within ie6 made me want to hurt things.

thanks for this standalone rendererer... it does the job well with the latest official IE7 release - but i have a question.

I understand the principle behind the standalone viewer, and that some functionality is lost as a consiquence - but i desperately need to test my print CSS document in IE7!!  anyone have any ideas of either a different way i can get IE7 running to enable this, or any alterations that can be made to accomodate this function?

help.....

Friday, October 20, 2006 7:49 AM by A frustrated CSS developer

# re: IE7 Standalone (Updated for IE7 RC1)

last installer "works" with IE7 final, but leaves a few reg entries (classes/root) behind every time IE7 is run.

Sunday, October 22, 2006 1:33 PM by derek

# re: IE7 Standalone (Updated for IE7 Release)

Version 1.8 (just released) works with IE7 Release. I believe I've fixed the problem with the registry cleanup problem, so if you're having to manually run the cleanup reg file this version should fix that for you. The time delay (15 seconds) shouldn't have anything to do with it, it was just a batch file error on my part. I tested this one out quite a bit and I'm pretty sure I got it this time.

As for testing printing, I think it may be technically possible, but I'm not planning to do it. The reason a lot of the functionality in IE7 is broken is that more registry entries need to be made, and it's pretty time consuming to figure out what they are. I'm planning to upgrade to IE7 and run IE6 in standalone in the very near future.

Monday, October 23, 2006 4:34 PM by Jon Galloway

# re: IE7 Standalone (Updated for IE7 Release)

Thanks (again) Jon.

Works like a charm.

Monday, October 23, 2006 6:38 PM by derek

# re: IE7 Standalone (Updated for IE7 Release)

Sweet! Thanks a lot... 'tis a huge help.

Wednesday, November 01, 2006 9:23 AM by jon roig

# re: IE7 Standalone (Updated for IE7 Release)

I've decided to now use IE7 as my default browser. To uninstall my standalone version, do I just delete the folder I created?

Tuesday, November 07, 2006 5:53 PM by Mark

# re: IE7 Standalone (Updated for IE7 Release)

Great work btw - was awesome to to some testing on curent websites without having to setup VPC.

Tuesday, November 07, 2006 5:54 PM by Mark

# re: IE7 Standalone (Updated for IE7 Release)

@Mark - That's it, you just delete the folder and it's gone. Glad it helped you.

Tuesday, November 07, 2006 6:31 PM by Jon Galloway

# re: IE7 Standalone (Updated for IE7 Release)

any input on why popup blocker whines about dropdown menus on combo boxes? (they just don't show up)

Friday, November 10, 2006 8:58 AM by Rufl

# re: IE7 Standalone (Updated for IE7 Release)

I've got the same problem with combo boxes - adding sites to the allowed list and turning it off doesn't work. Any ideas?

Friday, November 17, 2006 7:31 AM by Rory

# re: IE7 Standalone (Updated for IE7 Release)

Same issue with dropdowns/popups here.  Doesn't seem to be an issue in machines with "pure" IE7 on it. Any thoughts as to why running IE7 Standalone would cause this?  Very odd.

Wednesday, December 06, 2006 3:29 PM by Justin

# re: IE7 Standalone (Updated for IE7 Release)

Also having issues with dropdown menus being thought of as pop-ups. I am using your standalone release 1.8 and IE7 RC1.  Any Ideas on how to fix?

Tuesday, January 09, 2007 8:50 AM by Barry Odoms

# re: IE7 Standalone (Updated for IE7 Release)

Having an issue accessing a vpn address of 10.10.100.40 mid load of the page it will route me to a dns error i am using netscreen to connect to my vpn any ideas? Ialso tried to put the vpn ip in the host and assign a name to it no go :(

Thursday, February 08, 2007 2:50 PM by Jason Y

# Bala-Krishna - Web Developer and Search Marketing Consultant &raquo; Installing IE6 and IE7 in same machine&#8230;

Pingback from  Bala-Krishna - Web Developer and Search Marketing Consultant &raquo; Installing IE6 and IE7 in same machine&#8230;

# Browser Testing

This page needs to be formatted for Confluence! == The responses == === Matthew Knight 1/25/07 writes: === In my past experience the best solution is to set up two machines. One is windows, the other would be MAC OSX....

Tuesday, July 17, 2007 5:34 PM by Confluence: NetAdmin Wiki

# Cross-Browsers Compatibility - Why?! | Nickoo Shore

Pingback from  Cross-Browsers Compatibility - Why?! | Nickoo Shore

Thursday, July 19, 2007 6:57 AM by Cross-Browsers Compatibility - Why?! | Nickoo Shore

# re: IE7 Standalone (Updated for IE7 Release)

Here i find some

http://index.euuerto.cn

<a href=http://index.euuerto.cn>euuerto</a>

Good day!

Monday, September 03, 2007 12:04 PM by Aqualayanatry

# re: IE7 Standalone (Updated for IE7 Release)

i need this installment into my computer so i can let the listeners here what i have to say and display as far as music is concerned thank you

Tuesday, September 04, 2007 2:28 PM by dmoney

# re: IE7 Standalone (Updated for IE7 Release)

is there going to be a release enabling dropdown boxes at all? or is it not even possible?

Monday, September 24, 2007 4:14 PM by Ryan K

# re: IE7 Standalone (Updated for IE7 Release)

Hi, pullDown box <select> is not working @ IE7 standalone, popup blocker see it as JS probably.

Tuesday, September 25, 2007 12:34 PM by Alexx

# The Holon Farm ?? IE Standalone&#8230; and other delights

Pingback from  The Holon Farm ?? IE Standalone&#8230; and other delights

Sunday, January 06, 2008 12:07 AM by The Holon Farm ?? IE Standalone… and other delights

# JEDI &raquo; Blog Archive &raquo; links for 2008-01-20

Pingback from  JEDI  &raquo; Blog Archive   &raquo; links for 2008-01-20

Sunday, January 20, 2008 5:27 AM by JEDI » Blog Archive » links for 2008-01-20

# Le Touilleur Express &raquo; Comment tester un site avec IE7 sans l&#8217;installer

Pingback from  Le Touilleur Express &raquo; Comment tester un site avec IE7 sans l&#8217;installer

# re: IE7 Standalone (Updated for IE7 Release)

Is it possible you could update this to work with IE8 beta?  I would really like to test it without needing to install it plus this would be great for comparing the differences between the two.  Thanks.

Wednesday, March 26, 2008 12:35 PM by Leland G Whitlock

# re: IE7 Standalone (Updated for IE7 Release)

@Leland Instructions on running IE8 alongside IE6 and IE7: blog.case.edu/.../ie_6_7_and_8_running_on_same_machine

Wednesday, March 26, 2008 7:04 PM by Jon Galloway

# re: IE7 Standalone (Updated for IE7 Release)

This facility appears to work well. A major problem appears to be that the popup blocker is activated for dropdowns. I can't seem to find a way of stopping this from happning. Has anyone managed to find a way around this yet?

Tuesday, April 01, 2008 7:14 AM by John Smith

# re: IE7 Standalone (Updated for IE7 Release)

I've tried your standalone version as well as the one here: tredosoft.com/IE7_standalone, and  regardless of which one I use it seems that IE7 freezes immediately when it starts up. I can type in a URL and browse to another page, but all menus and buttons are frozen and when I'm done I have to force quite the program with Task Manager. Do you know of a way to fix this because it's pretty unusable.

Tuesday, April 15, 2008 8:53 PM by Benek

# crohns

There are plenty of rumors floating around about creatine. On this page you’ ll find a list of creatine facts. For more information on creatine see the creatine supplements section on MuscleandStrength. com and for a list of the best creatine supplements

Saturday, May 10, 2008 9:15 AM by crohns

# Mediascreen &raquo; Blog Archive &raquo; En rej??l genomg??ng av dina webbplatser

Pingback from  Mediascreen  &raquo; Blog Archive   &raquo; En rej??l genomg??ng av dina webbplatser

# re: IE7 Standalone (Updated for IE7 Release)

Well product. But the uncontrolable blocking of dropdown and select component due to bad IE popup blocking obliged me to remove IE7 Stand Alone and prefer the use of Virtual PC with XP-IE7 virtual disk image.

Thursday, September 18, 2008 5:40 AM by Vincent

# My comment Featured on Lifehacker &laquo; Desi Penguin&#8217;s Blog

Pingback from  My comment Featured on Lifehacker &laquo; Desi Penguin&#8217;s Blog

Tuesday, December 16, 2008 5:56 AM by My comment Featured on Lifehacker « Desi Penguin’s Blog

# Strona zakladow miesnych - Strona 2 | hilpers

Pingback from  Strona zakladow miesnych - Strona 2 | hilpers

Thursday, January 22, 2009 11:44 PM by Strona zakladow miesnych - Strona 2 | hilpers

# Run IE6, IE7, and IE8 on the same PC!

Web designers and developers rejoice&mdash;browser compatibility testing just got a whole lot easier! For years we&#39;ve been complaining to Microsoft about the fact that you can&#39;t have more than one version of Internet Explorer installed on a computer

Friday, March 06, 2009 11:07 PM by richarddavies.us

# Upendra Upadhyay&#8217;s Blog &raquo; Blog Archive &raquo; Run IE7 without intalling it!

Pingback from  Upendra Upadhyay&#8217;s Blog  &raquo; Blog Archive   &raquo; Run IE7 without intalling it!

# re: IE7 Standalone (Updated for IE7 Release)

tools.veloc-it.com - site is dead

Wednesday, April 22, 2009 9:33 AM by Ben P

Leave a Comment

(required) 
(required) 
(optional)
(required)