MSFN Forum: Unofficial Internet Explorer 6 SP1 Updater - MSFN Forum

Jump to content



  • 5 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Unofficial Internet Explorer 6 SP1 Updater Should work on 98/ME/NT4 Rate Topic: -----

#1 User is offline   the_guy 

  • Creator of the Windows ME Service Pack
  • PipPipPipPipPip
  • Group: Members
  • Posts: 901
  • Joined: 15-July 05
  • OS:ME
  • Country: Country Flag

Posted 03 September 2006 - 01:20 PM

Hey guys,

Another unofficial project by me. What is does is that it updates IE6 SP1 with the latest available files. So far, the count is 46 files updated, but I may have missed some.

I have attached a list of the files updated, with their latest known versions. If anyone else has a file name to add, please let me know.

If you have a suggestion, let me know. It is currently still in development. This topic was just made to let you know about the project.

the_guy

Attached File(s)




#2 User is offline   Petr 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 981
  • Joined: 15-April 05
  • OS:98SE
  • Country: Country Flag

Posted 03 September 2006 - 04:20 PM

Hi the_guy,

do you have any idea why Microsoft was always creating different files for IE on Win98/98SE/Me and different for IE on Windows 2000?

Are you sure that it is safe to use Windows 2000 files on Windows 98?

If yes, then why MS was building two different branches?

Petr

#3 User is offline   the_guy 

  • Creator of the Windows ME Service Pack
  • PipPipPipPipPip
  • Group: Members
  • Posts: 901
  • Joined: 15-July 05
  • OS:ME
  • Country: Country Flag

Posted 03 September 2006 - 04:24 PM

The only thing I can think of is that Windows 2000 uses update.exe. The files should be the exact same. However, I'm leary about using files from XP SP1 updates.

If anyone has an update that I didn't list in my .txt file, please post it.

the_guy

#4 User is offline   LLXX 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,399
  • Joined: 04-December 05

Posted 03 September 2006 - 07:40 PM

IE6 causes problems when large amounts of files are copied, moved, or deleted.

BROWSEUI.DLL and BROWSELC.DLL have to be replaced with earlier versions from 5.5 to stop this from happening.

#5 User is offline   eidenk 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,527
  • Joined: 28-March 05

Posted 04 September 2006 - 05:39 AM

I don't have IE6 and this problem also manifests with IE5.5 SP2 and copying, moving/deleting/large amount of small files.

#6 User is offline   the_guy 

  • Creator of the Windows ME Service Pack
  • PipPipPipPipPip
  • Group: Members
  • Posts: 901
  • Joined: 15-July 05
  • OS:ME
  • Country: Country Flag

Posted 04 September 2006 - 05:46 AM

@LLXX: I don't think I'll be using those versions of files, but I will definately move the browseui.dll copying to a .bat file to not have a 6.0 SP1 file with a 5.5 SP2 file. I honestly never thought of that.

the_guy

#7 User is offline   Eck 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 669
  • Joined: 17-February 05

Posted 04 September 2006 - 04:28 PM

Actually, if you unrar the "Upgrade Pack 98" just recently updated you'll see in the "w" folder a "bugfixen.exe" file.

This extracts the older IE5.5 versions of the two problem files to the Windows folder, leaving the IE6 versions in the System folder alone. The batch file then makes a registry entry pointing the system to use the files in the Windows folder.

copy browselc.dll %windir%
copy browseui.dll %windir%




CD %windir%\System

regsvr32 /u /s %windir%\System\browseui.dll
regsvr32 /u /s %windir%\System\browselc.dll

regsvr32 /i /s %windir%\browseui.dll
regsvr32 /i /s %windir%\browselc.dll

This way Internet Explorer uses the latest files but Windows Explorer uses the older files. I think. (Could be wrong.) In any case the older files work fine when browsing or working in Windows Explorer.


No more freezes or slowdowns with folder activity.

Edit - Not that I was thrilled with that Pack. Way too many assumptions as to how a user wants his system to be tweaked. I much prefer Gape's Pack, although I learned to install OfficeXP AFTER the Service Pack. The Pack appears to install some older MDAC files that destroy Windows ability to start the registry if a newer (OfficeXP) version of the files is replaced by the Pack's versions.

I didn't think Gape included MDAC but that's what happened to me. Wait until after the Service Pack for OfficeXP and everything's fine.

This post has been edited by Eck: 04 September 2006 - 04:34 PM


#8 User is offline   erpdude8 

  • MSFN Master
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,062
  • Joined: 24-November 04

Posted 05 September 2006 - 08:57 AM

View PostLLXX, on Sep 3 2006, 08:40 PM, said:

IE6 causes problems when large amounts of files are copied, moved, or deleted.

