jacob Site Admin


Joined: 16 Mar 2006 Posts: 73 Location: USA
|
Posted: Thu Aug 07, 2008 5:05 pm Post subject: SOLVED: Windows XP Update fails to install updates... |
|
|
THE PROBLEM:
"...
Failed Updates
For help installing an update successfully, see the solution under each problem description.
Problem: End User License Agreement (EULA) Not Accepted
Solution: Check for updates again and wait while you install updates. You will be asked to accept the EULA before any updates with a EULA can be installed.
Problem: Not Enough Disk Space
Solution: To make more space available, run the Disk Cleanup tool or uninstall any programs that you don’t use. For directions, see Help and Support on your computer.
Problem: Automatic Updates is currently installing updates
Solution: Please wait until Automatic Updates is complete and then check your update history. At that time, if the update has failed to install, you can try installing it from the website.
Note: To view Automatic Updates progress, click the updating icon in your System Tray.
Problem: Please check your update history for a description.
Problem: A problem on your computer is preventing updates from being downloaded or installed
Solution: To fix the problem, try installing the updates again. If that doesn't work, use the Troubleshooter to try solve the problem.
Microsoft Windows XP
Security Update for Windows XP with Windows Media Format Runtime 9.5 and 11 (KB941569)
Security Update for Microsoft .NET Framework, Version 2.0 (KB928365)
Microsoft .NET Framework 1.1 Service Pack 1
Cumulative Security Update for Internet Explorer 7 for Windows XP (KB950759)
..."
THE SOLUTION:
1. Click Start.
2. Choose Run.
3. In the Run box, type: cmd
4. Right click the cmd window and paste the following into it:
| Code: |
net stop wuauserv
regsvr32.exe wuapi.dll
regsvr32.exe wuaueng.dll
regsvr32.exe wuaueng1.dll
regsvr32.exe wucltui.dll
regsvr32.exe wups.dll
regsvr32.exe wups2.dll
regsvr32.exe wuweb.dll
net start wuauserv
|
5. Retry Windows Update
done.
--
Jacob
http://howtoforums.net
"I ran the Microsoft Windows Malicious Software Removal Tool, but Internet Explorer is still on my computer :-O !" |
|