QUOTE (Gape @ Aug 2 2006, 09:39 AM)

Sorry guys. There was a lot of things to do. A new version will be definitely released. Please patience a little more.
sure Gape. I can wait a little longer. please make these changes to 98se SP's SPUPDATE.INF file.
In the "; 835732" section, modify this section to look like this:
---
HKLM,"%CurrentVersion%\RunOnce","Registering cryptdlg.dll..." ,,"%11%\regsvr32 /s cryptdlg.dll"
HKLM,"%CurrentVersion%\RunOnce","Registering cryptui.dll..." ,,"%11%\regsvr32 /s cryptui.dll"
HKLM,"%CurrentVersion%\RunOnce","Registering mscat32.dll..." ,,"%11%\regsvr32 /s mscat32.dll"
HKLM,"%CurrentVersion%\RunOnce","Registering mssip32.dll..." ,,"%11%\regsvr32 /s mssip32.dll"
HKLM,"%CurrentVersion%\RunOnce","Registering schannel.dll..." ,,"%11%\regsvr32 /s schannel.dll"
HKLM,"%CurrentVersion%\RunOnce","Registering softpub.dll..." ,,"%11%\regsvr32 /s softpub.dll"
HKLM,"%CurrentVersion%\RunOnce","Registering wintrust.dll..." ,,"%11%\regsvr32 /s wintrust.dll"
---
Add this string in the [UpdateInis.Section] section:
Win.ini,intl,,"sShortDate=M/d/yyyy"
<this will automatically change the short date format from displaying 2 digits for the year to 4 digits without having to use the Regional Settings control panel app to do it>
also add the 2_4DATE.EXE file to make Win98se Explorer change the short date format from M/D/YY to M/D/YYYY.
And in the SPUNINST.INF file remove references to the DHTMLED.OCX, HLINK.DLL & NABTSFEC.SYS files, especially for Win98se users who have IE 5.01/5.5/6.0 and/or DirectX 8/9 installed. We do NOT want to restore these files with older ones.
In the "; Dcom98" section of SPUNINST.INF file, make a change to look like this:
HKCR,CLSID\{bdc67890-4fc0-11d0-a805-00aa006d2ea4}\InstalledVersion,,,"4,71,0,2900"
Win98se originally came with DCOM98 version 4.71.2900, not 4.71.1719.
Or if you want, I can take a look at the SPUPDATE.INF and SPUNINST.INF files and I can make the changes to make the Win98se SP install and un-install with few or no problems.