BROWSEUI.DLL and BROWSELC.DLL have to be replaced with earlier versions from 5.5 to stop this from happening.


you can "work around" this problem by deleting large amount of files from File Manager [winfile.exe]. File Manager deletes files faster than Windows Explorer and will not freeze your computer with IE6 installed.

more accurately, I would NOT replace BROWSEUI.DLL with the IE 5.5 version. Better use version 5.50.4948.700 of the BROWSEUI.DLL file from IE 5.5 SP2 KB905915 patch to get the security benefits of the latest BROWSEUI.DLL file from IE 5.5 SP2 and use version 5.50.4807.2300 of BROWSELC.DLL file from IE 5.5 SP2.

This post has been edited by erpdude8: 05 September 2006 - 09:20 AM


#9 User is offline   the_guy 

  • Creator of the Windows ME Service Pack
  • PipPipPipPipPip
  • Group: Members
  • Posts: 901
  • Joined: 15-July 05
  • OS:ME
  • Country: Country Flag

Posted 05 September 2006 - 04:52 PM

The way I'm going to do it is as follows: Have browseui.dll get copied to system32. I'm not going to touch the 5.5 SP2 patch. However, if you have browseui.dll from IE5.5SP2 in system32, there WILL be problems. I can avoid that, by using a batch file. Other than that, I have no idea.

Can anyone post hotfixes for IE6 SP1 that are missing from my list.

Also, I plan to post in the next few days a list of files in IE6 SP1 with files versioned 5.50.4807.2300.

the_guy

#10 User is offline   PROBLEMCHYLD 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,605
  • Joined: 07-October 05
  • OS:98SE
  • Country: Country Flag

Posted 05 September 2006 - 11:12 PM

Since IE918899.EXE updates BROWSEUI.DLL to Version 6.0.2800.1692
and 98SE2XP updates BROWSELC.DLL to Version 6.0.2900.2180
are IE5.5 SP2 files necessary?

#11 User is offline   Eck 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 669
  • Joined: 17-February 05

Posted 06 September 2006 - 12:10 AM

The freezing of the My Documents folder, explorer slowdown, etc all occur on any versions from the one installed by IE6SP1 on up.

So, yeah, the older versions of those 2 files help. But I don't know how you want to handle this, as the newer files are possibly more secure.

You might want to include a seperate patch that does something like the Upgrade Pack does as I described a few post's ago. That way people could make their own decision as to whether they want the bug fix or keep the possibly added security and handle the slowdown, freezing bugs with work-around's like using file manager, a dos window, or whatever.

I'd rather have a working Windows Explorer as I deal with the My Documents folder and delete files a lot.

Actually, the first time I tried the older files was with that Upgrade Pack and was happy I could extract just that exe and use that as my bugfix without installing his pack. I had been frustrated by the bugs for a long time. It's nice to know when I open My Documents I won't risk having to wait 10 minutes for my computer to start keeping time and unfreeze again!

That fix is nice as the newer versions are still in the system folder but the registry points to the older one's in the Windows folder. The newer files are still listed in the file versions for Internet Explorer in System Information so I think Internet Explorer actually uses those, but Windows Explorer uses the older one's.

I seem to recall a batch file posted somewhere here that did this manually but I never tried it. That's probably what this exe file does.

http://www.wupg98.co1.at/

That's the link to his download site if you want to extract it and see what he has in his bugfixen.exe.

#12 User is offline   LLXX 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,399
  • Joined: 04-December 05

Posted 06 September 2006 - 04:25 PM

Quote

as the newer files are possibly more secure.
Show me an exploit that will pwn a machine with the 5.5 files, but not the 6.x. No proof, no upgrade.

This post has been edited by LLXX: 06 September 2006 - 04:26 PM


#13 User is offline   bristols 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 426
  • Joined: 24-September 05

Posted 08 September 2006 - 12:50 AM

View Postthe_guy, on Sep 3 2006, 08:20 PM, said:

Hey guys,

Another unofficial project by me. What is does is that it updates IE6 SP1 with the latest available files. So far, the count is 46 files updated, but I may have missed some.

I have attached a list of the files updated, with their latest known versions. If anyone else has a file name to add, please let me know.

If you have a suggestion, let me know. It is currently still in development. This topic was just made to let you know about the project.

the_guy


Hi the_guy,

Regarding your list of files here, the only one of those that I can better is DHTMLED.OCX. I use build 6.01.9232 from Windows 2k SP4 Update Rollup 1 (v2) (direct download link).

This post has been edited by bristols: 08 September 2006 - 12:53 AM


#14 User is offline   bristols 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 426
  • Joined: 24-September 05

Posted 08 September 2006 - 08:58 AM

Two more files for you (not included in your list):

MSPATCHA.DLL, build 5.2.9354.0, from 883939 (direct download link)

