|
| ||||||||||
| Tags: 80004002 |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Update error 80004002
Can some one please assist because uptill now I haven't found a solution for this problem. Thx Mherry |
|
#2
| |||
| |||
| Re: Update error 80004002
It isn't one of the "common" Windows Update errors (see http://support.microsoft.com/ph/6527/). But clearly, something isn't working correctly. 0x80040002 is a standard COM error meaning E_NOINTERFACE; that is, some COM DLL on your system is not correctly registered, hence the Windows Update process cannot find the Interfaces this DLL exports. Exactly which DLL is hard to say, from here. But once you find it, it should be easy to re-register - you go to a Command Prompt as Administrator and run the command: C:\>regsvr32 foo.DLL where you replace "foo.dll" with the name of the specific DLL in question. Then run Windows Update again, and it should work okay. To get more details about the error, look in the file C:\Windows\WindowsUpdate.log. This is a plain text file which you can open in Notepad. If you seach for "8004002" or "E_NOINTERFACE" you should find the error in the log, along with more details about the files involved. If it isn't obvious from the log what you need to do, cut-n-paste the relevant section of WindowsUpdate.log into a message to the newsgroup. For issues around Windows update, you might be better off asking in microsoft.public.windowsupdate - that group is 100% focussed on Windows Update problems. |
|
#3
| |||
| |||
| RE: Update error 80004002
Try this it worked for me Re-register the Windows Update DLL with the commands below: 1. Click on 'Start', choose 'Run'. In the open box, type cmd, and then click 'OK'. 2. Type the following commands. Press 'ENTER' after each command: regsvr32 wuapi.dll regsvr32 wuaueng.dll regsvr32 wuaueng1.dll regsvr32 wucltui.dll regsvr32 wups.dll regsvr32 wups2.dll regsvr32 wuweb.dll Try Updating Windows. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Update error 80004002" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Code 80004002 Windows Update - Vista Home Premium | Selkirk64 | Windows Update | 5 | 24-03-2010 05:25 PM |
| Defender wont update (error code 80004002) - cant turn off win upd | bikeman | Windows Update | 5 | 22-07-2009 08:32 AM |
| Windows Update borked - Error Code 80004002 | Leslie | Operating Systems | 4 | 01-09-2008 05:52 PM |
| windows update error 80004002 | netsavy006 | Windows Update | 9 | 13-10-2007 08:22 AM |
| Windows Update Error Code 80004002 | Erich | Windows Update | 11 | 10-09-2007 04:45 PM |