Win9x patches, batch install
Results 1 to 14 of 14

Thread: Win9x patches, batch install

Hybrid View

  1. #1
    Registered User arch0nmyc0n's Avatar
    Join Date
    Oct 2002
    Location
    It's all relative.
    Posts
    1,820

    Win9x patches, batch install

    Whilst I know 98 is out of date and I'm sure someone will want to type "why are you doing this?" but I'll ask anyways.

    I've got a CD that automatically loads win9x (specifically working with 98se) and only stops to ask you the CD key. What I'm trying to do is include the patches and updates from windowsupdate into the install somehow. Has anyone attempted this in the past that can give me some insight?

    The specific issue I'm looking at right now is actually creating a batch file to run the various patches I've already downloaded. Doing a /? to most of the patches tells me there are four parameters:
    /q quiet mode
    /t specify temp folder
    /c extract files only to /t folder
    /c:<command> override install command defined by author

    So I add /q after the patch file name in a batch file and run it. It obvious runs them all without waiting for the previous one to complete. Most of them eventually finish but I don't like the idea of that many processes running at once, especially updates. So my first question is, how do I get them to wait till it's done before returning control the batch file process?

    My second question is, how do I stop all the "You must restart" screens from poping up? I tried the /norestart options I've seen on some XP patch webpages but I get an error.

    Thanks in advance...
    "We must always fear the wicked. But there is another kind of evil that we must fear the most, and that is the indifference of good men." -- Monsignor; The Boondock Saints.

  2. #2
    Registered User Stalemate's Avatar
    Join Date
    May 2001
    Location
    d4-e5
    Posts
    15,120
    Here's a list for older hotfixes and patches which might work: http://support.microsoft.com/kb/262841

    Otherwise, MS is trying to apply the same standards across the board to all updates when it comes to switches now: http://support.microsoft.com/kb/824687/
    Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so. -Douglas Adams

  3. #3
    Registered User arch0nmyc0n's Avatar
    Join Date
    Oct 2002
    Location
    It's all relative.
    Posts
    1,820
    Thanks for the links, those switches seem to work with a small percentage of the patches so it's helped me take a small step forward but still having issues with the older ones.
    "We must always fear the wicked. But there is another kind of evil that we must fear the most, and that is the indifference of good men." -- Monsignor; The Boondock Saints.

  4. #4
    Registered User arch0nmyc0n's Avatar
    Join Date
    Oct 2002
    Location
    It's all relative.
    Posts
    1,820
    Your links have helped me locate a solution to one problem tho...

    Here I found a description of some batch file commands with a example of the "start /wait filename.exe" command. So that should solve my issue with waiting for programs to complete.
    "We must always fear the wicked. But there is another kind of evil that we must fear the most, and that is the indifference of good men." -- Monsignor; The Boondock Saints.

  5. #5
    Registered User Stalemate's Avatar
    Join Date
    May 2001
    Location
    d4-e5
    Posts
    15,120
    Quote Originally Posted by arch0nmyc0n
    Your links have helped me locate a solution to one problem tho...

    Here I found a description of some batch file commands with a example of the "start /wait filename.exe" command. So that should solve my issue with waiting for programs to complete.
    Great!

    I have no idea how you got that from the links I posted... but hey, glad it helped.
    Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so. -Douglas Adams

  6. #6
    Registered User arch0nmyc0n's Avatar
    Join Date
    Oct 2002
    Location
    It's all relative.
    Posts
    1,820
    Quote Originally Posted by Stalemate
    Great!

    I have no idea how you got that from the links I posted... but hey, glad it helped.
    Lol well the pages you gave me had a /wait command in them... searched around for that and found that page...

    Now I just gotta figure out how to make all these old patches shut up and just install...

    and yeah the /? gives me those four /slash commands in the original post.
    "We must always fear the wicked. But there is another kind of evil that we must fear the most, and that is the indifference of good men." -- Monsignor; The Boondock Saints.

  7. #7
    Registered User Stalemate's Avatar
    Join Date
    May 2001
    Location
    d4-e5
    Posts
    15,120
    I have to ask... and forgive me if you've already done it...

    Have you used the "/help" switch after those that are giving you trouble?
    Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so. -Douglas Adams

Similar Threads

  1. Replies: 3
    Last Post: March 17th, 2004, 04:40 PM
  2. Replies: 10
    Last Post: October 20th, 2003, 11:38 PM
  3. XP upgrade, clean install...with a twist
    By delmer_1 in forum Tech-To-Tech
    Replies: 17
    Last Post: May 16th, 2003, 04:41 PM
  4. Windows Update install Error
    By Talonboy in forum Windows XP
    Replies: 11
    Last Post: April 16th, 2003, 07:20 AM
  5. XP won't install
    By PizzaMan in forum Hard Drive/IDE/SCSI Drivers
    Replies: 5
    Last Post: July 6th, 2002, 01:58 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •