Can I automatically cache Windows Update on my local network

G

Guest

I have recently kicked the tyres on ubuntu linux and am immediately impressed
by the ease with which apt-cacher was setup to locally cache the many and
varied optional software packages and package updates.

This is a huge bandwidth saving on my broadband connection which is also
utilized for VOIP telephony. My monopolistic Australian ISP is infamous for
metering downloaded data and imposing speed shaping after a certain monthly
threshold is reached, so locally caching these packages for reuse on
subsequent reinstalls or for reuse by other hosts on the local network is a
further benefit. As I type this I am enduring a shaped 'broadband' connection
of 64kbps !

So this begs the questions:
1) Is the similar caching function possible for Windows Updates?
2) If so are there any cautions or filters that are best applied. (e.g. I'm
thinking that the mandated WGA authentication may pose special requirements
on the proxy.)
3) Is there free software to implement this?

There are three WinXP machines on my local network as well as the occasional
laptop visitor. I currently make use of the 'Administrators Options' link at
the Windows Update page to locate and download offline/redistributable
versions of the BIGGER update files - SP2, dotNET (1,2&3), IE, WMplayer,
MSN/Live Messenger and DirectX. This is a manual caching technique that would
be better if it were automated.

I am still reading about Squid (another local cache solution that runs on
linux) and it seems there have been mixed results using Squid to cache
Windows Update traffic.

Any advice or pointers will be welcome!
- - -
microsoft.public.windowsxp.network_web,
microsoft.public.windowsxp.help_and_support,
microsoft.public.windowsxp.general
 
Joined
Jul 20, 2012
Messages
2
Reaction score
0
Is the similar caching function possible for Windows Updates?

you might have a look on http://wuinstall, it is a command line tool, which has several more options/features compaired to the "normal" windows update. for example it has also a caching features, which you are looking for. with the command
Code:
wuinstall /install_cache c:\folder
a machine firstly searches for a needed update in the specified folder (which should be normally a shared folder on the local network). if the update isnt available there, the machine dowloads it from the windows updates server and publishes it in the shared folder for further installations.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top