MSFN Forum: Auto-Patcher For Windows 98se (English) - MSFN Forum

Jump to content



  • 60 Pages +
  • « First
  • 22
  • 23
  • 24
  • 25
  • 26
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Auto-Patcher For Windows 98se (English) Latest versions: Dec 2008 Upgrade, Dec 2007 Full Rate Topic: ***-- 2 Votes

#451 User is offline   soporific 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 705
  • Joined: 12-June 05

Posted 26 April 2007 - 05:36 AM

View Postsubmix8c, on Apr 26 2007, 04:41 AM, said:

And... in the Lite version DX9.0c is packed and was "not found" during the scan. It must be "unRar'd" into the appropriate folder the same way as with the Full version to be found/installed.

Last but not least, 4DOS is ONLY a problem due to
(1) not using "comspec" throughout (occasional usage of COMMAND.COM instead)
(2) many places in code do not issue ">nul" at the end of commands (e.g. DEL, DIR, etc)
Otherwise, the existing BAT files DO function EXACTLY as originally intended.

Side note: Uninstall does not delete ALL files/folders!


Oops! I'm sooo disorganized. I'll fix all the bugs for the next version. Thanks for the tips re the code -- i will do as you suggest, they are all great suggestions ... my problem is too many fingers in too many pies and i'm getting a bit erratic and missing good things to work on and include. Please keep bugging me and suggesting stuff, its all good.

I truly wish i knew about 4DOS at the very start. A lot of the structure of the code is based upon NOT having easy FOR-NEXT loops and all the rest, and i'm not too confident about junking large parts of the code in order to make use of the new functions, but from what you're telling me, its not too much work to make it compatible -- the COMMAND.COMs can be easily converted to %COMSPEC%s and i can go around and add all the >nul s to the one's that are missing so if that's all ... are you sure the other utilities in \bin will work in 4DOS?

re: your edit ... the search & report function on the initial menu page was designed to use the default settings, if the user wants to search for everything (including stuff that is weird and they probably won't be interested in) then they can easily set that up in the modules section and start the report from there. I thought the default search was more useful being accessible from the first page.

re: the report count problem -- i think i lost you somewhere, i'm still in the dark about what the problem is! please enlighten this doddering old fool....

re: the uninstaller doesn't delete all the files, yep, there's some still left behind, but they should all only be user created files that they might want to keep. The main thing for me is that the bulk of the 241 MB are deleted --- although i will admit actually trying to get my uninstaller to do a full delete but to no avail. I will try again..


View Postirishpancake, on Apr 26 2007, 08:22 PM, said:

If I choose any option, I get a Box, labelled START_ME, with the following message:

"This program has performed an illegal operation and will be terminated."

When I click on details, I get the following:

Fault Location 00C9: 0E57
Interrupts in service: None

Can anyone help me please??

Well, you did ask nicely so OK... let's see if we can't get some auto-patchin' happenin'.

1) worst-case scenario: you can always manually install the updates you need. All the files are in \files\hotfixes and it should be reasonably obvious how to start the installations - for most of them just double-click each file. If you visit this list you'll be able to tell which file is which due to the system i used of naming all the hotfixes by their knowledge base article number.

2) please check that your hardware is functioning properly - ie a corrupted hard drive could possibly cause the message you've seen, as will bad RAM memory. THe best tool in my opinion is the Ultimate Boot CD (just google for it) which has all the hardware tools under the sun. The message does include the word 'Fault' in it, which suggests a problematic hardware component. I have included lots of error-checking into the program and the message you are getting is not a case i've coded for --- it's not a 'missing file' type error, it's a 'the computer is trying to do something it can't and it's complaining about it' type error.

3) just double-checking: every single option (from the list of options from A - W) gives that result? That tells me quite a bit, if so.

4) can you give me a list of the hardware specs: CPU, chipset on m/b, amount of RAM, hard disk configuration, & amount of hard disk space, should do it.


#452 User is offline   submix8c 

  • Systems Annihilist
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,604
  • Joined: 14-September 05
  • OS:none specified
  • Country: Country Flag

Posted 26 April 2007 - 09:17 AM

soporific / irishpancake :hello: :

One reply at a time (separate replies, each post; this one for irishpancake...):

I agree that the problem sounds like hardware. The code in AP (after cursory inspection) does not do anything strange to cause this type of error.

Vague recollections of the nature of this type of error, in particular memory. From what I can find, an XPS-D300 is a 300mhz PII with varying amounts of RAM. And, unfortunately, Win98 is never too clear on indicating that Hardware is the problem when this format of message is issued. The processor is MORE than sufficient and just checked a lowly 16MB ram for running AP "Scan For Missing" and it did NOT fail, although you should realize that Win98 really ought to have a minimum of 64MB to run efficiently; 32 is the specified minimum so anything between would be sufficient (although the more the better).

A link to Your PC (generic Dxx series specs, etc):
http://lyberty.com/t...l_xps_d300.html

I will tell you that during building one of my old PC's that I had similar problems with one of my 32MB (size being irrelevant) sticks. Windows just kept going "south" (a slang loosely meaning ge-fudged and giving up). SO... I downloaded one particular piece of software, MEMTEST86, and ran it. Sure enough, the problem was memory. After swapping the bad stick, everything was fine.

