A new Internet Explorer beta shows that Microsoft is trying to put its browser security woes behind it.
The software maker plans to release the third and last beta version of IE 7 on Thursday, getting closer to final delivery by the end of 2006. It will be the first major update to the popular Web browser in five years, and much of the focus for the new version is on security.
"Security was the No. 1 investment we made in IE 7, in terms of our development resources," Tony Chor, Microsoft's group program manager for the browser, said in an interview.
Download: Internet Explorer 7 Beta 3 (build number 7.0.5450.4)
Link: Full story (Microsoft readies final IE 7 beta)
News source: C|Net News.com
The software maker plans to release the third and last beta version of IE 7 on Thursday, getting closer to final delivery by the end of 2006. It will be the first major update to the popular Web browser in five years, and much of the focus for the new version is on security.
"Security was the No. 1 investment we made in IE 7, in terms of our development resources," Tony Chor, Microsoft's group program manager for the browser, said in an interview.

Downloaded and ready to install.
Last edited by pjak on 30 Jun 2006 - 11:03
Thanks
Thanks.
*edit, well it probably came from the link below...
@ECHO OFF
TITLE IE7 Launcher 1.4
ECHO IE7 STANDALONE LAUNCHER 1.4
ECHO Updated for IE7 Beta 2 Preview
ECHO.
ECHO Do not close this window or it will not clean up after itself properly.
ECHO You can pass a URL into this batch file, like this:
ECHO ie7.bat www.microsoft.com
ECHO.
ECHO More info here: http://weblogs.asp.net/jgalloway/archive/2.../28/434132.aspx
ECHO.
ECHO When you close IE7, this will remove the registry key and shut itself down.
ECHO.
ECHO Setting up IE7 for standalone mode...
PUSHD %~dp0
ECHO Removing IE7 registry key and set the version vector to "7.0000".
> %TEMP%.IE7Fix.reg ECHO REGEDIT4
>>%TEMP%.IE7Fix.reg ECHO.
>>%TEMP%.IE7Fix.reg ECHO [-HKEY_CLASSES_ROOTCLSID{C90250F3-4D7D-4991-9B69-A5C5BC1C2AE6}]
>>%TEMP%.IE7Fix.reg ECHO [-HKEY_CLASSES_ROOTInterface{000214E5-0000-0000-C000-000000000046}]
>>%TEMP%.IE7Fix.reg ECHO [HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet ExplorerVersion Vector]
>>%TEMP%.IE7Fix.reg ECHO "IE"="7.0000"
>>%TEMP%.IE7Fix.reg ECHO.
:: Merge the REG file to delete the IE7 standalone entry
REGEDIT /S %TEMP%.IE7Fix.reg
REN SHLWAPI.DLL SHLWAPI.DLL.BAK
TYPE NUL > IEXPLORE.exe.local
ECHO Running IE7...
iexplore.exe "%1"
:: Merge the REG file to delete the IE7 standalone entry
REGEDIT /S %TEMP%.IE7Fix.reg
:: Delete the temporary REG file
DEL %TEMP%.IE7Fix.reg
ECHO Removing IE7 standalone files...
REN SHLWAPI.DLL.BAK SHLWAPI.DLL
DEL IEXPLORE.exe.local
:: Set the old version vector "6.0000".
> %TEMP%.IE7Fix.reg ECHO REGEDIT4
>>%TEMP%.IE7Fix.reg ECHO.
>>%TEMP%.IE7Fix.reg ECHO [HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet ExplorerVersion Vector]
>>%TEMP%.IE7Fix.reg ECHO "IE"="6.0000"
>>%TEMP%.IE7Fix.reg ECHO.
REGEDIT /S %TEMP%.IE7Fix.reg
DEL %TEMP%.IE7Fix.reg
POPD
ECHO Complete, closing...
copy to a bat file and run, example ie7.bat
*edit, well it probably came from the link below...
@ECHO OFF
TITLE IE7 Launcher 1.4
ECHO IE7 STANDALONE LAUNCHER 1.4
ECHO Updated for IE7 Beta 2 Preview
ECHO.
ECHO Do not close this window or it will not clean up after itself properly.
ECHO You can pass a URL into this batch file, like this:
ECHO ie7.bat www.microsoft.com
ECHO.
ECHO More info here: http://weblogs.asp.net/jgalloway/archive/2.../28/434132.aspx
ECHO.
ECHO When you close IE7, this will remove the registry key and shut itself down.
ECHO.
ECHO Setting up IE7 for standalone mode...
PUSHD %~dp0
ECHO Removing IE7 registry key and set the version vector to "7.0000".
> %TEMP%.IE7Fix.reg ECHO REGEDIT4
>>%TEMP%.IE7Fix.reg ECHO.
>>%TEMP%.IE7Fix.reg ECHO [-HKEY_CLASSES_ROOTCLSID{C90250F3-4D7D-4991-9B69-A5C5BC1C2AE6}]
>>%TEMP%.IE7Fix.reg ECHO [-HKEY_CLASSES_ROOTInterface{000214E5-0000-0000-C000-000000000046}]
>>%TEMP%.IE7Fix.reg ECHO [HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet ExplorerVersion Vector]
>>%TEMP%.IE7Fix.reg ECHO "IE"="7.0000"
>>%TEMP%.IE7Fix.reg ECHO.
:: Merge the REG file to delete the IE7 standalone entry
REGEDIT /S %TEMP%.IE7Fix.reg
REN SHLWAPI.DLL SHLWAPI.DLL.BAK
TYPE NUL > IEXPLORE.exe.local
ECHO Running IE7...
iexplore.exe "%1"
:: Merge the REG file to delete the IE7 standalone entry
REGEDIT /S %TEMP%.IE7Fix.reg
:: Delete the temporary REG file
DEL %TEMP%.IE7Fix.reg
ECHO Removing IE7 standalone files...
REN SHLWAPI.DLL.BAK SHLWAPI.DLL
DEL IEXPLORE.exe.local
:: Set the old version vector "6.0000".
> %TEMP%.IE7Fix.reg ECHO REGEDIT4
>>%TEMP%.IE7Fix.reg ECHO.
>>%TEMP%.IE7Fix.reg ECHO [HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet ExplorerVersion Vector]
>>%TEMP%.IE7Fix.reg ECHO "IE"="6.0000"
>>%TEMP%.IE7Fix.reg ECHO.
REGEDIT /S %TEMP%.IE7Fix.reg
DEL %TEMP%.IE7Fix.reg
POPD
ECHO Complete, closing...
copy to a bat file and run, example ie7.bat
so everytime I want to use IE7 I have to run this bat file? Is there a easier way?
edit: nevermind, it runs ok now, smooth and sweet, all what i did was remove the previous beta version i had installed. Just try removing the files (only the files , leave the folders Connection Wizard and the others there!
Last edited by Mocosoft on 29 Jun 2006 - 20:32
yea i just tried it, and ie7 doesn't even work anymore..just brings up an fatal exception error...sucks. back to ie6 & ff again.
I've had it with Microsoft and their bug-filled messes.
Apart from that Beta 3 is very stable and bug-free. You won't believe me anyway.
Long time FF user BTW.
My feeds button constantly says "Feeds(J)* whats with the (J)???
Oh and some feeds I wish to view, IE comes up with "Internet Explorer Does Not Support Feeds With DTD's" Wtf soes that mean? Firefox has no problem with them?
John
Feeds button thing is odd - not seen that at all myself
No - they (webdesigners) NEED to stop making sites with unstandardized hacks that only work in IE.
And secondly every web developer is happy at this, if you use mac just use firefox, if you use linux, use firefox, if u use windows use ie, firefox or opera.
Save the amount of crap the web developer needs to go through.
http://www.winsupersite.com/reviews/ie7_beta3.asp
Very positive, he's not switching from FF just yet though
Using it at the moment myself, it's very nice!
How can I remove it?
Keep up the good job!
I remember when it used to cause major problems for FS2004 (and one or two other programs too), so I have never used IE7 since.
Ferret !
The updater will not connect to the Adobe server.. uninstall IE7 and it works fine.
http://www.microsoft.com/windows/ie/downloads/default.mspx
That probably is YAHOO ADDON being loaded! I had that problem..
GO to IE TOOLs--> MANAGE ADDONS -> UNCHECK "Yahoo Toolbar Helper" that will fix it
That probably is YAHOO ADDON being loaded! I had that problem..
GO to IE TOOLs--> MANAGE ADDONS -> UNCHECK "Yahoo Toolbar Helper" that will fix it
I have the exact same problem, and I don't have Yahoo Toolbar installed. I even tried to run it as Internet Explorer (no add ons). Any other ideas as to what might be causing this?
Included in this upgrade:
Yahoo! Search built into the browser
Yahoo.com set as the default home page on the primary Tab
Yahoo! Mail loads in your secondary Tab when you start IE7 Beta 2
New, sleek design
Safer web browsing
View multiple web pages simultaneously
Reduce clutter with Tabbed browsing
Collect your favorite content from around the Web with RSS feeds
System Requirements
Windows XP Service Pack 2
--------------------------------------------------------------------------------
This is a BETA product. It's possible that you will encounter technical difficulties. For helpful information, please visit Microsoft's Internet Explorer Support web site.
Last edited by texasjoe on 30 Jun 2006 - 12:38
Commenting has either been disabled on this article or you are not logged in. Click here to login or register, its free!
Note: Anonymous commenting is disabled in order to keep the quality of responses to a high standard.