MSTASK.DLL, build 4.71.1979.1, from 841874 (direct download link)
(for NT 4.0 SP6A, but contains 98 INF files and works with 9x)

Did you overlook these?

#15 User is offline   PROBLEMCHYLD 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,605
  • Joined: 07-October 05
  • OS:98SE
  • Country: Country Flag

Posted 08 September 2006 - 10:13 AM

Quote

Some updates that contains files installed by IE 6.0 SP1 package are missing:
* 837009 - OE Cummulative update
* 896356 - HTML Hep
* 896156 - MSHTMLED.DLL
* 893627 - IEDK32CS.DLL
* 816362 - MSHTA.EXE
* 873377 - IE Rollup (INSENG.DLL)
* 885258 - PROCTEXE.OCX
* 883586 - VGX.DLL
* 326728 - MSIEFTP.DLL

and many other files from IE 6.0 SP1 package can be updated:
IE_3.CAB, IE_4.CAB
==================
CRYPT32.DLL 5.131.1877.5 -> 5.131.1880.14
SOFTPUB.DLL 5.131.1877.4 -> 5.131.1880.14
CRYPTDLG.DLL 5.00.1558.4434 -> 5.00.1558.6072
CRYPTUI.DLL 5.131.1877.4 -> 5.131.1878.14
MSCAT32.DLL 5.131.1877.3 -> 5.131.1880.14
MSSIP32.DLL 5.131.1877.3 -> 5.131.1877.13
WINTRUST.DLL 5.131.1877.5 -> 5.131.1880.14
INSTSCH.DLL 5.00.1877.6 -> 5.00.1880.14 (schannel.dll)

IEDOM.CAB
=========
SCHANNEL.DLL 5.00.1877.6 -> 5.00.1880.14

USP10.CAB
=========
USP10.DLL 1.0408.2600.1020 -> 1.0420.2600.2180

IE_5.CAB
========
ATL.DLL 3.00.8449 -> 3.00.9782
HTML32.CNV 2000110900 -> 2003.1100.5510
MSCONV97.DLL 2000110900 -> 2003.1100.6252

SETUPW95.CAB
============
MSVCRT.DLL 6.00.8397.0 -> 6.00.9782.0

OAINST.CAB
==========
ASYCFILT.DLL 2.40.4518 -> 2.40.4522
OLEAUT32.DLL 2.40.4518 -> 2.40.4522
OLEPRO32.DLL 5.00.4518 -> 5.00.4522
STDOLE2.TLB 2.40.4518 -> 2.40.4522

MPLAYER2.CAB
============
AMSTERDAM.DLL 6.01.05.0130 -> 6.05.01.0900
DEVENUM.DLL 6.01.05.0130 -> 6.05.01.0902
MCIQTZ32.DLL 6.01.05.0130 -> 6.05.01.0900
MPG2SPLT.AX 6.01.05.0130 -> 6.05.01.0900
QDVD.DLL 6.01.05.0130 -> 6.05.01.0900
QUARTZ.DLL 6.01.05.0130 -> 6.05.01.0907

MPCDCS.CAB
==========
L3CODECX.AX 1.5.0.50 -> 1.5.0.50 (correct checksum) - (DX9.0c)

HHUPD.CAB
=========
EXTRAC32.EXE 4.11.0603.3 -> 5.1.2600.2180

GSETUP95.CAB
============
CABINET.DLL 1.00.603.0 -> 5.00.2147.1 - asi ne, je ve skutečnosti starší (??)
EXTRACT.EXE 5.1.2600.1106
REGSVR32.EXE 5.00.1586.1 -> 5.00.2195.6662
SETUPAPI.DLL 5.0.1453.7 -> 5.0.1671.1

SWFLASH.CAB
===========
SWFLASH.OCX 5.0.44.0 -> FLASH8B.OCX 8.0.24.0

FONTCORE.CAB
============
ARIBLK.TTF 2.35 -> 2.40
COMIC.TTF 2.10 -> 2.22
COMICBD.TTF 2.10 -> 2.22
IMPACT.TTF 2.35 -> 2.37
VERDANA.TTF 2.35 -> 2.48
VERDANAB.TTF 2.35 -> 2.48
VERDANAI.TTF 2.35 -> 2.48
VERDANAZ.TTF 2.35 -> 2.48
----------------------------------------------------------
FONTSUPP.CAB
============
GEORGIA.TTF 2.05 -> 2.17
GEORGIAB.TTF 2.05 -> 2.17
GEORGIAI.TTF 2.05 -> 2.17
GEORGIAZ.TTF 2.05 -> 2.17
TREBUC.TTF 1.15 -> 1.25
TREBUCBD.TTF 1.15 -> 1.25
TREBUCBI.TTF 1.15 -> 1.25
TREBUCIT.TTF 1.15 -> 1.25