As per soporific's suggestion about the Ultimate Boot CD, I must agree. However, having Dial-Up, I might suggest just getting Memtest86 (listed on the indicated site) and run it. It WILL tell you if a stick is bad. If you have more than one stick, remove the indicated bad stick (if one is bad), swap the remaining stick(s) into the appropriate slots and try again. Also, just for funzies, just try removing/reinserting (reseating) the sticks.

The only other thing I can imagine is that you somehow have a corrupt CHOICE.COM located in "C:\WINDOWS\SYSTEM". It can be re-extracted from the WIN98_25.CAB (ref. LAYOUT1.INF found in PRECOPY2.CAB also found in C:\WINDOWS\INF). Note also that a bad stick of memory may possibly allow installation of the OS, but will corrupt some modules during the install.

"We might also provide PC support as appropriate and as possible within the context; besides, we just LOVE to work on computers!" (although it may be better to PM back-and-forth if the indications become hardware-related) :D

#453 User is offline   submix8c 

  • Systems Annihilist
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,604
  • Joined: 14-September 05
  • OS:none specified
  • Country: Country Flag

Posted 26 April 2007 - 10:34 AM

soporific :hello: :

Quote

re: your edit ... the search & report function
Ok, clears that up...

Quote

re: the report count problem
This was in reference to billygoat's previous posts about the erroneous(?) file-counts, which apparently leads back to the first quote; I guess this old fool can also be confused(???).

Quote

And... in the Lite version DX9.0c is packed
!SEE NEXT POST!

