QUOTE (MDGx @ Aug 11 2005, 08:48 PM)

Hi jones23, and welcome to MSFN forums.
IE 5.5 SP2 fixes for ME can be installed on 98SE only if using IE 5.5 SP2, *not* if using IE 6.0 or 6.0 SP1.
All IE 5.x/6.x fixes are here:
http://www.mdgx.com/ietoy.htmAll u need to do is extract the files by running [in this example all files will be extracted into C:\TEMP]:
KBxxxxxx.EXE /C /Q /T:C:\TEMP
or by opening respective EXE into PowerArchiver, WinZip or similar tool that supports MS CAB files:
http://www.mdgx.com/toy.htm#ZIPThen u need to copy the DLL + OCX files to %windir%\system [usually C:\WINDOWS\SYSTEM] only from native MS-DOS mode.
Either reboot to native MS-DOS:
http://www.mdgx.com/msdos.htm#MENor exit Windows to native MS-DOS:
http://www.mdgx.com/last3.htm#DOS2DOSand replace the files u extracted.
Then load Windows by running WIN or reboot.
But make sure u also run the INF file to also apply the Registry settings [if any].
In most cases u can also install IE 5.5 SP2 fixes after file extraction [see above] by running the INF file [example using C:\TEMP above = entire command must be on 1 line] like this:
RUNDLL32 %windir%\SYSTEM\ADVPACK.DLL,LaunchINFSection C:\TEMP\KBxxxxxx.INF,DefaultInstall
As far as I know Gape's SP 2.0.2 does not include IE, WMP, DX, MDAC, Jet, XML etc fixes.
Please see Gape's SP install guide forum for details:
http://www.msfn.org/board/?showtopic=38193and Gape's SP 2.0.2 forum:
http://www.msfn.org/board/?showtopic=52189After becoming familiar with Gape's SP, please post your questions [if any] in these 2 forums above.
98SE2ME [the only 1 I have created + maintain], installs only few ME system patches that are compatible with 98SE.
98SE2ME does not include any 98SE updates, nor IE, WMP, DX, MDAC etc, only installs ~ 700 ME system files from your WinME setup CD [English].
Please read READ1ST.TXT for complete details:
http://www.mdgx.com/9s2m/READ1ST.TXTThis is the 98SE2ME forum:
http://www.msfn.org/board/?showtopic=46349if u need to learn more or/and if u have any 98SE2ME related questions.
Hope this helps.
You're only
half right MDGx. If you want to install the latest IE 5.5 SP2 patch under 98/98se, 2000 or NT4, you have to extract the files manually to that TEMP folder and then run ieupdate.exe Qnnnnnn, where Qnnnnnn is the hotfix no. matching the corresponding MS article number of the patch.
Running the "RUNDLL32 %windir%\SYSTEM\ADVPACK.DLL,LaunchINFSection C:\TEMP\KBxxxxxx.INF,DefaultInstall" with newly released IE patches will NOT WORK AT ALL!!! IT WILL DO NOTHING!! That's because the .INF file inside an IE patch in the DefaultInstall section says "Setupapi", NOT "Advpack".
AND if you view an .INF file from most recent IE patches made from mid-2003 to now it begins like this:
[Version]
Signature = "$Windows NT$"
instead of:
[version]
signature="$CHICAGO$"
Also, copying the updated IE files manually in native DOS mode and overwriting them is a very bad idea, especially if you want to restore the older files at a later time if the updated files cause problems.
ex. let's say you want to install the KB883939 IE 5.5 SP2 patch under Win98. normally the patch refuses to install under any version of Windows besides ME. In order to get it to install properly (my way), you extract the files from that patch to a TEMP folder, and then you run the command "ieupdate.exe Q883939" from the Run dialog box. If the IE files are stored in C:\TEMP I type in the Run box "C:\TEMP\IEUPDATE.EXE Q883939", wait for several seconds and the patch will start updating the IE files. You will have to restart the computer as the patch will
not ask you to restart the computer.
How did I know about running ieupdate.exe Qnnnnnn? Run ieupdate.exe without specifying anything.