doctorfrog Posted May 13, 2010 Posted May 13, 2010 Here's my current Windows Update dialog:I'd like to be able to 'capture' the updates you see there and be able to install them without relying on Windows Update. I wish this were as easy as a Google search, but it isn't.For now, using Autopatcher allows me to apply most Windows updates without relying on an umbilical to Microsoft. The updates in this image, and a few others, are stragglers that I'd like to be able to install without using Windows Update. Is there a secret to downloading these separately, intercepting them as they are being downloaded, or finding the install packages cached on my hard drive?
ner Posted May 13, 2010 Posted May 13, 2010 (edited) Here's my current Windows Update dialog:I'd like to be able to 'capture' the updates you see there and be able to install them without relying on Windows Update. I wish this were as easy as a Google search, but it isn't.For now, using Autopatcher allows me to apply most Windows updates without relying on an umbilical to Microsoft. The updates in this image, and a few others, are stragglers that I'd like to be able to install without using Windows Update. Is there a secret to downloading these separately, intercepting them as they are being downloaded, or finding the install packages cached on my hard drive?best thing to do is to download all the updated you want. manually or use thisor downlod this programhttp://www.windowsupdatesdownloader....gramFiles.aspxdownload these fileshttp://www.msfn.org/board/post-updat...0-t128393.htmlrun the first program and select all the downloads you want x64 or x86 and then manually install our use a batch file to install... this is it:IF EXIST "%~dp0*.msu" (FOR /F "tokens=*" %%A IN ('DIR /B "%~dp0*.msu"') DO (start /wait %~dp0%%A /quiet /norestart))for device drivers then get them from C:\Windows\System32\DriverStore\FileRepository\XX device folder XX copy to new folder say called Wireless Network, then use device manager to install updates on other pchope this helps Edited May 13, 2010 by ner
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now