Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Solved - WU hangs - error 0x80040154

Reply
Thread Tools Display Modes

Solved - WU hangs - error 0x80040154

 
 
ordinateur
Guest
Posts: n/a

 
      02-11-2005
I was having problems with Windows Update hanging. Looking in
c:\windows\WindowsUpdate.log, I had error 0x80040154, which seems to be a
problem with a com object not registering. Don't know why.

The solution is to register by hand each of the WU dll's.

Open up a command prompt then key in
C:\WINDOWS\system32\regsvr32.exe /s "C:\WINDOWS\system32\wuweb.dll"
and repeat for all of the dll's in c:\windows\system32 that are named
wu*.dll (Hover the mouse over each to see the description that should mention
windows update).
Run windows update as normal and it should work now...

--
(weary sigh...)
 
Reply With Quote
 
 
 
 
Pat Walters [MSFT]
Guest
Posts: n/a

 
      02-17-2005
"ordinateur",

If you run into this issue again, copy and paste the following into a file,
and give the ending file extension a .bat or .cmd (works on Windows XP):

------------------------------------------------8<--------------------------
--------------------------

NET STOP WUAUSERV
NET STOP BITS
regsvr32 /s cdm.dll
regsvr32 /s bitsprx2.dll
regsvr32 /s bitsprx3.dll
regsvr32 /s iuengine.dll
regsvr32 /s qmgr.dll
regsvr32 /s qmgrprxy.dll
regsvr32 /s msxml.dll
regsvr32 /s msxml2.dll
regsvr32 /s msxml3.dll
regsvr32 /s urlmon.dll
regsvr32 /s wuapi.dll
regsvr32 /s wuaueng.dll
regsvr32 /s wuaueng1.dll
regsvr32 /s wuauserv.dll
regsvr32 /s wucltui.dll
regsvr32 /s wups.dll
regsvr32 /s wuweb.dll

NET START BITS
NET START WUAUSERV
regsvr32 /s softpub.dll
regsvr32 /s initpki.dll
regsvr32 /s mssip32.dll
regsvr32 /s wintrust.dll
regsvr32 /s dssenh.dll
regsvr32 /s rsaenh.dll
regsvr32 /s gpkcsp.dll
regsvr32 /s sccbase.dll
regsvr32 /s slbcsp.dll
regsvr32 /s cryptdlg.dll
regsvr32 /s jscript.dll


echo \\ NOW THIS SHOULD WORK! //

------------------------------------------------8<--------------------------
--------------------------

--
Pat Walters [MSFT]

"ordinateur" <> wrote in message
news:86D66ACD-F61B-436C-B784-...
> I was having problems with Windows Update hanging. Looking in
> c:\windows\WindowsUpdate.log, I had error 0x80040154, which seems to be a
> problem with a com object not registering. Don't know why.
>
> The solution is to register by hand each of the WU dll's.
>
> Open up a command prompt then key in
> C:\WINDOWS\system32\regsvr32.exe /s "C:\WINDOWS\system32\wuweb.dll"
> and repeat for all of the dll's in c:\windows\system32 that are named
> wu*.dll (Hover the mouse over each to see the description that should

mention
> windows update).
> Run windows update as normal and it should work now...
>
> --
> (weary sigh...)



 
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
Error code 0x80040154 Fix? HeadsUpChamp Windows Vista Security 8 03-16-2009 11:53 AM
System Restore ERROR:: 0x80040154 Dale Windows Vista General Discussion 7 11-26-2007 12:13 AM
Error 0x80040154 Charles Shapiro Windows Vista Installation 0 06-29-2007 12:14 PM
Update hangs problem solved thanks to MowGreen [MVP] Gianni Windows Update 0 05-26-2004 10:51 AM
Update Hangs At 0% - problem solved Bill Windows Update 0 01-07-2004 05:05 PM



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