techPowerUp! Forums

Go Back   techPowerUp! Forums > Software > General Software

Reply
 
Thread Tools
Old Feb 12, 2009, 01:55 AM   #1
Laurijan
1000 Posts
 
Join Date: Feb 2007
Location: Oulu, Finland
Posts: 1,935 (0.84/day)
Thanks: 270
Thanked 352 Times in 282 Posts
Send a message via MSN to Laurijan Send a message via Skype™ to Laurijan

System Specs

How to bundle Windows updates

Hi!

I would like to know if it is possible to for example download all Windows 200 updates and burn then to a CD.. i have to install all updates on x7 Win 2000 machines and would like to avoid downloading all updates for each machine..

Thx
__________________


If you want to quit smoking tobacco this is a must see:
☆☆☆The Electronic-Cigarette Club☆☆☆ @ GN.net

Laurijanīs Heat
My worldwide sales thread
Laurijan is offline  
Reply With Quote
Old Feb 12, 2009, 02:01 AM   #2
paulm
200 Posts
 
paulm's Avatar
 
Join Date: Dec 2008
Location: United States
Posts: 412 (0.26/day)
Thanks: 11
Thanked 49 Times in 36 Posts

System Specs

I'm not sure on this, but I believe you will need to update each manually...

I would normally say use nLite or download the service packs (both would apply to XP), but I'm pretty sure neither is a solution in this case...

Good luck
paulm is offline  
Reply With Quote
Old Feb 12, 2009, 04:32 AM   #3
FordGT90Concept
"I go fast!1!11!1!"
 
FordGT90Concept's Avatar
 
Join Date: Oct 2008
Location: IA, USA
Posts: 10,565 (6.29/day)
Thanks: 1,751
Thanked 2,594 Times in 1,959 Posts

System Specs

All you can really do is slipstream the updates and burn a new Windows 2000 install disk. Here's some sites to help you along:

http://www.tacktech.com/display.cfm?ttid=295
http://old.bink.nu/bootcd/
http://www.vorck.com/windows/2ksp5.html <-- most thorough
__________________
Golden Rule of Programming: Never assume.

try { SteamDownload(); }
catch (Steamception ex) { RageQuit(); }
FordGT90Concept is online now  
Crunching for Team TPU
Reply With Quote
The Following User Says Thank You to FordGT90Concept For This Useful Post:
Old Feb 12, 2009, 12:11 PM   #4
Polarman
1000 Posts
 
Polarman's Avatar
 
Join Date: Jun 2008
Location: Laval, Qc
Posts: 1,575 (0.88/day)
Thanks: 41
Thanked 300 Times in 199 Posts

System Specs

You can try here also:

http://www.ryanvm.net/forum/viewforum.php?f=28

I used Ryanvm's Intergrator before.
__________________
http://forums.techpowerup.com/image.php?u=55205&type=sigpic&dateline=1220312009
Polarman is offline  
Reply With Quote
Old Feb 12, 2009, 12:16 PM   #5
mcloughj
200 Posts
 
Join Date: Oct 2005
Location: Dublin, Ireland
Posts: 283 (0.10/day)
Thanks: 58
Thanked 56 Times in 32 Posts

System Specs

if the machines are all the same you could set up one and clone it to the other machines using norton ghost or something similar.
mcloughj is offline  
Reply With Quote
Old Feb 12, 2009, 12:54 PM   #6
lemonadesoda
Eligible for custom title
 
lemonadesoda's Avatar
 
Join Date: Aug 2006
Posts: 5,337 (2.17/day)
Thanks: 749
Thanked 960 Times in 710 Posts

System Specs

My tip is as follows:

1./ Slipstream the latest service pack. MS site tells you how to do this. But here is a summary. You run the service pack at the command line with the following switches. NO SPACES between integrate and the colons.
Code:
sp2udate.exe /integrate:c:\W2K3install
2./ Have the "hotfixes" and patches that are not yet part of a hotfix installed using qchain and a batch file. You need to have downloaded the updates, not "run" them directly from Windows Update. When there are new updates, you just download them, add them to the folder, and update the batch file.

Look, here is my .bat file for W2K3

Code:
@echo off
echo JAN 2009 version

setlocal

WindowsMedia6-KB925398-v2-x86-ENU.exe -z -m
WindowsServer2003-KB921503-x86-ENU.exe -z -m
WindowsServer2003-KB924667-v2-x86-ENU.exe -z -m
WindowsServer2003-KB925876-v2-x86-ENU.exe -z -m
WindowsServer2003-KB925902-x86-ENU.exe -z -m
WindowsServer2003-KB926122-x86-ENU.exe -z -m
WindowsServer2003-KB927891-v5-x86-ENU.exe -z -m
WindowsServer2003-KB929123-x86-ENU.exe -z -m

