
erpdude8
MemberContent Type
Profiles
Forums
Events
Everything posted by erpdude8
-
Repackaging custom windows updates/setups
erpdude8 replied to floko84's topic in Unattended Windows 2000/XP/2003
thanks tomasz86, though I happen to find a newer version (6.3.15.0) while I was away. AND I had to mod it in PE Explorer to correct the "raw data values" in order for any sfxcab packages that I create to actually work. -
Unofficial Win98 FE SP version 2.58
erpdude8 replied to erpdude8's topic in Windows 9x Member Projects
I think I somewhat mis-spoke about this back then. I really meant to say that I won't be discussing about these "unofficial" patches in these forums until after I release win98fe SP 2.58 final (doh!) my bad. cool! the final release of 98FE SP 2.58 final is nearly ready. i'll need several days to test it on a win98fe computer. it'll be released sometime between Aug. 15 to Aug. 18 so just wait for an official announcment in this thread. -
you're welcome JorgeA. running y2k.exe (the first win98fe year 2000 patch) also had the same behavior as running the wucsp.exe file.
-
If you have a valid Adobe Flash Player Distribution License Agreement, you can obtain the MSI download here.
-
Maximus-Decim Native USB Drivers
erpdude8 replied to maximus-decim's topic in Windows 9x Member Projects
Nothing! Thats why its weird because there was no error message, no BSOD. My USB mouse/KB wouldn't detect at all.Logitech is the brand. Here's the other weird thing, all of my usb flash drives worked. ah logitech brand. I mostly use those, especially wireless usb mice. were the logitech win98 use mouse drivers installed when you encountered the problem? btw, you're doing great with the new uSPs for 98se since NUSB v3.6 for 98se came out several weeks ago, MDGx still has NUSB 3.3 for 98se posted on his web site. we'll wait for him to post up the new version on his site. -
looks like ricktendo64 reverted his WUA packages back to 7.6.7600.256 about a week ago. a recent Wincert forum user named RicaNeaga is having problems with WUA v7.6.7600.256 on his XP computer. I don't have the problems he's having on my XP machine and WUA 7.6.7600.256(7) installed. the BITS service is working fine here and I've just installed some XP updates through Windows Update. can anyone else reproduce the problem that person was experiencing?
-
Repackaging custom windows updates/setups
erpdude8 replied to floko84's topic in Unattended Windows 2000/XP/2003
sfxcab.exe file v6.2.29.0 does not work, floko84. produces "not a valid win32 application" error message, even when following all the steps correctly. epic fail. but I have an older version of sfxcab that seems to work. anyone can PM me if they want a working version. -
Maximus-Decim Native USB Drivers
erpdude8 replied to maximus-decim's topic in Windows 9x Member Projects
hmm, what exactly would happen with those usb mice/keyboards? do they stop responding? what kind of usb keyboards/mice were you using? I remember a forum user named PassingBy who made an NUSB98FE pack for Win98fe, several years ago. he hasn't been heard for a long time since then. I may consider updating his NUSB98FE package close to the level of the latest NUSB pack for 98se (which is currently v3.6). That's what I already use. Works great for flash sticks, but it doesn't seem to work for USB hard drives. Well, at least not correctly; it installs a USB Mass Storage Port, but the drive doesn't appear. Thanks for the thought, though, and for the info on how to modify it for unrecognised flash sticks. Might come in handy in the future. sorry man, but those usb flash drivers for Win95 osr2x don't work with other usb mass storage devices like usb card readers and usb hard drives. and many USB HDDs require USB 2.0 support; both hardware [the usb2 ports] and software [the usb2 drivers for hi-speed 480mbps data transfers]. so far, there are no usb 2.0 drivers out there that will make your usb hard drive work under 95 [only w98 and above can try out usb 2.0]. and you only get USB 1.x support on Win95 sr2x with those usb flash drivers. tough luck, dude! USB hard drives are usually at least USB 2.0 based devices and don't function well or not at all if connected to USB 1.x ports. take it from experience. you're better off using usb flash drives instead. -
Windows 2000 disable "Unsafe Removal" message fix
erpdude8 replied to erpdude8's topic in Windows 2000/2003/NT4
but write cache in Win2k can be disabled with the "UserWriteCacheSetting" registry entry set to 0. I have UserWriteCacheSetting enabled for the primary IDE hard drive (a western digital 30gb HD) but disabled for my USB card reader and Sony Microvault USB Flash drive. MS KB article 326919 shows how to turn off write caching on a usb 2.0 hard drive. however instead of using the following registry key: "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\IDE\HardDiskDrive\SerialNumber\Device Parameters\Disk" use this one instead for USB storage drives: "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USBSTOR\USBDiskDrive\SerialNumber\Device Parameters\Disk" as in my last post, from the Device Parameters key, create a key called Disk, and then from "Disk", create a registry entry called UserWriteCacheSetting as a DWORD type and set its value to 0. -
guys, flash player version 11.3.300.268 just came out recently.
-
Unofficial Win98 FE SP version 2.58
erpdude8 replied to erpdude8's topic in Windows 9x Member Projects
relax, PROBLEMCHYLD. it's only a minor thing. no big deal...really. once things settle down in my heck of the woods, I'll finalize the unofficial win98fe SP in August. (whoa, Microsoft is supposed to finalize or RTM Windows 8 in early August). -
Windows 2000 disable "Unsafe Removal" message fix
erpdude8 replied to erpdude8's topic in Windows 2000/2003/NT4
I can turn off "write cache" with a registry entry for Win2000 for certain USB flash drives while leaving it on for USB hard drives and IDE based hard drives. Open Registry Editor (regedit.exe), locate your USB flash drives ID in the "USBSTOR" registry key [for example I'm using a Sony Microvault USB pen drive and it's registry key is the following: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USBSTOR\Disk&Ven_Sony&Prod_Storage_Media&Rev_0100\5A08060560539&0\Device Parameters] from the Device Parameters key, I create another "Key" called "Disk". Now I have the following registry key: "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USBSTOR\Disk&Ven_Sony&Prod_Storage_Media&Rev_0100\5A08060560539&0\Device Parameters\Disk" From the Disk registry key, I create a registry entry called "UserWriteCacheSetting" as a DWORD type. I set that to 0 to disable write caching (the value of 1 will enable it). I created this unofficial Win2000 patch so that I can get the behavior that is found in Win98se's NUSB (Native USB drivers) addon where the "Unsafe Removal" message won't show up after disconnecting USB drives. I have a newer hotplug.dll patch here on my web site. that one also updates explorer.exe & stobject.dll files to support 256 hi-color tray icons and the Safe Removal tray icon is like the one from XP. newer hotplug.dll patch from my web site is 5.0.2195.6611. I also created similar patches for Win98se and WinME here. It's time to really use Win2000 like it's 2012 and not last decade. the win2000 patches are relatively safe to use, tomasz86. I had time to test them myself on a Win2000 SP4 machine. you can still use the Safe Removal icon to disconnect your USB hard drive if you like, even with my hotplug.dll patch installed. -
I've decided to eliminate that annoying "Unsafe Removal" message that keeps popping up with unplugging USB mass storage devices (like USB card readers, USB flash drives, USB 2.0 hard drives, etc.) under Windows 98 SE and Windows ME without the need to use that Safely Remove Hardware icon. I got tired of using the Unplug or Eject Device tray icon on the taskbar to stop my 4-in-1 usb card reader device first and then disconnecting the usb card reader. Get the Win98se patch here. [98se files are explorer.exe v4.72.3612.1720 and the hotplug.dll & systray.exe files are v4.10.2226] Get the Winme patch here. [ME files are explorer.exe v5.50.4134.110 and the hotplug.dll & systray.exe files are v4.90.3004] the patches are newer than the unofficial HOTPLUG.DLL + SYSTRAY.EXE patches for Win98se/WinME listed on MDGx's web site. and I've included a change log in both of those patches. With the updated explorer.exe, hotplug.dll & systray.exe files installed on either 98se or ME, the Unsafe Device Removal message will no longer appear when disconnecting usb mass storage devices. The behavior should now be like XP, Vista & Win7 when removing usb mass storage devices. It's the year 2012 and it's time to use 98se/ME like it's really 2012, not year 2002.
-
nope JorgeA. I get the same behavior when running wucsp.exe on an old win98fe computer. a relatively "silent" install of win98 sp1 with just a progress bar. seems like Microsoft made it that way. in other words, the behavior is "by design" no matter. just run wucsp.exe and restart your win98 computer, even if it doesn't tell you to reboot.
-
those 4527 and 4528 builds of oleaut32.dll file will break some apps on your 98se machine, PROBLEMCHYLD. just like with what build 4532 from win2k did. I use the NT4 version of oleaut32.dll file 2.40.4520.0 dated 12/21/2007 which is actually newer than 2.40.4522 dated 6/20/2003. and here's a shocker about v2.40.4520 of oleaut32.dll! (pay close attention dencorso and PROBLEMCHYLD!) it's also listed in MS KB article 327177. BUT version 2.40.4520 of oleaut32.dll in KB327177 is dated 5/31/2002 with a size of 929,792 bytes while version 2.40.4520 of oleaut32.dll in MS08-008 (946235) is dated 12/21/2007 with a size of 939,144 bytes. SO, those two oleaut32.dll files that are version 2.40.4520 are NOT binarily identical (hmm, did Microsoft loose track of version numbers there?) confusing, isn't it? I have the newest working oleaut32.dll file (build 4520) from the MS08-008 security bulletin for Win9x.
-
the great thing about TCPoptimizer is that it works on all Win9x/ME and NT-based OSes. don't forget to install the NDIS.VXD, PPPMAC.VXD & VIP.386 hotfix for Win98se listed on MDGx's Win9x updates page.
-
(FIXED + SOLVED) The NTKERN.VXD, MMDEVLDR.VXD device loader(s)
erpdude8 replied to PROBLEMCHYLD's topic in Windows 9x/ME
don't use them on 98se. the ME versions of the six SYS/DRV files you mentioned earlier aren't compatible with win98se and won't resolve your problem. -
Well Opera 12 doesn't work properly on 98/ME even with KernelEx so whether they remain as they are or become swallowed by MS or get bought by FB is completely irrelevant to me as it won't affect the current 11.6x version I will still be using. And for the record they dropped 98/ME support and treated 98/ME users basically like s*** on their forums from that moment on at about the same time they moved on to Bing as their default search engine... Opera officially dropped Win9x/ME/NT4 support since version 11.00 and they'll soon drop Win2k support with upcoming Opera 12.50 release. Opera 12.50 snapshot build 1513 (similar to a Firefox nightly build) has started to drop w2k support. by the time 12.50 is officially out, that one requires minimum XP.
-
I've decided to take matters into my own hands and attempt to eliminate the annoying "unsafe removal" dialog warnings in Windows 2000. And this is a follow up on a very old topic several years ago of a few win2k users who asked how to disable the unsafe removal message in Win2000: Get the modified hotplug.dll patch from this page (it's version 5.0.2195.6610 - file name hotplg2k-enus.zip): http://www.datafilehost.com/download-55e845f6.html With the modded hotplug.dll file installed, connect any usb mass storage device to any available usb port and then later remove it without using the Safely Remove Hardware icon. voila! no more "unsafe removal" message on win2k. the behavior should be more like XP, Vista, 7, etc. when disconnecting usb devices. This patch is specifically for those Win2000 users who are sick & tired of seeing that annoying "unsafe removal" message when disconnecting usb devices, so it may or may not be for every Win2k user out there. I'll send an updated version of this hotplug.dll fix to MDGx and he'll post it up on his web site when he's not busy. EDIT: new link to the zip file which includes an executable sfxcab package with revised INF file UPDATE: See my latest post on a 4-language download that is for US English, Spanish, Japanese & Korean
-
Last Versions of Software for Windows 2000
erpdude8 replied to thirteenth's topic in Windows 2000/2003/NT4
the latter builds of Flash Player 10.3 (10.3.183.15 and greater) won't install nor run under Win2000 w/out KernelEx for Win2000 or KDW / FCWIN2k. Flash Player versions 10.3.183.11 and earlier can install and run on Win2k without the need for unofficial kernel32 for Win2000. Opera has ended support for Win2000 starting with Opera 12.50 snapshot build 1513. so last version of Opera to support Win2000 is Opera 12.00 (or 12.01 if ever that one comes out). -
what about an FF 14.0.1 installer or FF 15.0b1 installer for Win2000? Opera 12.50 snapshot build 1513 no longer support Win2000. that means Opera 12.50 will require minimum WinXP. btw, newest version of Mark Russinovich’s "NotMyFault" program allows changing BSOD background color & text color. http://blogs.technet.com/b/markrussinovich/archive/2011/01/11/3379158.aspx http://blogs.technet.com/b/markrussinovich/archive/2010/12/14/3374820.aspx the recent versions of NotMyFault don't run under Win2000; only XP and above.
-
I give major props to ricktendo64 and others for making unofficial standalone WUA 7.6.7600.256(7) installers for Windows as they can save some users some headaches when updating/installing WUA fails using the normal methods (aka. install WUA 7.6.7600.256 via Automatic Updates or through visiting Windows Update site with IE, etc.) and getting error messages mentioned in these forum threads: (Windows Update Agent 7.6.7600.256 Failing on Multiple Systems) (Windows update agent 7.6.7600.256 fails to install. Error 8007041B. WSUS server running KB2720211) and Microsoft is still reluctant to release standalone EXE installers for WUA v7.6.7600.256 as of today.
-
Unofficial Win98 FE SP version 2.58
erpdude8 replied to erpdude8's topic in Windows 9x Member Projects
the final releases of the Win98fe service pack v2.58 will be delayed until at least sometime in August 2012 as I'm currently working on and testing out some unofficial patches for Win98se, 2000 & ME that I recently made and I won't be discussing about these "unofficial" patches in these forums. please wait a while longer 'til August for the final releases. -
[RELEASE] Boooggy's WMP 11 direct integration solution
erpdude8 replied to boooggy's topic in Application Add-Ons
KB970158, KB970159 and KB971286 all versions in one package uploaded (link fixed) thanks rick. I was gonna mention earlier that I found KB970159 (x86) for WinXP/Win2k3 here. found it almost midnight, last night. looks like an official MS UMDF 1.9 package for XP/2k3.