Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Update error 80004002

Reply
Thread Tools Display Modes

Update error 80004002

 
 
mherry
Guest
Posts: n/a

 
      07-10-2007

When I want to use the update function of Windows Vista Home Premium I
get the error code 80004002.

Can some one please assist because uptill now I haven't found a
solution for this problem.

Thx

Mherry


--
mherry
------------------------------------------------------------------------
mherry's Profile: http://forums.techarena.in/member.php?userid=27786
View this thread: http://forums.techarena.in/showthread.php?t=781058

http://forums.techarena.in

 
Reply With Quote
 
 
 
 
Andrew McLaren
Guest
Posts: n/a

 
      07-10-2007
"mherry" <> wrote ...
>
> When I want to use the update function of Windows Vista Home Premium I
> get the error code 80004002.
> Can some one please assist because uptill now I haven't found a
> solution for this problem.


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.

Hope it helps,
--
Andrew McLaren
amclar (at) optusnet dot com dot au


 
Reply With Quote
 
GAgira
Guest
Posts: n/a

 
      07-21-2007
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.

--
GAgira


"mherry" wrote:

>
> When I want to use the update function of Windows Vista Home Premium I
> get the error code 80004002.
>
> Can some one please assist because uptill now I haven't found a
> solution for this problem.
>
> Thx
>
> Mherry
>
>
> --
> mherry
> ------------------------------------------------------------------------
> mherry's Profile: http://forums.techarena.in/member.php?userid=27786
> View this thread: http://forums.techarena.in/showthread.php?t=781058
>
> http://forums.techarena.in
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
instAllshield update service update manager vista error requirespermission Nunya Beeswax Windows Vista Security 11 05-21-2008 11:40 AM
Error code 80004002 Flynn Windows Vista Performance 4 03-16-2008 04:42 AM
Windows update error 80070103 - Beta 2 Vista NVIDIA Driver Update Deepak Shenoy Windows Vista General Discussion 4 02-28-2007 01:26 PM
Update error R.Demandt Windows Vista General Discussion 0 02-18-2007 08:21 PM
Error to update 86 to 64 JERRY Windows Vista General Discussion 2 07-06-2006 02:09 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59