UPDATED · 7-18-2007
Updated:
- NV8269 [late update]
- KB838751
- 98KRNLUP
- VBVM60
- 98SE2ME
- 98DDK.
HTH
_____________________________
BTW:
EXPLOR98.EXE was updated to install a newer version of EXPLORER.EXE 4.72.3612.1710 [discovered by
erpdude8] from MS IE 4.01 SP2 [contained inside IE4SHL95.CAB].
Complete details:
http://www.mdgx.com/files/explor9x.phpThis Explorer.exe has been modded [same as older 4.72.3612.1700 build] to include the "Windows 98 Second Edition" Start banner and Dr. Hoiby's 256 colors icons fix:
http://www.dr-hoiby.com/TrayIconIn256Color/Only Microsoft knows what has been updated/corrected in this version, please ask them.
I have been testing this EXPLORER.EXE 4.72.3612.1710 for more than 1 week, and works OK on my Win98 SE computer [with 98SE2ME option 2 and all other official + unofficial updates], never noticed any delays/slowdowns/bugs.
Therefore I have removed older Win98 SE EXPLORER.EXE 4.72.3612.1700 from 98SE2ME [options 1, 2 + 6].
98SE2ME now installs only WinME EXPLORER.EXE 5.50.4134.100 , and only as part of option 3.
98SE2ME has now only 5 options total.
______________________________________
QUOTE (Analada @ Jul 14 2007, 01:11 PM)
Had very bad experience with this.
Installed: Explor98.exe and rebooted. Then installed Kb838751.exe and rebooted.
Got msvcrt.dll (IIRC) not found and windows needs reinstalling. Tried to boot into Safe Mode and got similar message.
Ended up restoring from Ghost 2003 a July 4th backup. (Lost all config changes done since then.)
Sorry about your trouble.
Fixed KB838751 INF, please try again:
http://www.mdgx.com/files/KB838751.EXEThe problem was that the INF install routine could not rename/backup and then rename/copy MSVCRT.DLL by using just plain INF directives. I had to find a workaround [similar to installing ATL.DLL] for this to work.
Also, had to remove the backup feature.
FYI:
If this happens, no need to restore your entire OS, just copy over [in this case] any version of MSVCRT.DLL to %windir%\SYSTEM [%windir% = usually C:\WINDOWS] from native MS-DOS [example]:
1. Exit to native/true/real/pure MS-DOS mode:
Start button -> Shut Down... -> Restart in MS-DOS mode -> OK button.
2. Run these commands or save them using Notepad as DOS style BATch file and then run it [change C:\CABS to whatever other valid path if different on your computer]:
IF EXIST %winbootdir%\SYSTEM\MSVCRT.* ATTRIB +A -H -R -S %winbootdir%\SYSTEM\MSVCRT.*
IF EXIST C:\CABS\MSVCRT.DLL COPY/Y/Z C:\CABS\MSVCRT.DLL %winbootdir%\SYSTEM
Batch file created in Notepad [in Windows] or EDIT.COM [in MS-DOS] from these lines [example]:
QUOTE
@ECHO OFF
IF EXIST %winbootdir%\SYSTEM\MSVCRT.* ATTRIB +A -H -R -S %winbootdir%\SYSTEM\MSVCRT.*
IF EXIST C:\CABS\MSVCRT.DLL COPY/Y/Z C:\CABS\MSVCRT.DLL %winbootdir%\SYSTEM
3. Type WIN and press Enter to (re)load Windows.
This can be done for any system file(s) "missing in action" from %windir% or from %windir%\SYSTEM [for example].
HTH