- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Windows Server 2003
- >
- Windows Update
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-08-2004 01:44 AM
тАО12-08-2004 01:44 AM
Windows Update
I have a faily easy question for most of you.
Is there a way to download all MS Updates for Win 2003 without having to run WIndows Update on the server.. Esentially I want to have all the current updates put onto CD.
Or if you have any other ideas I would appreciate it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-08-2004 01:55 AM
тАО12-08-2004 01:55 AM
Re: Windows Update
"Windows Update Catalog". You can click on it and it will let you choose:
"Find updates for Microsoft Windows operating systems"
Select your operating system and language and then hit Search.
I mention that my operating system is Win2K because I know that XP gets sent to a different page which may or may not have the same possibility. Don't know about win2003 but I can see options to search for win2003 updates on my page.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-08-2004 01:58 AM
тАО12-08-2004 01:58 AM
Re: Windows Update
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-08-2004 02:49 AM
тАО12-08-2004 02:49 AM
Re: Windows Update
The drawback is that they only want to install one at a time with a reboot between each and there doesn't seem to be a text file index where you can tell what each one does. So you might want to make your own by copying the text from each catalog entry and pasting it to notepad.
Supposedly you can get around the reboot each time problem by:
http://support.microsoft.com/kb/296861
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-08-2004 03:16 AM
тАО12-08-2004 03:16 AM
Re: Windows Update
(Example only, your drive letters may be different.)
------------------------------
install.cmd
------------------------------
setlocal
set PATHTOFIXES=D:\patches
%PATHTOFIXES%\WindowsServer2003-KB819696-x86-ENU.exe /Z /Q
%PATHTOFIXES%\WindowsServer2003-KB823182-x86-ENU.exe /Z /Q
%PATHTOFIXES%\WindowsServer2003-KB823353-x86-enu.exe /Z /Q
%PATHTOFIXES%\WindowsServer2003-KB823559-x86-ENU.exe /Z /Q
%PATHTOFIXES%\WindowsServer2003-KB824105-x86-ENU.exe /Z /Q
%PATHTOFIXES%\WindowsServer2003-KB824141-x86-ENU.exe /Z /Q
%PATHTOFIXES%\WindowsServer2003-KB825119-x86-ENU.exe /Z /Q
%PATHTOFIXES%\WindowsServer2003-KB828741-x86-ENU.EXE /Z /Q
%PATHTOFIXES%\WindowsServer2003-KB832894-x86-ENU.EXE /Z /Q
%PATHTOFIXES%\WindowsServer2003-KB833987-x86-ENU.EXE /Z /Q
%PATHTOFIXES%\WindowsServer2003-KB835732-x86-ENU.EXE /Z /Q
%PATHTOFIXES%\WindowsServer2003-KB837001-x86-ENU.EXE /Z /Q
%PATHTOFIXES%\WindowsServer2003-KB837009-x86-ENU.EXE /Z /Q
%PATHTOFIXES%\WindowsServer2003-KB839643-x86-ENU.EXE /Z /Q
%PATHTOFIXES%\WindowsServer2003-KB839645-x86-enu.exe /Z /Q
%PATHTOFIXES%\WindowsServer2003-KB840315-x86-enu.exe /Z /Q
%PATHTOFIXES%\WindowsServer2003-KB840374-x86-ENU.EXE /Z /Q
%PATHTOFIXES%\WindowsServer2003-KB828035-x86-ENU.exe /Z /Q
%PATHTOFIXES%\WindowsMedia-Q828026-x86-ENU.exe /Z /Q
%PATHTOFIXES%\WindowsMedia9-KB819639-x86-ENU.exe /Z /Q
%PATHTOFIXES%\NDP1.0sp3-KB867461-X86-Enu.exe /Z /Q
%PATHTOFIXES%\SQL2000-KB829358-8.00.0884-ENU.exe
%PATHTOFIXES%\ENU_Q832483_MDAC_x86.EXE
%PATHTOFIXES%\
----------------------
Jon