Results 1 to 3 of 3

Thread: Update error 80004002

  1. #1
    Join Date
    Jul 2007
    Posts
    1

    Update error 80004002

    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

  2. #2
    Andrew McLaren Guest

    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. #3
    GAgira Guest

    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.

Similar Threads

  1. Code 80004002 Windows Update - Vista Home Premium
    By Selkirk64 in forum Windows Update
    Replies: 5
    Last Post: 24-03-2010, 05:25 PM
  2. Replies: 5
    Last Post: 22-07-2009, 08:32 AM
  3. Windows Update borked - Error Code 80004002
    By Leslie in forum Operating Systems
    Replies: 4
    Last Post: 01-09-2008, 05:52 PM
  4. windows update error 80004002
    By netsavy006 in forum Windows Update
    Replies: 9
    Last Post: 13-10-2007, 08:22 AM
  5. Windows Update Error Code 80004002
    By Erich in forum Windows Update
    Replies: 11
    Last Post: 10-09-2007, 04:45 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,947,023.77971 seconds with 17 queries