Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > In what order should updates be done?

Reply
Thread Tools Display Modes

In what order should updates be done?

 
 
Paul Randall
Guest
Posts: n/a

 
      07-09-2005
Hi,
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.

-Paul Randall


 
Reply With Quote
 
 
 
 
Shenan Stanley
Guest
Posts: n/a

 
      07-09-2005
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


 
Reply With Quote
 
Jerry
Guest
Posts: n/a

 
      07-09-2005
I usually recommend updates be done in date order sequence so that something
'new' is not overwritten by something 'old'.

In your case, have you made sure that the updates listed all come after SP2?
Doesn't make sense to do any from before SP2.

Also, you could check the AutoPatcher software www.autopatcher.com or
http://www.neowin.net/forum/index.php?showforum=89 to see what they've done
to make installing updates a bit easier.

"Paul Randall" <> wrote in message
news:eW$...
> Hi,
> 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.
>
> -Paul Randall
>



 
Reply With Quote
 
Paul Randall
Guest
Posts: n/a

 
      07-11-2005
"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


 
Reply With Quote
 
Paul Randall
Guest
Posts: n/a

 
      07-11-2005
Hi, Jerry
I downloaded Autopatcher, and it looks like it does everything I need. I
slipstreamed SP2 into my Dell operating system reinstallation CD to make a
new bootable CD. The CD installs SP2 and then I run AutoPatcher to bring it
up to date.

Thanks for the links.

-Paul Randall

"Jerry" <> wrote in message
news:...
>I usually recommend updates be done in date order sequence so that
>something 'new' is not overwritten by something 'old'.
>
> In your case, have you made sure that the updates listed all come after
> SP2? Doesn't make sense to do any from before SP2.
>
> Also, you could check the AutoPatcher software www.autopatcher.com or
> http://www.neowin.net/forum/index.php?showforum=89 to see what they've
> done to make installing updates a bit easier.
>
> "Paul Randall" <> wrote in message
> news:eW$...
>> Hi,
>> 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.
>>
>> -Paul Randall
>>

>
>



 
Reply With Quote
 
Harry
Guest
Posts: n/a

 
      07-18-2005
Hi Paul

Since three weeks I asked the community (and MS) for help to install the
upgrade KB898461. When you look on posts referring KB898461 you see that some
other users around the world (not only the anglos) have problems with it.

I see in your upgrade list also the KB898461. I think, when you strike this
KB898461 out from your upgradelist (manually) your upgrade will work, but not
the KB898461.

I still wait for a solution to implement KB898461 ....

Regards from Switzerland: Harry

"Paul Randall" wrote:

> Hi, Jerry
> I downloaded Autopatcher, and it looks like it does everything I need. I
> slipstreamed SP2 into my Dell operating system reinstallation CD to make a
> new bootable CD. The CD installs SP2 and then I run AutoPatcher to bring it
> up to date.
>
> Thanks for the links.
>
> -Paul Randall
>
> "Jerry" <> wrote in message
> news:...
> >I usually recommend updates be done in date order sequence so that
> >something 'new' is not overwritten by something 'old'.
> >
> > In your case, have you made sure that the updates listed all come after
> > SP2? Doesn't make sense to do any from before SP2.
> >
> > Also, you could check the AutoPatcher software www.autopatcher.com or
> > http://www.neowin.net/forum/index.php?showforum=89 to see what they've
> > done to make installing updates a bit easier.
> >
> > "Paul Randall" <> wrote in message
> > news:eW$...
> >> Hi,
> >> 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.
> >>
> >> -Paul Randall
> >>

> >
> >

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
updates: install order Patrick Windows Update 1 06-28-2004 07:14 PM
Order of updates... sbp00se Windows Update 2 05-08-2004 07:51 PM
Order of updates Mark Windows Update 1 03-04-2004 05:14 PM
Re: Order of Critical Updates? Kent W. England [MVP] Windows Update 0 08-06-2003 03:02 AM
Re: Order of Critical Updates? Lee Windows Update 0 08-05-2003 07:46 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59