PC Review


Reply
Thread Tools Rate Thread

Critical Update Deployment Methods?

 
 
Steve Gould
Guest
Posts: n/a
 
      13th Feb 2004
Hello,

Does anyone know if there is a way to build operating system specific
critical updates that can be deployed via CDROM?

I have numerous remote client machines that don't have Internet access. The
operating systems are Windows 98SE, Windows 2000 Prof, and Windows XP prof.

I would love to be able to create OS specific CD's that when launched would
scan and install the needed current critical updates on the remote machines
without needing Internet access.

Does something like this exist yet?


--
Steve Gould
Network Administrator
APA - The Engineered Wood Association
253-620-7454
(E-Mail Removed)


 
Reply With Quote
 
 
 
 
Torgeir Bakken (MVP)
Guest
Posts: n/a
 
      15th Feb 2004
Steve Gould wrote:

> Does anyone know if there is a way to build operating system specific
> critical updates that can be deployed via CDROM?
>
> I have numerous remote client machines that don't have Internet access. The
> operating systems are Windows 98SE, Windows 2000 Prof, and Windows XP prof.


Hi

Here are some links that might be of interest for you:

A)
Unattended, A Windows deployment system
http://unattended.sourceforge.net/

See "How to install hotfixes and applications" under "What next?"


B)
Visual Basic Script Hotfix Installation System:
http://groups.google.com/groups?selm...TNGP11.phx.gbl


C)
If you want to script the installs yourself, you could e.g. combine the
information in the links above with the information in the following links:

http://groups.google.com/groups?selm...3Dusers.sf.net

http://groups.google.com/groups?selm...99%40hydro.com

Command-Line Switches For Windows Software Update Packages (1)
http://support.microsoft.com/default.aspx?kbid=262841

Command-Line Switches for Microsoft Software Update Packages (2)
http://support.microsoft.com/default.aspx?kbid=824687

New File Naming Schema for Microsoft Windows Software Update Packages
http://support.microsoft.com/default.aspx?kbid=816915


--
torgeir
Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of the 1328 page
Scripting Guide: http://www.microsoft.com/technet/scriptcenter


 
Reply With Quote
 
Steven Liu
Guest
Posts: n/a
 
      16th Feb 2004
Hi Steve,

I think you can setup the Software Update Services server on your local
network.

It can be downloaded and installed at:

http://www.microsoft.com/downloads/d...6E4-6E41-4F54-
972C-AE66A4E4BF6C&displaylang=en

The server application is free.

Then, you can use the Group Policy the deploy a policy to force all clients
to access the SUS server to install the updates.

328010 How to Configure Automatic Updates by Using Group Policy or Registry
http://support.microsoft.com/?id=328010

Here is some more information:

322365 Server requirements and recommendations for installing Microsoft
http://support.microsoft.com/?id=322365

SUS web site:

http://www.microsoft.com/windowsserv...s/default.mspx

Thanks for using Microsoft Newsgroup!

Sincerely,

Steven Liu [MSFT]

Microsoft Online Partner Support

MCSE 2000

Get Secure! - www.microsoft.com/security

This posting is provided "as is" with no warranties and confers no rights.

 
Reply With Quote
 
Steve Gould
Guest
Posts: n/a
 
      17th Feb 2004
Very good suggestions. Thank you!

Steve

"Torgeir Bakken (MVP)" <Torgeir.Bakken-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Steve Gould wrote:
>
> > Does anyone know if there is a way to build operating system specific
> > critical updates that can be deployed via CDROM?
> >
> > I have numerous remote client machines that don't have Internet access.

The
> > operating systems are Windows 98SE, Windows 2000 Prof, and Windows XP

prof.
>
> Hi
>
> Here are some links that might be of interest for you:
>
> A)
> Unattended, A Windows deployment system
> http://unattended.sourceforge.net/
>
> See "How to install hotfixes and applications" under "What next?"
>
>
> B)
> Visual Basic Script Hotfix Installation System:
> http://groups.google.com/groups?selm...TNGP11.phx.gbl
>
>
> C)
> If you want to script the installs yourself, you could e.g. combine the
> information in the links above with the information in the following

links:
>
> http://groups.google.com/groups?selm...3Dusers.sf.net
>
> http://groups.google.com/groups?selm...99%40hydro.com
>
> Command-Line Switches For Windows Software Update Packages (1)
> http://support.microsoft.com/default.aspx?kbid=262841
>
> Command-Line Switches for Microsoft Software Update Packages (2)
> http://support.microsoft.com/default.aspx?kbid=824687
>
> New File Naming Schema for Microsoft Windows Software Update Packages
> http://support.microsoft.com/default.aspx?kbid=816915
>
>
> --
> torgeir
> Microsoft MVP Scripting and WMI, Porsgrunn Norway
> Administration scripting examples and an ONLINE version of the 1328 page
> Scripting Guide: http://www.microsoft.com/technet/scriptcenter
>
>



 
Reply With Quote
 
