Jump to content

Acheron

Member
  • Posts

    1,077
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by Acheron

  1. Andromeda, my compression method sorts out the files which are required by Windows for installation of the display driver. All the rest of the nVidia bloat is not required to run games or to use dualview. Hack, why was I using nLite
  2. Ok, tested with Nero Burning Rom 6.6.0.13 today. Seems to work great except the 7-zip command. I don't know what, but my computer can't handle the 7-zip ultra compression. It just get's stuck consuming over 150 MB of ram and using 0-2% cpu usage. Maximum compression (-mx5) does the job with 98% cpu usage and 40 MB ram usage and finishes quick. BTW, could you please remove the German and Japanese translations out of the package?
  3. Seems only problems trying to write to harddisks larger than 137 GB then?
  4. What's the 137 GB limit anyway? My harddrive is properly detected
  5. Hmm, this is weird. What does Microsoft says about this? You still have to get an XP license for using the Windows XP network wizard. I'll suggest you to use the Windows 98 SE Hotfix, even if the files are the same as the Windows ME version.
  6. EDIT Code seems to work. However please use expand -r to extract files from archives
  7. You better hurry requesting Windows 98 Hotfixes. Half-way 2006 Microsoft will cut down on support for this OS.
  8. Wiener, please provide links to the specific drivers you have problems with.
  9. After a reboot the system hangs just as it did without modifications. I think Windows needs the usbstor9x.sys driver for this device as a helper. Thans for helping. I'll test that dll you told about.
  10. I'm just a tester Have not tried a driver pack yet anyway.
  11. I now have changed the usbstor.inf in C:\Windows\Inf. Removed device and reinstalled. Now the USB Massstorage driver detects the Card reader properly and it's working now without the USBSYS9X.sys helper driver Why does Windows not detect this Bulk devices automaticly, like XP does? I looked up in the inf's but could not find the difference.
  12. Can we please add NTFS read support???
  13. Here the registry information for the Sweex 16-in-1 card reader: [HKEY_LOCAL_MACHINE\Enum\USB\VID_0DDA&PID_2027\0000001] "Capabilities"=hex:14,00,00,00 "HardwareID"="USB\\VID_0DDA&PID_2027&REV_016>,USB\\VID_0DDA&PID_2027" "CompatibleIDs"="USB\\CLASS_08&SUBCLASS_06&PROT_50,USB\\CLASS_08&SUBCLASS_06,USB\\CLASS_08" "DeviceDesc"="USB 2.0 card reader DEMO board with Generic brand name (MaskROM version)" "Class"="USB" "Driver"="USB\\0015" "DriverVersion"="V2.14" "FirmwareBCD"="V016E" "Mfg"="GENERIC" "ClassGUID"="{36FC9E60-C465-11CF-8056-444553540000}" "ConfigFlags"=hex:00,00,00,00 "Serial"=hex:0e,00,00,00,00,00,00,00 "SymbolicName"="\\DosDevices\\000000000000000e#{a5dcbf10-6530-11d2-901f-00c04fb951ed}" [HKEY_LOCAL_MACHINE\Enum\USB\VID_11F5&PID_0001\0123456789] "Capabilities"=hex:94,00,00,00 "HardwareID"="USB\\VID_11F5&PID_0001&REV_0001,USB\\VID_11F5&PID_0001" "CompatibleIDs"="USB\\DEVCLASS_00&SUBCLASS_00&PROT_00,USB\\DEVCLASS_00&SUBCLASS_00,USB\\DEVCLASS_00,USB\\COMPOSITE" "DeviceDesc"="Samengesteld USB-apparaat" "ClassGUID"="{36FC9E60-C465-11CF-8056-444553540000}" "Class"="USB" "Driver"="USB\\0010" "Mfg"="(Standaard USB-host-controller)" "ConfigFlags"=hex:00,00,00,00 "Serial"=hex:09,00,00,00,00,00,00,00 "SymbolicName"="\\DosDevices\\0000000000000009#{a5dcbf10-6530-11d2-901f-00c04fb951ed}" [HKEY_LOCAL_MACHINE\Enum\USBSYS9X\DISK\0000USB&VID_0DDA&PID_2027&0000001] "Capabilities"=hex:00,00,00,00 "HardwareID"="USBSYS9X\\DISK" "Class"="hdc" "Driver"="hdc\\0003" "Mfg"="GENERIC" "ClassGUID"="{4d36e96a-e325-11ce-bfc1-08002be10318}" "DeviceDesc"="USB Mass Storage Disk Driver" "ConfigFlags"=hex:00,00,00,00
  14. Currently I'm in testing phase. Approximately 10 drivers will be installed. (Around 15 MB compressed). However I thought everybody was using this method prior setup (using the fake setup launcher) or during detached program period. On what time do you run the SetupCopyOEMInf.exe tool?
  15. This method works Here's the AutoIt script I use at detached programs stage: Winnt.sif [GuiUnattended] DetachedProgram=autoit3.exe Arguments="%systemroot%\System32\presetup.au3" PreSetup.au3 $CD = DriveGetDrive("CDROM") For $I=1 to Number($CD[0]) $pa = $CD[$I] & "\win51ip.SP2" If FileExists($pa) Then $instDrv=$CD[$I] Endif Next ProcessSetPriority ( "setup.exe", 0) Run(@SystemDir & "\WatchDriverSigningPolicy.exe") ProcessWait("WatchDriverSigningPolicy.exe") RunWait(@SystemDir & "\SetupCopyOEMInf.exe " & $instDrv & "\Drivers") ProcessClose("WatchDriverSigningPolicy.exe") ProcessSetPriority ( "setup.exe", 2) FileDelete(@SystemDir & "\presetup.au3") FileDelete(@SystemDir & "\WatchDriverSigningPolicy.exe") FileDelete(@SystemDir & "\SetupCopyOEMInf.exe") It's also compatible with the Driver Compressor Tool.
  16. I have problems with a Sweex 16-in-1 card reader: It makes use of a USBSys9x.SYS file as 2.0 Card Reader device. System hangs when the device is connected and this driver is not installed: Here's the inf and sys file attached. It's useful to include.: [Version] Signature="$CHICAGO$" Class=USB provider=%VENDOR% [Manufacturer] %MfgName%=GENERIC [GENERIC] %USB\VID_0DDA&PID_0001.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_0001 %USB\VID_0DDA&PID_0002.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_0002 %USB\VID_0DDA&PID_0003.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_0003 %USB\VID_0DDA&PID_0005.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_0005 %USB\VID_0DDA&PID_0008.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_0008 %USB\VID_0DDA&PID_0009.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_0009 %USB\VID_0DDA&PID_000A.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_000A %USB\VID_0DDA&PID_000B.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_000B %USB\VID_0DDA&PID_1001.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_1001 %USB\VID_0DDA&PID_0101.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_0101 %USB\VID_0DDA&PID_0102.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_0102 %USB\VID_0DDA&PID_0301.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_0301 %USB\VID_0DDA&PID_0302.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_0302 %USB\VID_0DDA&PID_2001.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_2001 %USB\VID_0DDA&PID_2002.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_2002 %USB\VID_0DDA&PID_2003.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_2003 %USB\VID_0DDA&PID_2005.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_2005 %USB\VID_0DDA&PID_2006.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_2006 %USB\VID_0DDA&PID_2007.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_2007 %USB\VID_0DDA&PID_2008.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_2008 %USB\VID_0DDA&PID_2013.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_2013 %USB\VID_0DDA&PID_2014.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_2014 %USB\VID_0DDA&PID_2023.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_2023 %USB\VID_0DDA&PID_2024.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_2024 %USB\VID_0DDA&PID_2026.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_2026 %USB\VID_0DDA&PID_2027.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_2027 %USB\VID_0DDA&PID_2321.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_2321 %USB\VID_0DDA&PID_2318.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_2318 %USB\VID_0DDA&PID_2315.DeviceDesc%=USBSYS9X.Dev,USB\VID_0DDA&PID_2315 [PreCopySection] HKR,,NoSetupUI,,1 [DestinationDirs] USBSYS9X.Files.Ext=10,System32\Drivers usbdsk9x.Files.Ext=12 [USBSYS9X.Dev] CopyFiles=USBSYS9X.Files.Ext,usbdsk9x.Files.Ext AddReg=USBSYS9X.AddReg [USBSYS9X.AddReg] HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,USBSys9x.SYS ; 0(default) indicate all disks are removable disk. ; 1 indicate this first disk is floppy, the others are removable disk. ; 2 indicate this second disk is floppy, the others are removable disk. HKLM,"Enum\USBSYS9X\DISK",,0x00000,0 ;HKLM,"Enum\USBSYS9X\DISK",,0x00000,1 ;HKLM,"Enum\USBSYS9X\DISK",,0x00000,2 HKR,,EnumPropPages,,storpg98.dll ;HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\USB\0087 [USBSYS9X.Dev.HW] AddReg=USBSYS9XHWAddReg [USBSYS9XHWAddReg] HKR,,DriverVersion,,"V1.0" HKR,,FirmwareBCD,,"V1.0" [USBSYS9X.Files.Ext] ;USBSys9x.sys [SourceDisksNames] 1000="USB Driver Disk","",, [SourceDisksFiles] USBSYS9X.SYS=1000 USBDSK9X.PDR=1000 ;---------------------------------------------------------------; [Strings] VENDOR="GENERIC" MfgName="GENERIC" USB\VID_0DDA&PID_0001.DeviceDesc="Multi-Card Reader 6in1" USB\VID_0DDA&PID_0002.DeviceDesc="Multi-Card Reader 7in1" USB\VID_0DDA&PID_0003.DeviceDesc="Flash Disk" USB\VID_0DDA&PID_0005.DeviceDesc="Internal Multi-Card Reader 6in1" USB\VID_0DDA&PID_0008.DeviceDesc="SD Single Card Reader" USB\VID_0DDA&PID_0009.DeviceDesc="MS Single Card Reader" USB\VID_0DDA&PID_000A.DeviceDesc="MS+SD Dual Card Reader" USB\VID_0DDA&PID_000B.DeviceDesc="SM Single Card Reader" USB\VID_0DDA&PID_1001.DeviceDesc="Multi-Flash Disk" USB\VID_0DDA&PID_0101.DeviceDesc="All-In-One Card Reader" USB\VID_0DDA&PID_0102.DeviceDesc="All-In-One Card Reader" USB\VID_0DDA&PID_0301.DeviceDesc="MP3 Player" USB\VID_0DDA&PID_0302.DeviceDesc="MultiCard MP3 Player" USB\VID_0DDA&PID_2001.DeviceDesc="Multi-Card Reader" USB\VID_0DDA&PID_2002.DeviceDesc="Q018 default PID" USB\VID_0DDA&PID_2003.DeviceDesc="Multi-Card Reader" USB\VID_0DDA&PID_2005.DeviceDesc="Multi-Card Reader" USB\VID_0DDA&PID_2006.DeviceDesc="All-In-One Card Reader" USB\VID_0DDA&PID_2007.DeviceDesc="USB 2.0 to ATAPI bridge" USB\VID_0DDA&PID_2008.DeviceDesc="All-In-One Card Reader" USB\VID_0DDA&PID_2013.DeviceDesc="USB 2.0 SD/MS Combo Card Reader" USB\VID_0DDA&PID_2014.DeviceDesc="USB 2.0 SD/MS Single Card Reader" USB\VID_0DDA&PID_2023.DeviceDesc="USB 2.0 card reader SD/MS DEMO board with ICSI brand name (MaskROM version)" USB\VID_0DDA&PID_2024.DeviceDesc="USB 2.0 card reader SD/MS DEMO board with Generic brand name (MaskROM version)" USB\VID_0DDA&PID_2026.DeviceDesc="USB 2.0 card reader DEMO board with ICSI brand name (MaskROM version)" USB\VID_0DDA&PID_2027.DeviceDesc="USB 2.0 card reader DEMO board with Generic brand name (MaskROM version)" USB\VID_0DDA&PID_2321.DeviceDesc="USB 2.0 UFD MP3 player" USB\VID_0DDA&PID_2318.DeviceDesc="USB 2.0 UFD MP3 player (model 1)" USB\VID_0DDA&PID_2315.DeviceDesc="USB 2.0 UFD MP3 player (model 2)" USBSYS9X.zip
  17. TAB's in Sourcedisksfilesection. Fixed now B)
  18. THe Unofficial SP is only mentioned to be used on customer systems. Not in a corporate environment. Especially the SP is not for use on Mission Critical systems
  19. OS = Speed factor. When programs will run faster I'll defenitely switch over Useless features I'll remove with nLite. Windows 98 SE is history
  20. www.bootdisk.com At your service.
  21. That's ridiculous. Please push forward towards Windows XP. Windows 95 doesn't even has support for HDD FAT32-partitions
  22. erpdude8, don't p*** of Tihiy. Let's see what his patch does, see what Microsoft patch does and I will choose for one or other. However Windows 98 isn't my daily base system so I'll have to test it yet.
  23. Tihiy. How do you know your patch is working? Simply copy-past hexcode will not do the trick I guess Did you test it? BTW, if Microsoft's new patch solves the issue I'll stick with that one for Dutch SP.
  24. I actually never used Windows Me. Here the list of OS's I have used so far: Dos 5.0 Dos 6.22 / Windows 3.1 Windows 98 Windows 98SE Windows XP Pro SP1 Now I'm using Windows XP Pro SP2
×
×
  • Create New...