Jump to content

gerislamico

Member
  • Posts

    91
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Argentina

Everything posted by gerislamico

  1. Attachment 6 different models AVI 3001 and dialogue resources 2004 in Spanish, English and French by Google Traslation. Add PSD File -> Logo Win98SE Extract Model from Wikipedia SVG and AVI model Preliminary With zip 500Kb spent. Compress with WinRAR .., check extension █ █ █ █ █ █ █ █ █ Note: Modify attachment. The resources previously uploaded, do not work with ResHacker "I do not use ResHacker" Resources these work with ResHacker and make a script to ease the task "MOD.BAT" Instructions 1º Copy U98SESP3.EXE into Folder 2º Execute MOD.BAT 3º Choose options 4º Obtain U98SESP3_EDIT.EXE Dialog 2004 AVI 3001 PSD and script RESHACK.rar
  2. Correctly 161 Bitmap it not modify for Win98/SE. To look good in VGA Classic, edit it with the classic color palette 16 colors for 4 bits, Photoshop conducted the rest The top of the bitmap should be the first pixel to the left the reference color. Windows will repeat along the "up" Menu. Retouch with ResHacker Dialogue 2004 and AVI 3001 generated with Iexpress I send capture, If you like, sending "resources and AVI" New http://i41.tinypic.com/ienvxx.png Old http://i44.tinypic.com/5wa4a9.png I hope that if they are of interest to incorporate it.
  3. Know any software that allows Video Editing with Codec Microsoft RLE. I would use to replace typical 8bits RLE Video Codec for: Copying, Deleting, Removing trash included in SHELL32.DLL You must be 8 bits! and are not to pull down quality. Prove with Camtasia or similar Free Software and leaves horrible and lose transparency FF00FF
  4. Soon to finish my Spanish adaptation of U98SESP3 Resources and Deputy PSD "to edit it to taste" of the image of Start Menu Add: To serve these 2 options IE? "Internet Explorer 5.5 SP2 Core Files (98lite Users Only) and Internet Explorer 6.0 SP1 Core Files (98lite Users Only)" General users should install or can ignore them. StartMenuBar.zip
  5. It is not possible at this stage include 32bit cursors, particularly as designed user32.exe/dll fu is designed as the same paragraph of explorer.exe However the icons are not controlled by Explorer and thus achieving Tiny them according to 32bits I have understood
  6. @PROBLEMCHYLD As with usbser.sys I'm wrong, I started researching failed the USB Drive detection and found the solution Particulary Solution to no detect USB Drive Remplaced Usbehci.sys 5.1.2600.1515 -> Usbehci.sys 5.0.2195.6882 NUSB3.5 Video Explanation the Bug and Solution http://www.mediafire.com/?ae2dj8wmgcbtyyb
  7. I share with you a personal batch to generate SLAYOUT1.INF and SLAYOUT2.INF for Win98SE SP3 Is a modding to Petr 1º Creating work folder 2º Unzip in the working folder SP3.CAB WIN95.CAB, IEX.CAB and SUPP.CAB to identicaly name "SP3 WIN95, IEX, and SUPP" 2º Make changes 4º Creating with notepad or similar batch file into work folder 5º Execute batch 6º Copy new generated SLAYOUT1.INF, SLAYOUT2.INF, SP3.CAB, IEX.CAB, WIN95.CAB and SUPP.CAB Note1: Find new files in a "New" folder within the working Note2: Build Complementary Soon the CAB, with the Build U98SESP3, all in one :: Builder for U98SESP3 :: 1.00 Created base for Petr :: 1.01 Add SUPP/CAB Legend by Gerislamico :: 1.02 Add Detect Windows by Gerislamico :: 1.03 Add IEX.CAB Automatized by Gerislamico :: 1.04 Add WIN95.CAB Automatized by Gerislamico :: http://www.msfn.org/board/topic/49202-sed-inf-ddf-file-format--description/page__view__findpost__p__522974 :: @echo off echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» echo º Automatic Builder files for Windows 98SE Service Pack 3 º echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ echo. :: Detect Windows VER > %TEMP%.\T1.DAT FIND "MS-DOS" < %TEMP%.\T1.DAT > nul if not errorlevel=1 goto BadOs FIND "Windows 95" < %TEMP%.\T1.DAT > nul if not errorlevel=1 goto W9X FIND "Windows 98" < %TEMP%.\T1.DAT > nul if not errorlevel=1 goto W9X FIND "Windows ME" < %TEMP%.\T1.DAT > nul if not errorlevel=1 goto W9X FIND "Windows 2000" < %TEMP%.\T1.DAT > nul if not errorlevel=1 goto WNT FIND "Windows XP" < %TEMP%.\T1.DAT > nul if not errorlevel=1 goto WNT FIND "Windows Vista" < %TEMP%.\T1.DAT > nul if not errorlevel=1 goto BadOs FIND "Windows 7" < %TEMP%.\T1.DAT > nul if not errorlevel=1 goto BadOs :W9X SET MAC=%windir%\system goto PROCESS :WNT SET MAC=%windir%\system32 goto PROCESS :BadOs echo Os incompatible echo ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ goto EXIT :PROCESS echo Listing files [SP3 Critical Files] echo ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ echo .Set CabinetNameTemplate=New\SP3.CAB >SP3.ddf echo .Set Compress=on >>SP3.ddf echo .Set CompressionType=LZX >>SP3.ddf echo .Set CompressionLevel=7 >>SP3.ddf echo .Set CompressionMemory=21 >>SP3.ddf echo .Set RptFileName=SP3.RPT >>SP3.ddf echo .Set MaxDiskSize=CDROM >>SP3.ddf echo .Set ReservePerCabinetSize=0 >>SP3.ddf echo .Set DiskDirectoryTemplate= >>SP3.ddf echo .Set Cabinet=ON >>SP3.ddf echo .Set MaxCabinetSize=999999999 >>SP3.ddf echo .Set InfFileName=New\SLAYOUT1.INF >>SP3.ddf echo .Set InfHeader= >>SP3.ddf echo .Set InfDiskHeader=";Auto generated file - do not edit!" >>SP3.ddf echo .Set InfDiskHeader1=[Version] >>SP3.ddf echo .Set InfDiskHeader2=Signature="$CHICAGO$" >>SP3.ddf echo .Set InfDiskHeader3=SetupClass=BASE >>SP3.ddf echo .Set InfDiskLineFormat= >>SP3.ddf echo .Set InfCabinetHeader=[SourceDisksNames] >>SP3.ddf echo .Set InfCabinetLineFormat=*cab#*="Unnoficial Windows 98 SE Service Pack 3.0","SP3.CAB",0 >>SP3.ddf echo .Set InfFileHeader= >>SP3.ddf echo .Set InfFileHeader1=[SourceDisksFiles] >>SP3.ddf echo .Set InfFileLineFormat=*file*=*cab#*,,*size*,*csum* >>SP3.ddf echo .Set InfFooter= >>SP3.ddf echo .Set SourceDir=SP3 >>SP3.ddf echo. >>SP3.ddf dir /b /on SP3\*.* >>SP3.ddf echo Processing: OK echo. echo Listing files [Supplemental Files] echo ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ echo .Set CabinetNameTemplate=New\SUPP.CAB >SUPP.ddf echo .Set Compress=on >>SUPP.ddf echo .Set CompressionType=LZX >>SUPP.ddf echo .Set CompressionLevel=7 >>SUPP.ddf echo .Set CompressionMemory=21 >>SUPP.ddf echo .Set RptFileName=SUPP.RPT >>SUPP.ddf echo .Set MaxDiskSize=CDROM >>SUPP.ddf echo .Set ReservePerCabinetSize=0 >>SUPP.ddf echo .Set DiskDirectoryTemplate= >>SUPP.ddf echo .Set Cabinet=ON >>SUPP.ddf echo .Set MaxCabinetSize=999999999 >>SUPP.ddf echo .Set InfFileName=New\SLAYOUT2.INF >>SUPP.ddf echo .Set InfHeader= >>SUPP.ddf echo .Set InfDiskHeader=";Auto generated file - do not edit!" >>SUPP.ddf echo .Set InfDiskHeader1=[Version] >>SUPP.ddf echo .Set InfDiskHeader2=Signature="$CHICAGO$" >>SUPP.ddf echo .Set InfDiskHeader3=SetupClass=BASE >>SUPP.ddf echo .Set InfDiskLineFormat= >>SUPP.ddf echo .Set InfCabinetHeader=[SourceDisksNames] >>SUPP.ddf echo .Set InfCabinetLineFormat=*cab#*="Unnoficial Windows 98 SE Service Pack 3.0","SUPP.CAB",0 >>SUPP.ddf echo .Set InfFileHeader= >>SUPP.ddf echo .Set InfFileHeader1=[SourceDisksFiles] >>SUPP.ddf echo .Set InfFileLineFormat=*file*=*cab#*,,*size*,*csum* >>SUPP.ddf echo .Set InfFooter= >>SUPP.ddf echo .Set SourceDir=SUPP >>SUPP.ddf echo. >>SUPP.ddf dir /b /on SUPP\*.* >>SUPP.ddf echo Processing: OK echo. echo Listing files [IE 5~6 Core Files] echo ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ echo .Set CabinetNameTemplate=New\IEX.CAB >IEX.ddf echo .Set Compress=on >>IEX.ddf echo .Set CompressionType=LZX >>IEX.ddf echo .Set CompressionLevel=7 >>IEX.ddf echo .Set CompressionMemory=21 >>IEX.ddf echo .Set RptFileName=IEX.RPT >>IEX.ddf echo .Set MaxDiskSize=CDROM >>IEX.ddf echo .Set ReservePerCabinetSize=0 >>IEX.ddf echo .Set DiskDirectoryTemplate= >>IEX.ddf echo .Set Cabinet=ON >>IEX.ddf echo .Set MaxCabinetSize=999999999 >>IEX.ddf echo .Set InfFileName=New\SLAYOUT3.INF >>IEX.ddf echo .Set InfHeader= >>IEX.ddf echo .Set InfDiskHeader=";Auto generated file - do not edit!" >>IEX.ddf echo .Set InfDiskHeader1=[Version] >>IEX.ddf echo .Set InfDiskHeader2=Signature="$CHICAGO$" >>IEX.ddf echo .Set InfDiskHeader3=SetupClass=BASE >>IEX.ddf echo .Set InfDiskLineFormat= >>IEX.ddf echo .Set InfCabinetHeader=[SourceDisksNames] >>IEX.ddf echo .Set InfCabinetLineFormat=*cab#*="Unnoficial Windows 98 SE Service Pack 3.0","IEX.CAB",0 >>IEX.ddf echo .Set InfFileHeader= >>IEX.ddf echo .Set InfFileHeader1=[SourceDisksFiles] >>IEX.ddf echo .Set InfFileLineFormat=*file*=*cab#*,,*size*,*csum* >>IEX.ddf echo .Set InfFooter= >>IEX.ddf echo .Set SourceDir=IEX >>IEX.ddf echo. >>IEX.ddf dir /b /on IEX\*.* >>IEX.ddf echo Processing: OK echo. echo Listing files [Win95 Core Files] echo ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ echo .Set CabinetNameTemplate=New\WIN95.CAB >WIN95.ddf echo .Set Compress=on >>WIN95.ddf echo .Set CompressionType=LZX >>WIN95.ddf echo .Set CompressionLevel=7 >>WIN95.ddf echo .Set CompressionMemory=21 >>WIN95.ddf echo .Set RptFileName=WIN95.RPT >>WIN95.ddf echo .Set MaxDiskSize=CDROM >>WIN95.ddf echo .Set ReservePerCabinetSize=0 >>WIN95.ddf echo .Set DiskDirectoryTemplate= >>WIN95.ddf echo .Set Cabinet=ON >>WIN95.ddf echo .Set MaxCabinetSize=999999999 >>WIN95.ddf echo .Set InfFileName=New\SLAYOUT3.INF >>WIN95.ddf echo .Set InfHeader= >>WIN95.ddf echo .Set InfDiskHeader=";Auto generated file - do not edit!" >>WIN95.ddf echo .Set InfDiskHeader1=[Version] >>WIN95.ddf echo .Set InfDiskHeader2=Signature="$CHICAGO$" >>WIN95.ddf echo .Set InfDiskHeader3=SetupClass=BASE >>WIN95.ddf echo .Set InfDiskLineFormat= >>WIN95.ddf echo .Set InfCabinetHeader=[SourceDisksNames] >>WIN95.ddf echo .Set InfCabinetLineFormat=*cab#*="Unnoficial Windows 98 SE Service Pack 3.0","WIN95.CAB",0 >>WIN95.ddf echo .Set InfFileHeader= >>WIN95.ddf echo .Set InfFileHeader1=[SourceDisksFiles] >>WIN95.ddf echo .Set InfFileLineFormat=*file*=*cab#*,,*size*,*csum* >>WIN95.ddf echo .Set InfFooter= >>WIN95.ddf echo .Set SourceDir=WIN95 >>WIN95.ddf echo. >>WIN95.ddf dir /b /on WIN95\*.* >>WIN95.ddf echo Processing: OK echo. echo Creating SP3 [SP3 Critical Files] echo ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ echo. "%MAC%\makecab.exe" /f SP3.ddf echo. echo Creating SUPP [Supplemental Files] echo ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ echo. "%MAC%\makecab.exe" /f supp.ddf echo. echo Creating IEX [ IE 5~6 Core Files ] echo ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ echo. "%MAC%\makecab.exe" /f iex.ddf echo. echo Creating WIN95 [Win95 Core Files] echo ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ echo. "%MAC%\makecab.exe" /f WIN95.ddf echo. del SP3.rpt del supp.rpt del iex.rpt del win95.rpt del SP3.ddf del supp.ddf del iex.ddf del win95.ddf echo. echo Finish. Press key to exit batch echo ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ pause :EXIT CLS EXIT BUILDSP3_1.04.ZIP
  8. Maximus-Decim Native USB Drivers does not contain a Usbser.sys I think that between version 3.3 and 3.5 NUSB should not this be the difference. Maximun Decim has nothing to do with usbser.sys You're right I correct http://exuberant.ms11.net/sp162fl.html It usbser.sys 4.10.2224 to KB308349 One could try usbser.sys 5.0.2195.7006 last update http://bristols.zxq.net/windows2000/updates/ # kb813503 Not as I Do
  9. I translated the Spanish USER32.EXE/DLL 2231 and 2233 with eXeScope . It works perfectly . I invite other users to send their other languages ​​in their native language USER32.EXE/DLL Win98SE and forwarding translated from English to your native language Thanks Dencorso for Reply
  10. Name: Pop Down Version: 2.0.1 Size: 16.7KB Description: Pop-Down is a program designed for Internet Explorer. While enabled, popup windows will never interfere with your web surfing again. Popups are killed before they are created, so you will never see them, nor download any of their content. Pop-Down will notify you each time it kills a popup, so if it kills one you wanted, simply depress the Ctrl key while the popup is being created, and it will not be killed. Web reference: Web Archive <-> Softonic Site Personal Note: Personally, while using IE6SP1 accompanied the beloved Pop Down on my floppy . Spent time with Firefox 1.5 PenDrive and all change and never went back to IE. Who still use IE6, you will be very useful. (One of my favorite applications when sailing in completely unprotected virus Internet cafes ...)
  11. My verifications to Spanish Version Be careful when doing this that I say Solution from USB Broken Drivers My Reply for http://exuberant.ms11.net/sp162fl.html It usbser.sys 4.10.2224 to KB308349 Restore or downgrade usbser.sys I'm wrong The file was failing Usbehci.sys I clarify for anyone reading my message Reference 1º Download maximun Exuberant W98 SP2.1e or KB308349 U98SESP3 Future Version post 06-02-12 2º Install " Main Updates" 4º Restart 5º Device Manager -> USB Host Controller or similar from Bug/Error -> Properties -> Update Driver -> Location manually locate -> folder precopy 6º Forced install 7º Ask you to replace old file again -> OK! 8º Automatically detect Chipst, and USB Drives installs.. There are computers where it works perfectly and others where it fails, not because I'm not a programmer, I would like to be .. pd: PROBLEMCHYLD U98SESP3 02-06-2012 FIX IT
  12. http://exuberant.ms11.net/sp162fl.html It usbser.sys 4.10.2224 to KB308349 In my case, I think failure: usbser.sys 5.1.2600.5512 from SP3 to downgrade 4.10.0.2224 fix it I'm wrong The file was failing Usbehci.sys I clarify for anyone reading my message
  13. As I can avoid these warning messages when installing the Service Pack To not do so long I leave my post between CODE [img=http://k12.kn3.net/25DEC01D8.png] [img=http://k25.kn3.net/141550364.png] [img=http://k23.kn3.net/360563775.png] [img=http://k15.kn3.net/EF3136551.png] [img=http://k07.kn3.net/A9ED7A29F.png] [img=http://k20.kn3.net/1012DB337.png] [img=http://k04.kn3.net/EE36F781F.png] [img=http://k24.kn3.net/2F7F6CB4D.png] [img=http://k03.kn3.net/1991DBC5C.png] [img=http://k27.kn3.net/B7620287E.png] [img=http://k14.kn3.net/E8324E2B2.png] [img=http://k04.kn3.net/7FA436A77.png] File affects COMDLG32.DLL ,,,32 GRPCONV.EXE ,,,32 MPR.DLL ,,,32 MSXMLA.DLL ,,,32 MSXMLR.DLL ,,,32 MSXML3A.DLL ,,,32 MSXML3R.DLL ,,,32 PPPMAC.VXD,,1056 REGEDIT.EXE ,,,32 WLDAP32.DLL,,1056 XENROLL.DLL ,,,32 Mydocs.dll Parcial Solution Mod SPUPDATE.INF COMDLG32.DLL ,,,4 GRPCONV.EXE ,,,4 MPR.DLL ,,,4 MSXMLA.DLL ,,,4 MSXMLR.DLL ,,,4 MSXML3A.DLL ,,,4 MSXML3R.DLL ,,,4 PPPMAC.VXD,,1028 REGEDIT.EXE ,,,4 WLDAP32.DLL,,1028 XENROLL.DLL ,,,4 Mod SHELL.INF into Infex directory Mydocs.dll ,,,4 Request permission to adapt the Service Pack 3.0 Final to Spanish Check compatibility with USB Drivers. The new USBEHCI.SYS or USBSTOR.SYS failure?
  14. You're right, TSHOOT.OCX is not really necessary to fix this bug, but [as you already noticed] this TSHOOT.OCX build is newer than all others, so besides fixing the REG entries, this fix also updates TSHOOT.OCX to newest version. This TSHOOT.OCX build is from this MS update: * Microsoft Windows 98/98 SP1/98 SE Troubleshooter HTML Help TSHOOT.OCX build 1.0.1.2123 + TSHOOT98.CHM Update: http://support.microsoft.com/support/windows/tshoot/ Direct download [385 KB, English]: http://www.mdgx.com/files/TSHOOT98.ZIP posted here [scroll all the way down to the bottom of topic]: http://www.mdgx.com/web.htm#98SE Hope this helps. It is necessary to modify the original Win98SE TSHOOT98.CHM the new TSHOOT98.CHM Microsoft Windows 98/98 SP1/98 SE Troubleshooter HTML Help If so, what is the change to do in TSHOOT98.CHM Spanish version and modify that application the same Thanks for your reply PD: They have something to do these log entries with the changes HKLM,"SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{4B106874-DD36-11D0-8B44-00A024DD9EFF}","Compatibility Flags",0x00010001,0x000 HKLM,Software\Microsoft\Windows\CurrentVersion\Runonce,"Reg",,"%11%\regsvr32 /s %18%\TShoot.ocx"
  15. Go to eBay, search for "PATA IDE TO SATA Converter Adapter For 3.5 HDD DVD" and sort by price. You should be able to get a neat little adaptor for about $3 including postage, which will convert a 3.5" SATA drive into IDE/ATA. Although the chipset on the adaptor supports Master and Slave drive configurations, you will probably find (like I did) that the PCB is hard-wired for the Master configuration only (in other words, you can't put two of these adaptors on the same IDE/ATA cable). Joe. If you buy the adapter, consider that the new or old sata disk is supported by the BIOS formatting maximum size and number of LBA sectors. If your BIOS supports LBA24 old would be the maximum 16Mb reconfigurable jumpers and update BIOS, BIOS update 4GB would be LBA32, LBA37 127GB, update BIOS or consider purchasing 40/80GBMax disk, ideal 281TB LBA48
  16. Changes Details Example 01-27-12 to 01-29-12 ------------- Added IO.SYS rloew Full Patch for Partition Offset Bugs (Revised Version) !!! Added QFECHECK.EXE 4.10.0.1998 Added Visual C++ 2005 SP1 Details --------- IE5.INF ->Unify IE changes IE6.INF-> Unify IE changes IEX.CAB ->Unify IE changes INFEX.INI -> Clarifies IE options LICENSE.TXT -> Note new changes PRESERVE.INF -> Added Visual C++ 2005 SP1 SLAYOUT1.INF -> CRC Changes SLAYOUT2.INF -> CRC Changes SP3.CAB -> Added Visual C++ 2005 SP1 / QFECHECK / IO.SYS SPUPDATE.INF -> Added Visual C++ 2005 SP1 / QFECHECK / IO.SYS installed changes SUPP.CAB ->Added Visual C++ 2005 SP1 / QFECHECK / IO.SYS Thank you for your excellent work PROBLEMCHYLD
  17. PROBLEMCHYLD Really excellent work, not enough time to revision. Already thanks if you can answer my questions Could add web with the detail and http://www.htasoft.com/u98sesp/ example: SP3.CAB incorporated: ... .... .... SUPP.CAB incorporated: ... ... ... Added -------- Files overcome in the following updates: SCSIPORT.PDR 4.10.0.2224 -> Q290831 4.90.3001 SNMPAPI.DLL 5.0.2195.6811 -> KB926247 5.0.2195.7112 KERNEL32.DLL 4.10.0.2225 -> COPY2GB 4.10.0.2226 MSEXCH40.DLL 4.0.9502.0 -> Q950749 4.0.9512.0 MSEXCL40.DLL 4.0.9502.0 -> Q950749 4.0.9512.0 WSHOM.OCX 5.6.0.8825 -> SCR579X 5.6.0.8832 TWAIN.DLL 1.7.1.0 -> TWAIN9X 1.7.1.1 TWUNK_16.EXE 1.7.1.0 -> TWAIN9X 1.7.1.1 REGEDIT.EXE 4.10.0.1998 -> REGEDIT+ 4.90.3001 These files belong to these updates VTCP.386 4.10.2223 -> Q236926 These updates files that were extracted "from the list MDGx s not found" NWREDIR.VXD 4.10.2224 -> Q242193 VS SP3 -> 4.10.2225 Fail http://support.microsoft.com/?id=242193 its original W98SE CD ->NWREDIR.VXD is 4.10.1998, Q242193 -> 4.10.2224 in web, into file is 2225 <-> identical to SP3 CDFS.VXD 4.10.1999 -> Q274175 VS or 4.90.3001 -> VS SP3 -> 4.90.3002 RRLOEW? http://www.msfn.org/board/topic/154865-hacked-patched-modded-hexed-tweaked-etc/ MDGx not listed file... USBSER.SYS 4.10.0.2224 -> Q308349 VS SP3 -> 5.1.2600.5512 XP SP3 Not Affects PenDrives! SHELL32.DLL 4.72.3812.634 -> SHELL98 VS SP3 -> 4.72.3812.719 http://www.msfn.org/board/topic/154865-hacked-patched-modded-hexed-tweaked-etc/ MDGx not listed file... USER.EXE 4.10.2231 -> Q291362 VS SP3 -> 4.10.2233 USER32.DLL 4.10.0.2231 -> NUSB3.5 VS SP3 -> 4.10.0.2233 http://www.mdgx.com/files/q891711.php MDGx not listed file... in http://www.mdgx.com/upd98me.php USBEHCI.SYS 5.0.2195.6882 -> NUSB3.5 VS SP3 -> 5.1.2600.5515 XP SP1 Affecs Maximun Decim NUSB? USBSTOR.SYS 4.90.3000.0 -> NUSB3.5 VS SP3 -> 5.0.2195.6773 ? Affecs Maximun Decim NUSB? MSVBVM60.DLL 6.0.98.21 -> VBVM60 VS SP3 -> 6.0.98.32 Windows 7 MDGx not listed file... in http://www.mdgx.com/upd98me.php What happened to these files for these updates? Are they incorporated? VPOWERD.VXD 4.10.2225 -> Q239887 VMCPD.VXD 4.10.0.2223 -> Q259253 VMOUSE.VXD 4.10.2223 -> Q254660 VPICD.VXD 4.10.0.2224 -> Q257360 VSERVER.VXD 4.10.2225 -> Q273727 VFAT.VXD 4.10.2223 -> Q277628 ATMUNI.SYS 5.0.1931.0 -> Q278368 VMM.VXD 4.71.704.0 OR 4.10.2226 -> Q288430 BATTC.SYS 4.10.0.2223 -> Q305037 INETCPL.CPL 6.0.2800.1413 -> KB830849 MSDXM.OCX 6.4.7.1129 -> KB832353 MSIUTIL2.EXE 2.0.6811.0 -> KB873374 OUDETECT.DLL 11.0.6303.0 -> KB873374 UNICOWS.PDB -> UNICOW L3CODECP.ACM -> LC3CODEC KB892211.MSI -> KB892211 ? NPDSPLAY.DLL 3.0.2.629 -> KB911564 START.EXE 4.90.0.3000 -> KB918144? KB918547.EXE 4.10.0.2224 -> KB918547 Q918547.DLL 4.10.0.2224 -> KB918547 DXMASF.DLL 6.4.7.1121 -> KB925398 STRMDLL.DLL 4.1.0.3936 -> KB925398 SETUPAPI.DLL 5.1.2600.218 -> SETUPAPI DISKVSD.VXD 4.90.3002 -> Q271277 VNETBIOS.VXD 4.90.3001 -> Q272991 RSAENH.DLL 5.0.1877.8 -> CRYPT9X USBASPI.SYS 2.24 -> USBASPI CIMWIN32.DLL 1.50.1085.59 -> WMI DFS.VXD 4.90.3002 -> IOSYS98 VOLTRACK.VXD 4.90.3001 -> IOSYS98 HOSTS -> MDGXHOST IOS.VXD 4.10.0.2225 -> NUSB3.5 Are the changes? IPS in MDGx I could not check the version of these. Are they correct? IFSMGR.VXD 4.10.0.2225 in UW98SP3 IRENUM.VXD 4.10.2224 in UW98SP3 IO.SYS 4.10.2225 in UW98SP3 Is it really necessary to incorporate these updates? Q285189 Q323455 Q322656 for IE 5.5 KB816093 or Replacement for Java Runtime Enviroment 1.5.0 u22 or Experimental 1.6.0 U7 IMAGEHLP.DLL 5.0.2178.1 -> DCOM98UP DCOM98.EXE -> DCOM98UP KB911562 KB892211.MSI -> KB892211 ? KB925672.MSI -> KB925672 ? TOOLS9X Some parts of SCANFRAG This message will update you find errors on my questions
  18. Its a excellent pack driver pack in win2k xp 2003 I was amazed when I found work size
  19. You may find this list helpful upgraded to 2011 from 2007 http://www.mdgx.com/upd98me.php I am preparing a list in Spanish from 1999 to 2006 with officers and from 2006 to 2012 with the official and unofficial community and Microsoft
  20. Hello, with a tool to edit the winboot.98s Spanish included as part of IO.SYS in "http://support.microsoft.com/kb/311561" ( http://download.microsoft.com/download/win98/ patch/22527/w98/es/311561spa8.exe) erroneously translated into English by Microsoft Sample Capture
  21. Hello, with a tool to edit the winboot.98s Spanish included as part of IO.SYS in "http://support.microsoft.com/kb/311561" ( http://download.microsoft.com/download/win98/ patch/22527/w98/es/311561spa8.exe) erroneously translated into English by Microsoft Sample Capture
  22. MDGx after 1 year could check that my contribution to add in: http://www.mdgx.com/web.htm#98SE PROBLEMCHYLD I can unpack the internal files http://www.htasoft.com/u98sesp/ translate to Spanish and post here the translation in Spanish packaging with modifications to adapt the warrant fails to translate files and are incompatible with Windows 98SE Spanish (Example KERNEL32.DLL 4.10.2225)? NET Framework can be integrated Flash 9, Shockwave, Java Runtimes 1.5.0 Optional U22
  23. Native USB Driver Maximun Decim V3.5 incorporated: 1394BUS.SYS 4.10.0.2226 hotplug.dll 4.10.0.2224 IOS.VXD 4.10.0.2225 NTMAP.SYS 4.10.0.2227 NTMAPHLP.PDR 4.10.0.2223 OHCI1394.SYS 4.10.0.2228 openhci.sys 4.90.3000.0 SYSTRAY.EXE 4.10.0.2224 SBP2PORT.SYS 4.10.0.2227 uhcd.sys 4.90.3000.0 USBAUTH.SYS 4.90.3000.0 usbccgp.sys 5.1.2600.5585 usbd.sys 4.90.3000.0 USBEHCI.SYS 5.0.2195.6882 usbhub20.sys 5.0.2195.6891 usbhub.sys 4.90.3002.0 USBMPHLP.PDR 4.90.3000.0 USBNTMAP.SYS 4.90.0.3000 USBPORT.SYS 5.0.2195.5652 USBSTOR.SYS 4.90.3000.0 USBU2A.SYS 1.4.2.0 USER32.DLL 4.10.0.2231 wdmstub.sys 5.0.0.6 What Because it is incorporated SYSPLG98 files? hotplug.dll 4.10.0.2225 SYSTRAY.EXE 4.10.0.2225 Instability?
  24. New Q2360131 -> http://www.mdgx.com/upd98me.php or http://www.mdgx.com/ietoy.htm#IEC I2360131 + 2360131E: Added Spanish fix (all others same). Recompiled with IExpress for compatibility with Win9x OSes [NT4+SP6a, 2000 + XP Pre-SP2 users: install X2360131.EXE (2.57 MB) instead]. IE 6.0 SP1 from WinXP SP3 Q2360131 (MS10-071) Fix: News BROWSEUI.DLL 6.0.2800.2007, MSHTML.DLL 6.0.2800.1651, MSHTMLED.DLL 6.0.2800.1503 + SHDOCVW.DLL, shlwapi.dll 6.0.2800.2007
×
×
  • Create New...