Steve Gould
Guest
Posts: n/a
 
      17th Feb 2004
Great suggestion. I'll look into this for sure.

Steve

""Steven Liu"" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Steve,
>
> I think you can setup the Software Update Services server on your local
> network.
>
> It can be downloaded and installed at:
>
>

http://www.microsoft.com/downloads/d...6E4-6E41-4F54-
> 972C-AE66A4E4BF6C&displaylang=en
>
> The server application is free.
>
> Then, you can use the Group Policy the deploy a policy to force all

clients
> to access the SUS server to install the updates.
>
> 328010 How to Configure Automatic Updates by Using Group Policy or

Registry
> http://support.microsoft.com/?id=328010
>
> Here is some more information:
>
> 322365 Server requirements and recommendations for installing Microsoft
> http://support.microsoft.com/?id=322365
>
> SUS web site:
>
> http://www.microsoft.com/windowsserv...s/default.mspx
>
> Thanks for using Microsoft Newsgroup!
>
> Sincerely,
>
> Steven Liu [MSFT]
>
> Microsoft Online Partner Support
>
> MCSE 2000
>
> Get Secure! - www.microsoft.com/security
>
> This posting is provided "as is" with no warranties and confers no rights.
>



 
Reply With Quote
 
Torgeir Bakken (MVP)
Guest
Posts: n/a
 
      17th Feb 2004
Steve Gould wrote:

> Does anyone know if there is a way to build operating system specific
> critical updates that can be deployed via CDROM?
>
> I have numerous remote client machines that don't have Internet access. The
> operating systems are Windows 98SE, Windows 2000 Prof, and Windows XP prof.
>
> I would love to be able to create OS specific CD's that when launched would
> scan and install the needed current critical updates on the remote machines
> without needing Internet access.
>
> Does something like this exist yet?


Hi

This one might be relevant for you:

Order the Windows Security Update CD from here:

http://www.microsoft.com/security/protect/cd/order.asp


The CD includes Microsoft critical updates released through October 2003
(and SP4 for Windows 2000 / SP1 for Windows XP) as well as information
to help you protect your PC.

Supports Windows XP, Windows Me, Windows 2000, Windows 98, and
Windows 98 Second Edition (SE).



--
torgeir
Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of the 1328 page
Scripting Guide: http://www.microsoft.com/technet/scriptcenter


 
Reply With Quote
 
Steve Gould
Guest
Posts: n/a
 
      18th Feb 2004
That sounds familiar. I seem to recall that being in Technet. I'll look for
the CD tomorrow.

Steve

"Torgeir Bakken (MVP)" <Torgeir.Bakken-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Steve Gould wrote:
>
> > Does anyone know if there is a way to build operating system specific
> > critical updates that can be deployed via CDROM?
> >
> > I have numerous remote client machines that don't have Internet access.

The
> > operating systems are Windows 98SE, Windows 2000 Prof, and Windows XP

prof.
> >
> > I would love to be able to create OS specific CD's that when launched

would
> > scan and install the needed current critical updates on the remote

machines
> > without needing Internet access.
> >
> > Does something like this exist yet?

>
> Hi
>
> This one might be relevant for you:
>
> Order the Windows Security Update CD from here:
>
> http://www.microsoft.com/security/protect/cd/order.asp
>
>
> The CD includes Microsoft critical updates released through October 2003
> (and SP4 for Windows 2000 / SP1 for Windows XP) as well as information
> to help you protect your PC.
>
> Supports Windows XP, Windows Me, Windows 2000, Windows 98, and
> Windows 98 Second Edition (SE).
>
>
>
> --
> torgeir
> Microsoft MVP Scripting and WMI, Porsgrunn Norway
> Administration scripting examples and an ONLINE version of the 1328 page
> Scripting Guide: http://www.microsoft.com/technet/scriptcenter
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Deployment methods in VS 2008 Standard MS Microsoft Dot NET 2 23rd Feb 2008 02:49 PM
ASP.NET Deployment Methods jw56578@gmail.com Microsoft ASP .NET 3 4th Oct 2005 01:33 PM
Critical Update: IBM system software update released on July 03 2003 Mark Howard Windows XP Security 0 24th Jul 2004 03:40 PM
windows update reinstalling critical update KB828026 daily...why?? =?Utf-8?B?bWFyaw==?= Windows XP Help 2 18th Feb 2004 08:56 PM
Critical Sections and Static Methods blue Microsoft ASP .NET 2 5th Feb 2004 07:04 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:41 AM.