Had MS Network signon... (left notation in so Eck's next post was not confusing)

Will re-test this bugger without the Sign-on and see what happens. !SEE NEXT POST!

Jeez, all I wanted was to fully update these old PC-gifties... How did I get wrapped around the axle with AP (a rhetorical question)? Just brain-dead, I guess :wacko: !

Lastly (re: 4DOS), if you REALLY want to, go ahead and mod the BAT files as appropriate. You can flip/flop between DOS7 and 4DOS simply by renaming the AUTOEXEC.BAT and CONFIG.SYS back-and-forth then rebooting. 4DOS only "replaces" the shell with equivalent DOS6x/7x functionality plus additional features. Note, however that the output of some (FEW) commands (eg DIR) will be formatted differently and will definitely cause code problems if they depend on a specific format (eg "DIR x >dir.txt"/"NSET var from dir.txt" sequence). This COULD be worked around by simply re-checking which shell is being used OR using a different method (eg VBS). OTHERWISE, don't bother, just keep us all posted as to any fixes, etc., and I will graciously accept responsibility for the appropriate mods ("personal use", remember?) and keep a Very Simple Post back to you as to my progress as a "collaborative effort". If I am successful (The Train That Could), I will be more that happy to pass the modded files back to you for your approval. Also, a nice thing would be to post link(s) to a separate MODS-Only file (as you used to do) so I might be able to use my Comparator to isolate any specific changes.

Apologies for long explanations (a personality fault)... Would (in some cases) it be better to PM back-and-forth? Perhaps direct e-mail instead (how does that work?)...

Edit: edited for content... see next post...

This post has been edited by submix8c: 27 April 2007 - 12:22 PM


#454 User is offline   Eck 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 669
  • Joined: 17-February 05

Posted 26 April 2007 - 12:09 PM

If you're just using Ethernet Cable or DSL internet without needing to logon to networks and such, then even though Client For Microsoft Networks is there and needed for the ethernet driver you do not need to login to Windows with it.

In the Network control panel switch the drop down for login to Windows Login. You'll no longer get the login dialog box on Startup but you'll still be connected. Most ISP's don't require you to login.

I set mine up with Windows Login and it works fine.

#455 User is offline   submix8c 

  • Systems Annihilist
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,604
  • Joined: 14-September 05
  • OS:none specified
  • Country: Country Flag

Posted 26 April 2007 - 01:41 PM

Eck / soporific :hello: :

Eck: Thx, but was already aware... just a "DUH!" on my part...

soporific:

Using Windows Logon, Reloaded HDD (clean); Installed AP v1.95PR2 Lite
*** RENAMED DX9SETUP.EXE to DXSETUP.EXE (has "/SILENT" embedded) ***

Quote

(truncated for brevity)
*** Auto-Patcher for Windows 98se ***
Press A to immediately fully auto-patch this computer
Stared at screen whole time (ouch!)...
-Message in DOS box during MP9+Codecs Install: "2nd installation file not found" (paraphrased)
-Unicows refused to install (this was noted in others' previous posts), so I just skipped past it.
-After Service9x Install/Reboot Desktop reverted to WebView; reverted back after next Reboot (oddball!)

now checking Report (per your info; snapshots truncated for brevity):

Quote

***** Auto-Patcher Modules Menu Page 1 *****
A ... select all choices
Also note that this does not select the following updates:
Title: Update to Allow Drives over 137Gb (IBM portables with removable disks)
Reason: the other version of this update has been selected
Title: Maximus Decim Native USB Drivers
Reason: you need to prepare your computer before-hand to install this.
Title: SYSTEM.INI tweaks
Reason: these must be set using the in-built tweak installer utility

Quote

***** Auto-Patcher Modules Menu Page 2 *****
5 ... Windows Optional Components .............[ O ] is set to INSTALL ... 5
6 ... Visual Basic Runtimes ...................[ O ] is set to INSTALL ... 6
***** Windows Optional Components Module Menu *****
1 ... Windows Networking Tool (from Windows XP) ...... is set to INSTALL
2 ... System Policy Editor for Windows 98 ............ is set to
3 ... Username & Organisation Name Change Tool ....... is set to
4 ... Euro Conversion Tool (for locales within the EU) is set to
***** Visual Basic Runtimes Module Menu *****
1 ... Visual Basic 5.0 (sp3) Runtimes ................ is set to
2 ... Visual Basic 6.0 (sp6) Runtimes ................ is set to
3 ... Visual Basic 6.0 Common Controls Update ........ is set to
Above is ODD (note the blanks..)!

Quote

The following list of updates were not found on this computer:
*** Recommended Tweaks module:
1. EnabMenu: the Enable... <- opposite option was installed
2. SYS_INI: SYSTEM.INI... <- intentionally selected to show it
*** Critical & Recommended System Updates module:
3. Unicows: Layer for ... <- install problem; bypassed
4. ScanFrag: Update of ... <- it did not install
5. UShell98: Unofficial Fix... <- it did not install
6. NativUSB: Maximus Decim... <- intentionally selected to show it
? Is the above correct (ref. first quote) ?
On the surface, this appears to indicate that the Master Fully Patch is different than the one in Modules Menu Page 1; is this intentional?

edit: cleaned post out due to retest... next post for Full Version to come... l8tr

This post has been edited by submix8c: 27 April 2007 - 01:25 PM


#456 User is offline   briton 

  • Junior
  • Pip
  • Group: Members
  • Posts: 50
  • Joined: 15-April 07

Posted 29 April 2007 - 06:12 AM

OK, I just did a clean install of Win98SE and then AutoPatched it before doing anything else. Some thoughts/questions....

1. Another tip for people who want to run the patcher and not get bother in the hour of rebooting. In addition to multi-booters setting the Win98SE partition as default, remind people they need to go into Networking and change the Primary Logon to Windows Logon instead of Network Logon. Otherwise, at the first reboot, it will stop at the Network logon even if they haven't used a password. (Can you tweak that when the autopatcher starts?)

2. TweakUI installs without installing it's two help files (tweakui.cnt and tweakui.hlp) in the Windows\Help directory. It may be something weird about my icons, but your tweakui.exe is showing as a RAR file whereas the Microsoft download is a ZIP file. Actually, you could include the contents uncompressed as it contains 4 files (tweakui .cnt .cpl .hlp and .inf) totalling ONLY 162KB and the INF will install it without trouble! Just a thought. (For those missing the help files, just unpack them and put them in the Windows\Help directory.

3. After patching today, I tried Windows Update and it reported 2 criticals and 38 Win98/Win98SE updates.

a. The criticals are:
  • Cumulative Security Update for Internet Explorer 6 Service Pack 1 (KB916281)
  • Security Update for Windows 98 (KB891711)
b. The Win98/Win98SE include:
  • 34 multi-language updates plus the Euro tool (not needed)
  • Microsoft .NET Framework version 1.1
  • Windows Critical Update Notification 4.0
  • Agent 2.0
So do I need any of them (apart from language/Euro)? I included .NET version 2.0 in the autopatch and it is showing on the uninstall list so I don't see why 1.1 showed up - is that needed for some strange backwards compatibility thing? Presumably the Critical Update thing is long past doing anything useful.

What about the Critical Updates? Haven't they been superceded by others in the patcher?

Hope the tips help and thanks for any answers

(Note: the 98toMe web folder thing needed a close and restart of Explorer after switching off Web Folders BEFORE browsing to the Windows or Program Files directories otherwise they were turned back on - strange WinMe thing I think)

#457 User is offline   soporific 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 705
  • Joined: 12-June 05

Posted 29 April 2007 - 07:12 AM

jeepers, there's lots to go thru ... i have copied all the text and will go over it when i'm slacking at work tomorrow. I'm at a place without internet access, and at a workstation locked down so nothing works ... except for the USB ports. Heh.

#458 User is offline   submix8c 

  • Systems Annihilist
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,604
  • Joined: 14-September 05
  • OS:none specified
  • Country: Country Flag

Posted 29 April 2007 - 12:31 PM

briton/soporific :hello: :

Quote

TweakUI installs without installing it's two help files...
Thanks for the info... hadn't noticed. Perhaps soporific can "fix" this as you explained.

Quote

Note: the 98toMe web folder thing...
Again, thanks for the info. This gives a clear-cut way of beating it (might have already been explained before...).

Quote

a. The criticals are:
Cumulative Security Update for Internet Explorer 6 Service Pack 1 (KB916281)
Security Update for Windows 98 (KB891711)
I had pointed this out before. Both of the applied patches from AP are:
-Unofficial KB925454 is NEWER than KB916281 (and contains XPSP2 modules)
p.s. per soporific:

Quote

kb925454 - 2006 Dec - I - Unofficial Cumulative Security Update for Internet Explorer 6 sp1 - superceeded by kb928090
ALSO XPSP2; maybe just not set in place yet...
-The Unofficial U891711 version has NEWER versions (WHERE FROM?)
Theoretically, these messages could be ignored, but in the interest of NOT appearing, the OFFICIAL ones could be installed BEFORE the unofficial ones (within the installation sequence) OR the appropriate INF info could be installed (via REG files).

Quote

b. The Win98/Win98SE include:
34 multi-language updates plus the Euro tool (not needed)
Microsoft .NET Framework version 1.1
Windows Critical Update Notification 4.0
Agent 2.0
-The 34 multi-language updates are already contained in the IE6SP1 module. Just go to Add/Remove, select IE6SP1, and add them in, ONLY if you need/want them. If you install Auto-Language Select instead and browse to a non-english page, it SHOULD automatically install from the IE6 folder (provided that you leave it on your HDD. SO it's irrelevant.
-Euro tool might be in the Optional Components section of AP... it IS in the Lite version (have yet to re-test AP Full). Yep, irrelevant!
-Microsoft .NET 1.1 is unnecessary as you have installed .NET 2.0. Apparently, MS neglects to detect that you already HAVE the latest. This could also be circumvented (maybe) by a REG file, since installing .NET 2.0 over top of .NET 1.1 clears the .NET 1.1 folders out. BTW, the latest MSN Messenger REQUIRES .NET 2.0 (go figger)!
-Notification... has been deemed irrelevant. I THINK it only applies to Windows OS, but MAY apply to non-Windows components. THAT is why a "WU fix" has been implemented. You WILL need any IE6 updates that may come, since it is STILL SUPPORTED! Easier to use WU occasionally than to go and search MS.COM (in the IE6 section).
-MS-Agent. You can get this from MS if you want. I have it. It's sole purpose is to allow silly stuff like MS-Merlin to work. Just a nifty display thingy that makes "floating" screen overlays that follow your mouse cursor. Irrelevant... BUT go to MS.COM and do a search; there you will find more info.

Whenever "the bossman" has time, perhaps he can re-browse this forum and put together a real nice HELP file. MS provides free software to create/edit .CHM files. OR maybe someone else with time on their hands...

Bottom line... it's all good!

This post has been edited by submix8c: 29 April 2007 - 01:26 PM


#459 User is offline   briton 

  • Junior
  • Pip
  • Group: Members
  • Posts: 50
  • Joined: 15-April 07

Posted 29 April 2007 - 02:53 PM

View Postsubmix8c, on Apr 29 2007, 02:31 PM, said:

-Notification... has been deemed irrelevant. I THINK it only applies to Windows OS, but MAY apply to non-Windows components. THAT is why a "WU fix" has been implemented. You WILL need any IE6 updates that may come, since it is STILL SUPPORTED! Easier to use WU occasionally than to go and search MS.COM (in the IE6 section).

Silly me not remembering that IE6 has to live on with MS support indefinitely as way too many users (especially XP users) won't upgrade to IE7 for a variety of reasons many of which are unmentionable lol

Thanks for all the replies, submix AND SO QUICK TOO :D

I only mentioned the languages/Euro and other stuff for completeness. All these and anything else I immediately eliminate from showing again by using the Configure Windows Update (or is it Preferences? or Options? it's on the left hand side of the webpage anyway lol). If anyone hasn't ever checked that out, do it now - you have to do it again if you reinstall, but it is only clearing some checkboxes.

Do we need a sticky which shows the superceded updates still being "offered" by Windows Update after using the Autopatcher (especially KB type with so many numbers to check and match lol) or did I miss that?

Now then, I wonder if that Autopatcher could automatically make the expandable Control Panel on the Start Menu instead of me doing it manually when I first install Win98SE? lol (Dunno what I mean? Well, after TweakUI is in, disable "Shortcut to" on the shortcut creations. Then create a folder in Start Menu called "Control Panel". Then open Control Panel, select all items and drag them into the new folder and create shortcuts. Done.)

Thanks again.

#460 User is offline   submix8c 

  • Systems Annihilist
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,604
  • Joined: 14-September 05
  • OS:none specified
  • Country: Country Flag

Posted 29 April 2007 - 03:23 PM

briton / soporific :hello: :

briton:

No problem... Yeah, maybe the Start-Menu version of WU would be the way to go (just replace it via the "WU Fix" install. Appears the ONLY difference in the shortcut is that the original does NOT have a "Start In Folder" value (stuff is set in the registry...).

Superceded stuff is already listed in soporific's "Complete List" forum. He's obviously a busy puppy and hasn't gotten around to it. And as a reminder (see my previous post), those noted are UN-official fixes that MS does NOT recognize. Hence, my suggestion to somehow "fix" it so they will not show, although this may depend on some kind of notification for the "unofficial" fixes.

soporific:

Dang it! A BIG (small) BUG in BOTH Full and Lite!

Quote

***** Critical & Recommended System Updates Module Menu *****
4 ... Unofficial Add/Remove Programs Utility Update ..... is set to INSTALL
 
ADDREMOV.EXE/ADDREMOV.INF
HKLM,(etc.)\Uninstall\ADDREM9X,DisplayName,,"· Remove Unofficial 2-4 GB Files Errors KERNEL32.DLL Fix"
UCopy2GB.EXE/SE.INF
HKLM,(etc.)\Uninstall\C2GBP,DisplayName,,"· Remove Unofficial 2-4 GB Files Errors KERNEL32.DLL Fix" 
First one is wrong (ADDREMOV.INF) and caused a little confusion when I went to Add/Remove Programs until I tracked it down. Easy fix (who's stuff is this? they should be notified!)!

#461 User is offline   Eck 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 669
  • Joined: 17-February 05

Posted 29 April 2007 - 09:49 PM

Mind if I jump in?

I like opening the Control Panel in the traditional way and didn't like it when I tried having the links all in the Start Menu.

I also would not like that Automatic Windows Update thing. I don't want a thing from Windows Update since so many of those are broken to start with. Ya think they'll try to carefully design Internet Explorer 6 updates so they work on 98SE at this point? They'll more likely to design them to destroy Windows 98SE so folks will get frustrated and buy XP or Vista. Heck, that's what I would do! Business is dog eat dog, and Redmond wants upgrades that give them cash. I barely trust WU on XP, preferring the RyanVM upgrade pack approach. Vista, well for now we need them but that's okay since that's where the improvements will show up from now on.

We'd be much better off letting Windows Update stay broken on 98 so folks won't install anything from it. Updates from there would be more likely to break things than help. We have folks here who tear into new Internet Explorer updates and make them compatible and just as importantly make them work on 9x systems.

So, less tinkering with how our Start Menu works and more making sure that we're getting all the necessary updates is what I suggest. There are other projects that deal with GUI changes.

#462 User is offline   soporific 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 705
  • Joined: 12-June 05

Posted 30 April 2007 - 05:00 AM

View Postsubmix8c, on Apr 30 2007, 07:23 AM, said:

soporific:
Dang it! A BIG (small) BUG in BOTH Full and Lite!

Quote

***** Critical & Recommended System Updates Module Menu *****
4 ... Unofficial Add/Remove Programs Utility Update ..... is set to INSTALL
ADDREMOV.EXE/ADDREMOV.INF
HKLM,(etc.)\Uninstall\C2GBP,DisplayName,,"· Remove Unofficial 2-4 GB Files Errors KERNEL32.DLL Fix" - First one is wrong (ADDREMOV.INF) and caused a little confusion when I went to Add/Remove Programs until I tracked it down. Easy fix (who's stuff is this? they should be notified!)!

YAY!! times a million ... i had that down on my list of things to do and it looked like a laborious process of elimination that i just don't have the time for. Anyway, i have finally bitten the bullet and learnt how to do proper MS hotfix installers (now you can see what i've been doing with my time), and i can now report that you can download the fixed ADDREMOV update from here:
http://soporific.dsl...ds/ADDREMOV.exe

MDGx: i think i got it right, so you should be able to just replace the one you're hosting with this one.

PS: i agree with Eck about the focus of this project. I have included a tweaks section, which is where any tweaks to the system should go, and so they will all be optional as a matter of course. The other way forces the tweak upon the user. Nup. That's what the Revolutions Pack is for! :lol: :P .... ... (just jousting with ya Tihiy, you know i love ya to bits ... or is that bytes?)

This post has been edited by soporific: 30 April 2007 - 07:54 AM


#463 User is offline   MDGx 

  • 98SE2ME + 98MP10
  • Group: Super Moderator
  • Posts: 2,677
  • Joined: 22-November 04
  • OS:none specified
  • Country: Country Flag

Posted 30 April 2007 - 08:07 AM

soporific, on Apr 30 2007, 05:00 AM, said:

View Postsubmix8c, on Apr 30 2007, 07:23 AM, said:

soporific:
Dang it! A BIG (small) BUG in BOTH Full and Lite!

Quote

4 ... Unofficial Add/Remove Programs Utility Update ..... is set to INSTALL
ADDREMOV.EXE/ADDREMOV.INF
HKLM,(etc.)\Uninstall\C2GBP,DisplayName,,"· Remove Unofficial 2-4 GB Files Errors KERNEL32.DLL Fix" - First one is wrong (ADDREMOV.INF) and caused a little confusion when I went to Add/Remove Programs until I tracked it down. Easy fix (who's stuff is this? they should be notified!)!
i can now report that you can download the fix for the ADDREMOV update from here:
http://soporific.dsl...ds/ADDREMOV.exe

MDGx: i think i got it right, so you should be able to just replace the one you're hosting with this one.
My bad, I had overlooked a copied INF string... :(
But since, I've updated ADDREMOV to include a newer version of PROGRAMS.EXE [from RP7], and added 2 new Tihiy tools: iptest.exe + shutdown.exe [all unpacked with "UPX -d" = restored to original fiel size, that's why all those file sizes are larger than the ones you may have].
Please try the new tools package at your convenience:
http://www.mdgx.com/add.htm#ARP
File [559 KB]:
http://www.mdgx.com/files/TOOLS9X.EXE
Complete details:
http://www.mdgx.com/files/TOOLS9X.TXT

TOOLS9X.EXE is listed in the 4-25-2007 update here:
http://www.msfn.org/...showtopic=46581

Also, if you try to d/l ADDREMOV.EXE from my site, you now get TOOLS9X.EXE [.htaccess redirection ;)].
Actual ADDREMOV.EXE file is deleted.

BTW:
I've removed msizap, it's only a primitive command line only tool [by M$], can be used for only 1 purpose:
delete reg entries for buggy/uninstalled MSI packages.

Thanks.

HTH

#464 User is offline   MDGx 

  • 98SE2ME + 98MP10
  • Group: Super Moderator
  • Posts: 2,677
  • Joined: 22-November 04
  • OS:none specified
  • Country: Country Flag

Posted 30 April 2007 - 08:24 AM

Quote

* Unofficial Windows Media Player Updates by MDGx
This is from your 1st post listing.
Actually WMP9URP [if that's the one you refer to] was created by erpdude8:
http://www.mdgx.com/wmp.htm#URP

HTH

#465 User is offline   fruityloops 

  • Group: Members
  • Posts: 5
  • Joined: 07-March 07

Posted 02 May 2007 - 12:32 AM

I m desperately awaiting for Autr-Patcher windows 98SE 1.96 version cause i didnt like the 1.95 version of it,and wants the new version wont require frequent RESTARTS. Thank You.KEEP THE GOOD WORK. :thumbup

#466 User is offline   soporific 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 705
  • Joined: 12-June 05

Posted 03 May 2007 - 03:51 AM

OK, the big news is i'm now making my final run towards a v1.96 release. There's been enough feedback about needed changes for me to be able to release a substantially different version to 1.95 to make it worthwhile.

re: Windows Update and the reported hotfixes that are 'missing' from your computer: OK, first, you should be using the menu option within Auto-Patcher to access Windows Update. Why? Because of the info that is contained within that option that answers most of the current outstanding questions about this. Briton, i don't think you've used that menu option yet in AP. Please do so ASAP just so you can read what's there. If you have further questions, then ask. Second, with every passing month, WU becomes more irrelevant. Anyone who's used the site more than a few times knows what WU is going to say about what's missing. And we also know it's never going to ever change again while we can access the **** thing. So after countless times using AP to patch a test Win98 machine, i think v1.95 gets them all installed, and the 2 reported updates still missing are definitely accounted for. So the moral of this point is: lets just forget about WU shall we? It's going to be a hard habit to break, but break it we must.

re: the 10 to 20 reboots the program goes through before finishing: yes, i will add messages about the fact that the program reboots so often. I am, however, going to try to cut them down a bit more. I can do the entire contents of AP in just 4 reboots when i do it with the UBCD but that's different. But i reckon i could maybe cut them down by half. So, i'm on the case. I'll also see if I can't make the change from 'Network logon' to 'Primary logon' by code as well --- if anyone knows how, please say something and save me some time.

re: the Control Panel tweak: i like it!! But as i said, it's a tweak and so needs to be packaged as such. I can put it on my list of things to do, but if someone else wants to knock this one over, be my guest. Scratch that, i've totall cheated by just copying all the shortcuts from my test machine and packaging them into a sfx file that extracts to %windir%\STARTM~1\Control Panel which does exactly the same job. Still its a hack so if someone can do better, be my guest.

re: TweakUI help files: -- yep i'm responsible for them missing, it's because it's not fully unattended the way it comes out of the box. Now i have super INF making powers, i will restore the missing files, solve the non-silent problem, and save the world from capitalism. No sweat. Seriously, i will at least get the help files back, and i've just about got capitalism licked, but i was probably off my rocker about actually getting TweakUI to just silently install.

re: a help file for AP: --- i think i'd try to make it a GUI interface before trying for a nice GUI help file. Still, not a bad idea.

there's no more "re:"s --- if i missed something, speak up.

This post has been edited by soporific: 03 May 2007 - 03:54 AM


#467 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,653
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 03 May 2007 - 03:57 AM

Yeah I gotta question: Can you write up a tiny tut on combining this and your boot disk to get the optimal functionality?

#468 User is offline   soporific 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 705
  • Joined: 12-June 05

Posted 03 May 2007 - 04:54 AM

View PostKelsenellenelvian, on May 3 2007, 07:57 PM, said:

Yeah I gotta question: Can you write up a tiny tut on combining this and your boot disk to get the optimal functionality?

The following is already in the latest version of the UBCD - (autopatch.txt in the root directory) but here it is in all its glory... the next version of Auto-Patcher will actually be substantially different, the following is for v1.95 files. You will also want to include the Win98toME Standalone hotfix that i've created (see the thread for it) - it belongs in [List15]

PS - let me say that watching Windows 98 setup 'swallow' all the updates you apply with this method really made me amazed that it took them all. Especially when desktop1.bat is running (this is after the desktop loads for the first time) ... it does soooo many, especially if you also pack in 3rd party apps like i do .. then it finally reboots (about 15 mins later!) and then the reboot goes on forever to the point you think something is wrong, but no, finally the desktop loads and then desktop2.bat runs and it does it all over again !! And then its all finished. I installed Auto-Patcher and ran the report and all the updates were found. The first time i checked i was amazed. I was certain that the OS had simply been overwhelmed by all the updates that it didn't do some. I now look at Windows 98 with a little more respect than i did before. This is what made me realise than i was probably being over-cautious with all the reboots in Auto-Patcher. Hence my pledge to cut the number in half.

 
Instructions on how to use all the files from Auto-Patcher to make your perfect re-installation CD.

1) copy the following list of files into the appropriate directory: (see appendix below)

* [list 1] files go into \copyover\directx
* [list 2]     "    "    \copyover\hotfixes
* [list 3]     "    "    \copyover\IEsetup
* [list 4]     "    "    \copyover\INF
* [list 5]     "    "    \copyover\registry
* [list 6]     "    "    \copyover\switchls
* [list 7]     "    "    \copyover\mdac
* [list 8]     "    "    \copyover\wmp

* [list 9]     "    "    \install1\hotfixes
* [list 10]    "    "    \install1\registry
* [list 11]    "    "    \install1\switchls

* [list 12]    "    "    \install2\hotfixes
* [list 13]    "    "    \install2\INF
* [list 14]    "    "    \install2\registry
* [list 15]    "    "    \install2\switchls

2) that's it. You can now delete any files you don't wish to install and then test your CD out!


APPENDIX

[list 1] - all files from the directx folder in auto-patcher go here EXCEPT d3dx9_32.exe
Apr2005_d3dx9_25_x86.cab
Apr2006_d3dx9_30_x86.cab
Apr2006_MDX1_x86.cab
Apr2006_MDX1_x86_Archive.cab
Apr2006_XACT_x86.cab
Apr2006_xinput_x86.cab
Aug2005_d3dx9_27_x86.cab
AUG2006_XACT_x86.cab
AUG2006_xinput_x86.cab
BDA.cab
Dec2005_d3dx9_28_x86.cab
DEC2006_d3dx10_00_x86.cab
DEC2006_d3dx9_32_x86.cab
DEC2006_XACT_x86.cab
DirectX.cab
DSETUP.dll
dsetup32.dll
dxdllreg_x86.cab
dxsetup.exe
dxupdate.cab
Feb2005_d3dx9_24_x86.cab
Feb2006_d3dx9_29_x86.cab
Feb2006_XACT_x86.cab
Jun2005_d3dx9_26_x86.cab
JUN2006_XACT_x86.cab
Oct2005_xinput_x86.cab
OCT2006_d3dx9_31_x86.cab
OCT2006_XACT_x86.cab
OCT2006_xinput_x86.cab


[list 2]
2-4-date.exe
98UPDSYS.exe
HHUPD.EXE
IE_Audio.exe
instmsia.exe
KB837001.exe
q236926.exe
q237493.exe
q238453.exe
q239696.exe
q239887.exe
q240075.exe
q240896.exe
q241052.exe
q241084.exe
q242193.exe
q245065.exe
q245682.exe
q245729.exe
q249146.exe
q249635.exe
q249824.exe
q250514.exe
q250876.exe
q253697.exe
q253711.exe
q257360.exe
q257821.exe
q258680.exe
q258765.exe
q259253.exe
q260067.exe
q262232.exe
q269239.exe
q269601.exe
q271701.exe
q273017.exe
q273727.exe
q273991.exe
q274113.exe
q274175.exe
q274370.exe
q275873.exe
q276602.exe
q277628.exe
q278033.exe
q278368.exe
q280448.exe
q283032.exe
q288550.exe
q290831.exe
q293197.exe
q295629.exe
q306453.exe
q307004.exe
q308349.exe
q309081.exe
q310695.exe
q311561.exe
q315575.exe
q318307.exe
q319571.exe
q321467.exe
q323172.exe
q323255.exe
q323708.exe
RootCUp.exe
RUNHELP.EXE
TelnetUp.exe
TTFext.exe
vbr50sp3.exe

[list 3] - this is all the files from the IE6sp1 folder in Auto-Patcher
ADVAUTH.CAB
AOLSUPP.CAB
BRANDING.CAB
CRLUPD.CAB
FILELIST.DAT
FONTCORE.CAB
FONTSUP.CAB
GSETUP95.CAB
HELPCONT.CAB
HHUPD.CAB
ICWCON.CAB
IE6SETUP.EXE
IE_EXTRA.CAB
IE_S1.CAB
IE_S2.CAB
IE_S3.CAB
IE_S4.CAB
IE_S5.CAB
IE_S6.CAB
IEDATA.CAB
IEDOM.CAB
IEEXINST.CAB
IELPKAD.CAB
IELPKAR.CAB
IELPKIW.CAB
IELPKJA.CAB
IELPKKO.CAB
IELPKPE.CAB
IELPKTH.CAB
IELPKVI.CAB
IELPKZHC.CAB
IELPKZHT.CAB
IESETUP.DIR
IESETUP.INI
JAAIME.CAB
KOAIME.CAB
MAILNEWS.CAB
MOBILE95.CAB
MPCDCS.CAB
MPLAYER2.CAB
OAINST.CAB
README.CAB
readme.txt
SCAIME.CAB
SCR56EN.CAB
SETUPW95.CAB
SWFLASH.CAB
TCAIME.CAB
TS95.CAB
USP10.CAB
VGX.CAB
WAB.CAB

[list 4]
LogoDisa.inf

[list 5]
q273017.reg

[list 6]
Aspi46.exe
d3dx9_32.exe
NetwTool.exe
q285189.exe
Unicows.exe
VBRun100.exe
VBRun200.exe
VBRun300.exe

[list 7]
MDAC281.EXE

[list 8]
CODECS9x.exe
MPLAY9.EXE

[list 9]
48BITLBA.EXE
98TShoot.exe
ADDREMOV.EXE
DXMedia6.exe
FDSKFRMT.exe
KB811630.exe
KB816362.exe
KB817885.exe
KB823559.exe
KB824220.exe
kb837009.exe
kb886677.exe
KB888113.exe
KB891122.exe
KB891781.exe
KB893627.exe
KB896156.exe
KB908519.exe
kb911564.exe
KB913433.exe
KB916281.exe
KB917344.exe
KB917734.exe
kb918144.exe
KB918439.exe
KB918547.exe
kb924191.exe
kb925672.msi
kb926247.exe
kb927779.exe
NPUpdW98.exe
OLEUP.EXE
q243199.exe
q269388.exe
q272137.exe
q272621.exe
q313829.exe
rbupdate.exe
RichEd9x.exe
SCANFRAG.EXE
SERVIC9X.EXE
TTFPAK.EXE
U891711.EXE
vbr60sp6.exe

[list 10]
KB870669.reg
KB873374.reg

[list 11]
EuroTool.exe
MPLegacy.exe
q314941.exe
q329048.exe
VBRun400.exe

[list 12]
KB816093.exe
kb891711.exe
KB904706.exe
KB920670.exe
kb923689.exe
kb928090.exe
kb929969.exe
q322656.exe
q329115.exe
UCopy2GB.exe
UCRYPT9X.EXE
Un918547.exe
USHELL98.exe
VBRun6C2.exe
W98MP10.EXE

[list 13]
DOSHERE.INF

[list 14]
q269388.reg
q273017.reg

[list 15]
KB905495.exe
kb923694.exe
kb931836.exe
NUSB31.exe
q322656U.exe
q323455.exe
TWEAKUI.exe
VBRun6C1.exe
 


SubMix8c:
question: were you saying that we couldn't use long file names right the way thru AutoPatcher code without pulling it from a text file? The way to pass long filenames in variables, you just put them in quotes, and then strip the quotes off when they are imported into the next bat file. .. i set it up to do this, i just wasn't grabbing the long version. Thanks for pushing that code until i accepted it. It looks much nicer having the full path without any sign of the ugliness of a squiggle character with a 1 after it.

This post has been edited by soporific: 03 May 2007 - 07:43 AM


#469 User is offline   submix8c 

  • Systems Annihilist
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,604
  • Joined: 14-September 05
  • OS:none specified
  • Country: Country Flag

Posted 03 May 2007 - 11:46 AM

soporific :hello: :

Quote

SubMix8c:
question: were you saying that we couldn't use long file names...
Perhaps there was an "oddity" in the "4DOS" version I was "working on" (a previous AP version) that caused passed variables to come out wrong ("long path"); perhaps it was simply a "bug" in the previous (now fixed...). It's just a vague memory now, as the latest AP seems to be ok. Will address 4DOS some other time via direct PM (STILL, in my opinion, a wonderful tool), since I prefer to "mod" a stable/nearly-unchanging version. Will wait for v1.96. (I may be "fixated" on this since it has been a long time since I have coded; Mainframe programming languages and scripts are SO much easier to code, including ye olde Assembly Language).

ALL: DO NOT bother your heads with "4DOS"; irrelevant for your purpose unless you are interested in using it... YOU HAVE BEEN WARNED!!!

Quote

re: Windows Update and the reported hotfixes...
Ok, agreed. However, this will mean that IF you desire a stable, fully-patched Win98SE... "Watch This Space" (including MGDx's/et-al's "Unofficial Patches". It appears that any "fixes" post-July-2006 will NOT appear in WU (although the "unofficial" DO work; ref. the latest "unofficial" DX9 and IE6SP1-Cumulative), so utilizing it is probably no more than an exercise in confirming what AP (and any "unofficial") have provided; may as well DELETE WU from the START menu (since it doesn't work ennyhoo!).

Continuing...
Preliminary test of AP Full vs Lite versions appears to be consistent (re: "Not In Lite Version"), including the Install results (per the "default" installs). I had first run a Report to check against the previous Lite "Default Install", then did a Full "Default Install".

Results: DX9 was "upgraded", WMP7 Legacy Files were installed, and TTFPAK was installed. Methinks I have the gist of the difference 'twixt Default/Master-Menu and Full/Menu-1 (consistent methodology for both Full and Lite versions).

However, Unicows just REFUSES to install! I think this was pointed out somewhere else in this thread and a proposed "fix" suggested (renames, then copy, etc etc). Maybe Windows is USING these files and will not let you just "overwrite" them (kinda like XP and the "dllcache" deal...).

Quote

I have included a tweaks section...
I have noticed that many "default" installs might be categorized as "optional" (e.g. ADDREMOV). In my definition of "default", it should ONLY include that which is NECESSARY for a Fully Patched installation (i.e. a truly Lite version, including 98->ME stability), no frills at all. How small then (example: if you do NOT use MSN Messenger or do NOT desire to get "MS Evaluation Software", then you have no need for .NET Framework)? Shoot me (metaphorically speaking, of course) for suggesting such an idea...

MDGx :hello: :

Reference to "who did this patch?" was to ADDREMOV... now I know. AND apparently at least one other "fix" was done by an anonymous doner (B. Gates???). Just uncomfortable with not knowing, that's all... Guess I should spend more time in the Complete-List and your Hotfix-Patches threads.

Maybe links/references directly in an "AP Help" function would clarify (later, of course, after the GOOD work is done). This way, anyone in the "outer worlds" would also know who to credit this stuff to...

#470 User is offline   LL028 

  • Group: Members
  • Posts: 8
  • Joined: 01-May 07
  • OS:none specified
  • Country: Country Flag

Posted 03 May 2007 - 04:04 PM

Hi Folks
I'm trying to follow the instructions for Release 4.5 UBCD and wonder is there a file named autopatcher v1.6 ready for download yet. I'm quickly losing confidence that I'm going to get it right the first time, or 2nd etc. Since my hard drive is empty anyway, can I just transfer everything there and somehow pretend it is a CD similar to the circumstance where people put the W98SE right onto their hard drive to install. Then I won't feel bad about wasting CDs.
Lorraine

This post has been edited by LL028: 03 May 2007 - 07:30 PM


Share this topic:


  • 60 Pages +
  • « First
  • 22
  • 23
  • 24
  • 25
  • 26
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy