Jump to content

ArfNar

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by ArfNar

  1. Oh, yes, that is all quite straight forward. I am still curious how y'all figured out what is a hotfix type 1 -vs- hotfix type 2? I've been fighting with this for years. My assessment was that no two service packs, or hot fixes were alike, as far as installing. Which, I found typical of Microsoft. Over the years, I have written a cludge of cheesy install scripts to remotely add files and force updates to the registry, even HKEY_CLASSES_ROOT. Modifying the script looks trivial. It's just the authoritative, or master list of ALL critical updates and how they're applied that's a mystery to me. I would prefer to write a perl script that parses the header of each file to determine what type of install, and which OS it belongs, and from that determine which update goes into which XPCREATE directory (SPACKS, SVC-XXX). So, I guess I would prefer to write a script that copies the files from the SUS downloads and places them in the correct XPCREATE directory by reading what is there, as oppossed to modify someone elses script that hardcoded what the updates are. That would make the script much more dynamic, in that it would figure out what goes where based on what is actually in the SUS download directory. Thanks, -arf
  2. Thanks, all good ideas. I like option 3 the best. I took a look at the script(s) at http://hfs.littlenikita.biz/. They look real straight forward... but the question that comes to mind is, "How do you know what goes where?" And how on earth did you find the correct path to the correct updates? Surely you didn't just web suck download.microsoft.com? Did ya? -arf
  3. Thanks, that is good to know. I am mostly concerned about building workstations that are pre-patched with critical updates. I don't want to wait for SUS to patch a fresh install. It's a jungle out there! Thanks again, -arf
  4. Hello, Xpcreate newbie here. I am trying to populate the xpcreate file structure (service packs and hotfixes, etc). Since I have a SUS server, and ALL of the patches, service packs, hotfixes are already downloaded, can I just use those? Would I use the same file structure? Are the updates packaged differently for SUS and Windows Automatic Updates? Since they are all exes can I just put them all in "SVC-EXE" directory? Thanks in advance!
×
×
  • Create New...