WindowsServer2003-KB930178-x86-ENU.exe -z -m
WindowsServer2003-KB931784-x86-ENU.exe -z -m
WindowsServer2003-KB932168-x86-ENU.exe -z -m
WindowsServer2003-KB933729-x86-ENU.exe -z -m
WindowsServer2003-KB933854-x86-ENU.exe -z -m
WindowsServer2003-KB935839-x86-ENU.exe -z -m
WindowsServer2003-KB935840-x86-ENU.exe -z -m
WindowsServer2003-KB936021-x86-ENU.exe -z -m
WindowsServer2003-KB936357-v2-x86-ENU.exe -z -m
WindowsServer2003-KB936782-x86-ENU.exe -z -m
WindowsServer2003-KB938127-x86-ENU.exe -z -m
WindowsServer2003-KB938464-x86-ENU.exe -z -m

WindowsServer2003-KB941202-x86-ENU.exe -z -m
WindowsServer2003-KB941568-x86-ENU.exe -z -m
WindowsServer2003-KB941569-x86-ENU.exe -z -m
WindowsServer2003-KB941644-x86-ENU.exe -z -m
 
WindowsServer2003-KB941693-x86-ENU.exe -z -m  **
WindowsServer2003-KB942763-x86-ENU.exe -z -m
WindowsServer2003-KB942840-x86-ENU.exe -z -m
WindowsServer2003-KB943055-x86-ENU.exe -z -m
WindowsServer2003-KB943460-x86-ENU.exe -z -m
WindowsServer2003-KB943485-x86-ENU.exe -z -m

WindowsServer2003-KB944338-v2-x86-ENU.exe -z -m
WindowsServer2003-KB944653-x86-ENU.exe -z -m
WindowsServer2003-KB945553-x86-ENU.exe -z -m
WindowsServer2003-KB946026-x86-ENU.exe -z -m
WindowsServer2003-KB947864-x86-ENU.exe -z -m  **
WindowsServer2003-KB948590-x86-ENU.exe -z -m  **
WindowsServer2003-KB948881-x86-ENU.exe -z -m  **

WindowsServer2003-KB950762-x86-ENU.exe -z -m
WindowsServer2003-KB950974-x86-ENU.exe -z -m
WindowsServer2003-KB951066-x86-ENU.exe -z -m
WindowsServer2003-KB951698-x86-ENU.exe -z -m
WindowsServer2003-KB951748-x86-ENU.exe -z -m
WindowsServer2003-KB952069-x86-ENU.exe -z -m
WindowsServer2003-KB952954-x86-ENU.exe -z -m
WindowsServer2003-KB954211-x86-ENU.exe -z -m
WindowsServer2003-KB954600-x86-ENU.exe -z -m
WindowsServer2003-KB955069-x86-ENU.exe -z -m
WindowsServer2003-KB955839-x86-ENU.exe -z -m
WindowsServer2003-KB958215-x86-ENU.exe -z -m
WindowsServer2003-KB956802-x86-ENU.exe -z -m
WindowsServer2003-KB956803-x86-ENU.exe -z -m
WindowsServer2003-KB956841-x86-ENU.exe -z -m
WindowsServer2003-KB957097-x86-ENU.exe -z -m
WindowsServer2003-KB958644-x86-ENU.exe -z -m
WindowsServer2003-KB958687-x86-ENU.exe -z -m

WindowsServer2003-KB960714-x86-ENU.exe -z -m


qchain.exe
echo ***
echo Installed and ready to reboot (WAIT MAYBE)
echo Type EXIT to return to Windows, then shutdown
What a lot of updates! What a shame MS has dumped SP3 for W2K3. It really wouldnt take too much resource to release one. I think they do it deliberately... so that it is FASTER to install a new versions of windows (Vista, win7, etc.) than to install you older versions and then update them.
lemonadesoda is offline  
Reply With Quote
Old Feb 12, 2009, 12:56 PM   #7
DanTheBanjoman
Seņor Moderator
 
DanTheBanjoman's Avatar
 
Join Date: May 2004
Location: Utrecht, Utrecht, The kingdom of the Netherlands
Posts: 8,498 (2.59/day)
Thanks: 41
Thanked 1,453 Times in 1,077 Posts
Send a message via ICQ to DanTheBanjoman Send a message via MSN to DanTheBanjoman

System Specs

nLite can do it for you. Use WUD (Windows Update Downloader) to download all updates.
DanTheBanjoman is offline  
Reply With Quote
Old Feb 12, 2009, 01:14 PM   #8
lemonadesoda
Eligible for custom title
 
lemonadesoda's Avatar
 
Join Date: Aug 2006
Posts: 5,337 (2.17/day)
Thanks: 749
Thanked 960 Times in 710 Posts

System Specs

Ta for the info. Will look into that.
lemonadesoda is offline  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Microsoft Windows Vista Service Pack 2 Beta Next Week malware News 39 Oct 28, 2008 05:23 AM
Windows Vista Help! Multiple problems! Explorer, Firewall, Sleeping ktadie General Software 2 Aug 7, 2008 03:29 PM
New RAM New Mobo VISTA IS STILL SLOW!!! stupidbiznitch9 General Hardware 67 Apr 16, 2008 02:25 PM
Windows Updates HellasVagabond General Software 0 Sep 26, 2007 07:16 PM
Microsoft Windows Updates HellasVagabond General Software 13 Aug 29, 2007 07:22 PM


All times are GMT. The time now is 01:51 PM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
no new posts