the_guy Posted September 3, 2006 Posted September 3, 2006 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_guyie6upd.txt
Petr Posted September 3, 2006 Posted September 3, 2006 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
the_guy Posted September 3, 2006 Author Posted September 3, 2006 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
LLXX Posted September 4, 2006 Posted September 4, 2006 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.
eidenk Posted September 4, 2006 Posted September 4, 2006 I don't have IE6 and this problem also manifests with IE5.5 SP2 and copying, moving/deleting/large amount of small files.
the_guy Posted September 4, 2006 Author Posted September 4, 2006 @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
Eck Posted September 4, 2006 Posted September 4, 2006 (edited) 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%\Systemregsvr32 /u /s %windir%\System\browseui.dllregsvr32 /u /s %windir%\System\browselc.dllregsvr32 /i /s %windir%\browseui.dllregsvr32 /i /s %windir%\browselc.dllThis 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. Edited September 4, 2006 by Eck
erpdude8 Posted September 5, 2006 Posted September 5, 2006 (edited) 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. Edited September 5, 2006 by erpdude8
the_guy Posted September 5, 2006 Author Posted September 5, 2006 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
PROBLEMCHYLD Posted September 6, 2006 Posted September 6, 2006 Since IE918899.EXE updates BROWSEUI.DLL to Version 6.0.2800.1692and 98SE2XP updates BROWSELC.DLL to Version 6.0.2900.2180are IE5.5 SP2 files necessary?
Eck Posted September 6, 2006 Posted September 6, 2006 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.
LLXX Posted September 6, 2006 Posted September 6, 2006 (edited) 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. Edited September 6, 2006 by LLXX
bristols Posted September 8, 2006 Posted September 8, 2006 (edited) 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_guyHi 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). Edited September 8, 2006 by bristols
bristols Posted September 8, 2006 Posted September 8, 2006 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?
PROBLEMCHYLD Posted September 8, 2006 Posted September 8, 2006 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.DLLand 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.14SOFTPUB.DLL 5.131.1877.4 -> 5.131.1880.14CRYPTDLG.DLL 5.00.1558.4434 -> 5.00.1558.6072 CRYPTUI.DLL 5.131.1877.4 -> 5.131.1878.14MSCAT32.DLL 5.131.1877.3 -> 5.131.1880.14MSSIP32.DLL 5.131.1877.3 -> 5.131.1877.13WINTRUST.DLL 5.131.1877.5 -> 5.131.1880.14INSTSCH.DLL 5.00.1877.6 -> 5.00.1880.14 (schannel.dll)IEDOM.CAB=========SCHANNEL.DLL 5.00.1877.6 -> 5.00.1880.14USP10.CAB=========USP10.DLL 1.0408.2600.1020 -> 1.0420.2600.2180 IE_5.CAB========ATL.DLL 3.00.8449 -> 3.00.9782HTML32.CNV 2000110900 -> 2003.1100.5510MSCONV97.DLL 2000110900 -> 2003.1100.6252SETUPW95.CAB============MSVCRT.DLL 6.00.8397.0 -> 6.00.9782.0 OAINST.CAB==========ASYCFILT.DLL 2.40.4518 -> 2.40.4522OLEAUT32.DLL 2.40.4518 -> 2.40.4522OLEPRO32.DLL 5.00.4518 -> 5.00.4522STDOLE2.TLB 2.40.4518 -> 2.40.4522MPLAYER2.CAB============AMSTERDAM.DLL 6.01.05.0130 -> 6.05.01.0900DEVENUM.DLL 6.01.05.0130 -> 6.05.01.0902MCIQTZ32.DLL 6.01.05.0130 -> 6.05.01.0900MPG2SPLT.AX 6.01.05.0130 -> 6.05.01.0900QDVD.DLL 6.01.05.0130 -> 6.05.01.0900QUARTZ.DLL 6.01.05.0130 -> 6.05.01.0907MPCDCS.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.2180GSETUP95.CAB============CABINET.DLL 1.00.603.0 -> 5.00.2147.1 - asi ne, je ve skutečnosti starší (??)EXTRACT.EXE 5.1.2600.1106REGSVR32.EXE 5.00.1586.1 -> 5.00.2195.6662SETUPAPI.DLL 5.0.1453.7 -> 5.0.1671.1SWFLASH.CAB===========SWFLASH.OCX 5.0.44.0 -> FLASH8B.OCX 8.0.24.0FONTCORE.CAB============ARIBLK.TTF 2.35 -> 2.40COMIC.TTF 2.10 -> 2.22COMICBD.TTF 2.10 -> 2.22IMPACT.TTF 2.35 -> 2.37VERDANA.TTF 2.35 -> 2.48VERDANAB.TTF 2.35 -> 2.48VERDANAI.TTF 2.35 -> 2.48VERDANAZ.TTF 2.35 -> 2.48----------------------------------------------------------FONTSUPP.CAB============GEORGIA.TTF 2.05 -> 2.17GEORGIAB.TTF 2.05 -> 2.17GEORGIAI.TTF 2.05 -> 2.17GEORGIAZ.TTF 2.05 -> 2.17TREBUC.TTF 1.15 -> 1.25TREBUCBD.TTF 1.15 -> 1.25TREBUCBI.TTF 1.15 -> 1.25TREBUCIT.TTF 1.15 -> 1.25
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now