"Shenan Stanley" <> wrote in message
news:...
> Paul Randall wrote:
>> I'm trying to automate the slipstreaming of a bunch of updates into my
>> original WXP installation CDs. Here is a list:
>> KB873333.exe
>> KB873339.exe
>> KB885250.exe
>> KB885835.exe
>> KB885836.exe
>> KB887472.exe
>> KB888113.exe
>> KB888302.exe
>> KB890175.exe
>> KB890859.exe
>> KB891781.exe
>> KB893066.exe
>> KB893086.exe
>> WindowsXP-KB898461-x86-ENU.exe
>> WindowsXP-KB896428-x86-ENU.exe
>> WindowsXP-KB896422-x86-ENU.exe
>> WindowsXP-KB896358-x86-ENU.exe
>> Windows-KB890830-V1.5-ENU.exe
>> WindowsXP-KB890046-x86-ENU.exe
>> WindowsXP-KB886185-x86-enu.exe
>> WindowsXP-KB885626-v2-x86-enu.exe
>> WindowsXP-KB883939-x86-ENU.exe
>> WindowsXP-KB835935-SP2-ENU.exe
>>
>> I'm pretty sure I need to do WindowsXP-KB835935-SP2-ENU.exe first,
>> but does it matter what order I do the rest of them? My script can
>> easily sort the list by KB number, but I don't know if that is
>> necessarily the correct order.
>>
>> Thanks for any help you can give me.
>
> Although important for a few hotfixes - mostly it doesn't matter.
> Read this:
> http://www.msfn.org/board/index.php?showtopic=38820&hl
>
> And consider using his batch script (explained here:
> http://www.msfn.org/board/index.php?...5&#entry279415
> )
>
> --
> Shenan Stanley
> MS-MVP
> --
> How To Ask Questions The Smart Way
> http://www.catb.org/~esr/faqs/smart-questions.html
Thanks for the info. I've gotten much of my info about slipstreaming from
msfn.org. They have lots of good info but my knowledge level is too low for
me to understand their terse explanations. I manually found the build date
for each update and sorted by that. It cleanly separated those with the
/log option from those without it.
Now I'm trying to understand what I should see as a result of
'integrations'. It looks like SP2 just adds, deletes, and replaces files in
the I386 folder structure. Perhaps all the hotfixes add entries in the
i386\svcpack folder.
I couldn't find anything that KB885250 changed, even though I got a message
box saying it had completed successfully. How can I verify that it was
integrated properly?
Thanks,
-Paul Randall