Jump to content

Marztabator

Member
  • Posts

    481
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by Marztabator

  1. What extras exactly are bundled inside the OPK version? Does it include the WMP9 Bonus Pack?

    I recently burned an unattended XP CD with the seperate WMP9 OPK referenced in svcpack.inf and existing in "I386\Update". Am I gonna have problems now when I test it?

  2. Oh jesus, this only just makes things more complicated for me. Basically, here's how I'm setting up my XP:

    Uattended, with the exception of the partition select.

    Only intend to install hotfixes (and optionally WMP9 and/or DX9, I may make another CD for one of these two or both for another occasion). No third-party applications will be automated (I prefer to choose where they should be installed :)).

    The majority of the registry tweaks applied in the Hive files, with the CMDHere tweak and some HKLM (mostly Service) tweaks applied during the GUI Setup.

    Is slipstreaming the hotfixes a very complicated thing to pull off? Will it guarantee me far better results?

  3. The comand line reg tweak for every folder...

    ;Add Open Command Window Here to right click menu
    [HKEY_CLASSES_ROOT\Directory\shell\cmd]
    @="Open Command Window Here"
    [HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
    @="cmd.exe /k \"cd %L\

    ...doesn't work. It installs fine but if one tries to use it the following error appears:

    "C:\Program Files

    This File does not have a program associated with it for performing this action. Create an association in the Folder Options control panel."

    How can this be fixed?

    Strange. This is how my CMDHere tweak is written:

    ;This adds the "Open Command Window Here" on the right-click menu for drives and folders
    [HKEY_CLASSES_ROOT\Directory\shell\cmd]
    @="Open Command Window Here"
    [HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
    @="cmd.exe /k \"cd %L\""
    [HKEY_CLASSES_ROOT\Drive\shell\cmd]
    @="Open Command Window Here"
    [HKEY_CLASSES_ROOT\Drive\shell\cmd\command]
    @="cmd.exe /k \"cd %L\""

    Am I failing to notice a simple mistake, anyone? His command looks pretty much like how I inputted it.

  4. If you did them in alphabetical order it would all start with Q anyway... Windows Explorer will sort the list for you when you view the hotfixes by name.

    Oh dear.... looks like we're both getting confused with each other on describing this situation. :)

    I'd better explain it a bit better - here's how my svcpack folder is currently laid out, listed in alphabetical order after renaming them.

    js56nen.exe
    KB329441.exe
    KB821557.exe
    KB823559.exe
    KB824105.exe
    KB824146.exe
    Q323255.exe
    Q328310.exe
    Q329048.exe
    Q329115.exe
    Q329170.exe
    Q329390.exe
    Q329834.exe
    q330994.exe
    Q810565.exe
    Q810577.exe
    Q810833.exe
    Q811493.exe
    Q811630.exe
    Q814033.exe
    Q815021.exe
    Q816093.exe
    Q817287.EXE
    Q817606.exe
    Q819696.exe
    q828750.exe
    qchain.exe

    But here's how it was laid out when they all had their original names:

    js56nen.exe
    MSJavWU_8073687b82d41db93f4c2a04af2b34d.exe
    Q323255_WXP_SP2_x86_ENU.exe
    Q328310_WXP_SP2_x86_ENU.exe
    Q329048_WXP_SP2_x86_ENU.exe
    Q329115_WXP_SP2_x86_ENU.exe
    Q329170_WXP_SP2_x86_ENU.exe
    Q329390_WXP_SP2_x86_ENU.exe
    Q329834_WXP_SP2_x86_ENU.exe
    q330994.exe
    Q810565_WXP_SP2_x86_ENU.exe
    Q810577_WXP_SP2_x86_ENU.exe
    Q810833_WXP_SP2_x86_ENU.exe
    Q811493_WXP_SP2_x86_ENU.exe
    Q811630_WXP_SP2_x86_ENU.exe
    Q814033_WXP_SP2_x86_ENU.exe
    Q815021_WXP_SP2_x86_ENU.exe
    Q817287.EXE
    Q817606_WXP_SP2_x86_ENU.exe
    Q819696_WXP_SP2_x86_ENU.exe
    q828750.exe
    WindowsXP-KB329441-x86-ENU.exe
    WindowsXP-KB821557-x86-ENU.exe
    WindowsXP-KB823559-x86-ENU.exe
    WindowsXP-KB824105-x86-ENU.exe
    WindowsXP-KB824146-x86-ENU.exe

    As you can see, the KB ones, without renaming, were officially last on the list. I'm pretty sure someone on this thread once said that it was recommended to install Qs first, then KBs. I'm not sure where MS get their six-figure numbers from, but all these various Qs and KBs could've been released in between each other, making noting the date/order of release for each one very confusing.

    I do apologise if I seem to be making a mountain out of a mole hill, but I'm just a bit jumpy about not doing something exactly right. :rolleyes:

  5. I was taking a look at your D/Lable svcpack.inf, Aaron, and noticed you gave "Q"s to the KB patches as well.  But aren't you meant to install the Q ones first, *then* the KBs?  I'm thinking about whether to shorten the KB ones to an 8.3 filename that includes KB still.

    You can do it that way if you want. There's no issues from using Qxxxxxx.exe instead.

    Also if you list your hotfixes in numerical order, its likely all the new KB named ones will be last on the list.

    Actually, to be more precise, the KB ones will be listed last in alphabetical order in their original file names, yet will be first if you rename them to the 8.3 format. Should I install them in numerical order, no matter what letter rank they are, or should it be Q ones first then the KBs afterwards?

×
×
  • Create New...