Jump to content

install downloaded updates xp


Recommended Posts

back in the day with windows xp updates I used to run windows update on a pc then after the download portion was complete i would grab the contents of c:\Windows\SoftwareDistribution\Download\ folder. I would then take these files to another computer that had not run windows update yet and put them into C:\Windows\SoftwareDistribution\Download\ on that new computer. Then you could run windows update on that new computer and it would skip through the download process very quickly as it realised it already had a copy of the update downloaded. Does this method not work anymore?

thanks

Chris

Link to comment
Share on other sites


Not since they started using the permanent copy of the Package Installer for Windows.

What is the best way to install all updates on win xp pro x64 after you have downloaded all the updates with windows updates downloader?

thanks

Chris

Link to comment
Share on other sites

Put them all in a folder and create a batch file with this content in the same folder...

for %%a in (*.exe) do (
start /wait %%a /quiet /norestart /nobackup )
pause

Then run the batch file and reboot when it's done. You may or may not want the /nobackup switch.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...