#16 User is offline   erpdude8 

  • MSFN Master
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,062
  • Joined: 24-November 04

Posted 08 September 2006 - 04:16 PM

View Postbristols, on Sep 8 2006, 09:58 AM, said:

MSTASK.DLL, build 4.71.1979.1, from 841874 (direct download link)
(for NT 4.0 SP6A, but contains 98 INF files and works with 9x)

Did you overlook these?


MSTASK.DLL version 4.71.1979.1 from NT4 KB841873 patch does NOT work under Win9x, bristols.

The mstask.dll files from the ts95.cab & tsnt.cab files are NOT binarilly identical when comparing them with WinDiff file comparison tool. The mstask.dll files from tsnt.cab file of IE6 SP1 setup file (and KB841873 patch) are NT4 specific. AVOID using MSTASK.DLL file from KB841873 patch under Win95/98/ME.

MSTASK.DLL version 4.71.1972.1 from TS95.CAB of IE6 SP1 is 233232 bytes in size
MSTASK.DLL version 4.71.1972.1 from TSNT.CAB of IE6 SP1 is 222480 bytes in size

This post has been edited by erpdude8: 08 September 2006 - 04:22 PM


#17 User is offline   erpdude8 

  • MSFN Master
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,062
  • Joined: 24-November 04

Posted 08 September 2006 - 04:27 PM

View Postbristols, on Sep 8 2006, 09:58 AM, said:

Two more files for you (not included in your list):

MSPATCHA.DLL, build 5.2.9354.0, from 883939 (direct download link)


MSPATCHA.DLL file version 5.2.9354.0 is also included in KB916281 patch for IE6 SP1 for Win98/ME:

direct url-

http://download.windowsupdate.com/msdownlo...0afab75c3a5.exe

#18 User is offline   the_guy 

  • Creator of the Windows ME Service Pack
  • PipPipPipPipPip
  • Group: Members
  • Posts: 901
  • Joined: 15-July 05
  • OS:ME
  • Country: Country Flag

Posted 08 September 2006 - 04:27 PM

Update:
Updates I am going to add:
896358/922616
906216/2003SP1 (dhtmled.ocx/triedit.dll)
908519
920670

Things I'm not going to add:
Flash!!! (3rd party, don't know why it's in IE)
Media Player 6.4 files (might make seperate installer)
fonts/cryptui/oainst/usp10.dll/atl.dll (get MDGx's installers)

Things I'm considering:
823559/msvcrt.dll (not really IE, but...)
mspatcha.dll (not copied while hotfixes are installing)

The Media Player 6.4 files aren't IE-related. They are from DX9c (updated files). I honestly don't know how many compatibility issues would crop up if someone didn't have DX9 installed. Also, I want this to be as lightweight as possible. I might change my mind on oainst/usp10.dll/atl.dll, and maybe even fonts, but I am NOT going to inlcude the crypt files. 1 reason: I want this to install on ME as well as 98/NT4.

the_guy

#19 User is offline   bristols 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 426
  • Joined: 24-September 05

Posted 08 September 2006 - 04:56 PM

View Posterpdude8, on Sep 8 2006, 11:16 PM, said:

MSTASK.DLL version 4.71.1979.1 from NT4 KB841873 patch does NOT work under Win9x, bristols.


Thanks for the heads-up, erpdude.

View Postthe_guy, on Sep 8 2006, 11:27 PM, said:

Update:
Updates I am going to add:
896358/922616
906216/2003SP1 (dhtmled.ocx/triedit.dll)
908519
920670


I really hope this project happens. CLASYS had been talking about a BAT file of his that installs all IE 6-related updates (rebooting after running each successive update), which similarly I was really looking forward to. Unfortunately it doesn't seem to have ever surfaced.

Hopefully this project will have a better chance of realisation.

This post has been edited by bristols: 08 September 2006 - 04:57 PM


#20 User is offline   azagahl 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 489
  • Joined: 12-November 04

Posted 08 September 2006 - 08:45 PM

>IE6 causes problems when large amounts of files are copied, moved, or deleted.

Yep, you have to use 5.5 BROWSEUI.DLL and BROWSELC.DLL to avoid this. Also, it's a good idea to unregister the bad 6.0 DLL's, and register the 5.5 DLL's (with regsvr32 /u and regsvr32). I believe you can use the 6.0 DLL's in IEXPLORE.EXE's folder so that it uses the 6.0 DLL's, while the rest of the system uses 5.5 DLL's. Last time I checked (long time ago), the newest 5.5 DLL's come from an IE 6.0 SP1 Millenium Edition security patch.

This post has been edited by azagahl: 08 September 2006 - 08:45 PM


Share this topic:


  • 5 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy