Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Windows Update XP does not work since v.5 came out

Reply
Thread Tools Display Modes

Windows Update XP does not work since v.5 came out

 
 
kichius
Guest
Posts: n/a

 
      12-11-2004
Windows Update v.4 was working on my system. However, as soon as v.5 came
out I have the same problem as everyone else--it just sits there. I get the
initial message about scanning and it might take a while, then the browser
emits a soft "click" as the blue bar in the bottom of the frame jumps to
"full" (all the way to the right). Then it just sits there. The initial
message just sits there, nothing happens, and it does not scan.

I don't know, but I suspect there may be some sort of systemic problem with
v.5 Windows Update.

Thanks!
 
Reply With Quote
 
 
 
 
Taurarian
Guest
Posts: n/a

 
      12-11-2004
When searching for available updates on the Windows Update site, you see the
0x8007043B error
This error may occur if the WUAUSERV and BITS services are not configured properly in
the registry.
http://v5.windowsupdate.microsoft.co...cleid=19&ln=en

or

Try registering the following:

Click Start, select Run and type (pressing enter after each one and wait for the
success message):

regsvr32 wuapi.dll
regsvr32 wuaueng.dll
regsvr32 atl.dll
regsvr32 wucltui.dll
regsvr32 wups.dll


or

Click Start, select Run and type (pressing enter after each one and wait for the
success message):

net.exe stop wuauserv
Press Ok

Repeat for the following:
regsvr32 wuapi.dll
regsvr32 wups.dll
regsvr32 wuaueng.dll
regsvr32 wucltui.dll
regsvr32 msxml3.dll
net.exe start wuauserv

Press enter after each one and wait for the success message


"kichius" <> wrote in message
news:C15053CD-E0F4-48B1-B064-...
> Windows Update v.4 was working on my system. However, as soon as v.5 came
> out I have the same problem as everyone else--it just sits there. I get the
> initial message about scanning and it might take a while, then the browser
> emits a soft "click" as the blue bar in the bottom of the frame jumps to
> "full" (all the way to the right). Then it just sits there. The initial
> message just sits there, nothing happens, and it does not scan.
>
> I don't know, but I suspect there may be some sort of systemic problem with
> v.5 Windows Update.
>
> Thanks!


 
Reply With Quote
 
kichius
Guest
Posts: n/a

 
      12-12-2004
Second solution (wuapi, wuaueng, atl, wucltui, wups) worked like a charm!

Thank you very much!

Incidently, if it is not too much trouble, in a general sense what did those
dlls do?

-kichius


"Taurarian" wrote:

> When searching for available updates on the Windows Update site, you see the
> 0x8007043B error
> This error may occur if the WUAUSERV and BITS services are not configured properly in
> the registry.
> http://v5.windowsupdate.microsoft.co...cleid=19&ln=en
>
> or
>
> Try registering the following:
>
> Click Start, select Run and type (pressing enter after each one and wait for the
> success message):
>
> regsvr32 wuapi.dll
> regsvr32 wuaueng.dll
> regsvr32 atl.dll
> regsvr32 wucltui.dll
> regsvr32 wups.dll
>
>
> or
>
> Click Start, select Run and type (pressing enter after each one and wait for the
> success message):
>
> net.exe stop wuauserv
> Press Ok
>
> Repeat for the following:
> regsvr32 wuapi.dll
> regsvr32 wups.dll
> regsvr32 wuaueng.dll
> regsvr32 wucltui.dll
> regsvr32 msxml3.dll
> net.exe start wuauserv
>
> Press enter after each one and wait for the success message
>
>
> "kichius" <> wrote in message
> news:C15053CD-E0F4-48B1-B064-...
> > Windows Update v.4 was working on my system. However, as soon as v.5 came
> > out I have the same problem as everyone else--it just sits there. I get the
> > initial message about scanning and it might take a while, then the browser
> > emits a soft "click" as the blue bar in the bottom of the frame jumps to
> > "full" (all the way to the right). Then it just sits there. The initial
> > message just sits there, nothing happens, and it does not scan.
> >
> > I don't know, but I suspect there may be some sort of systemic problem with
> > v.5 Windows Update.
> >
> > Thanks!

>
>

 
Reply With Quote
 
Taurarian
Guest
Posts: n/a

 
      12-12-2004
For more information on dlls, perhaps you may find this site of interest.
What exactly the dlls do, I'm not really sure, but they all have their
purpose.

http://support.microsoft.com/dllhelp/
DLL Help Database
This database contains information about DLL files that are included with
selected Microsoft products.

for example:
wuapi.dll – Windows Update Client
wuaueng.dll – Windows Update Autoupdate Engine




"kichius" wrote:

> Second solution (wuapi, wuaueng, atl, wucltui, wups) worked like a charm!
>
> Thank you very much!
>
> Incidently, if it is not too much trouble, in a general sense what did those
> dlls do?
>
> -kichius
>
>
> "Taurarian" wrote:
>
> > When searching for available updates on the Windows Update site, you see the
> > 0x8007043B error
> > This error may occur if the WUAUSERV and BITS services are not configured properly in
> > the registry.
> > http://v5.windowsupdate.microsoft.co...cleid=19&ln=en
> >
> > or
> >
> > Try registering the following:
> >
> > Click Start, select Run and type (pressing enter after each one and wait for the
> > success message):
> >
> > regsvr32 wuapi.dll
> > regsvr32 wuaueng.dll
> > regsvr32 atl.dll
> > regsvr32 wucltui.dll
> > regsvr32 wups.dll
> >
> >
> > or
> >
> > Click Start, select Run and type (pressing enter after each one and wait for the
> > success message):
> >
> > net.exe stop wuauserv
> > Press Ok
> >
> > Repeat for the following:
> > regsvr32 wuapi.dll
> > regsvr32 wups.dll
> > regsvr32 wuaueng.dll
> > regsvr32 wucltui.dll
> > regsvr32 msxml3.dll
> > net.exe start wuauserv
> >
> > Press enter after each one and wait for the success message
> >
> >
> > "kichius" <> wrote in message
> > news:C15053CD-E0F4-48B1-B064-...
> > > Windows Update v.4 was working on my system. However, as soon as v.5 came
> > > out I have the same problem as everyone else--it just sits there. I get the
> > > initial message about scanning and it might take a while, then the browser
> > > emits a soft "click" as the blue bar in the bottom of the frame jumps to
> > > "full" (all the way to the right). Then it just sits there. The initial
> > > message just sits there, nothing happens, and it does not scan.
> > >
> > > I don't know, but I suspect there may be some sort of systemic problem with
> > > v.5 Windows Update.
> > >
> > > Thanks!

> >
> >

 
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
windows update will not work!! Counterstryker2004@hotmail.com Windows Update 6 07-06-2008 05:22 AM
How does Windows Update Work Jonny Windows Update 0 08-06-2004 12:43 PM
Windows update doesn't work Joyce Windows Update 0 05-29-2004 04:46 PM
windows update and xp home edition - web update wont work. HELLO Windows Update 1 12-02-2003 06:34 PM
Windows Update doesn't work bodo Windows Update 6 10-07-2003 10:19 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