"Col. Firefly" <Col.
> wrote in message
news:CD988840-43EF-4CC0-AC8F-...
> It seems to have fixed the problem I had with the Automatic Updates tab in
> System Properties from hanging, but the Windows Update site is still out of
> commission.
Rather vague symptom description. Check your WindowsUpdate.log
for clues and more detail.
>
> However, the last command (iuengine.dll) you have didn't return a positive
> result for me. It said it couldn't register the module because it couldn't
> find the entry point.
That's what I would expect. DependencyWalker shows that
iuengine.dll (at least in XPsp2RTM) has entry points for neither
DllRegisterServer nor DllInstall.
K. Becker,
Where did the list originate and for which OS?
Robert Aldwinckle
---
>
> "K. Becker" wrote:
>
>> Bobio,
>>
>> You're going to love this. I had the same problem, now fixed. Seems that,
>> for some reason, a number of windows update .dll files aren't being
>> registered. My final fix that seemed to work is the following, done in the
>> c:%WINDIR%\system32 directory from the CMD window: (p.s. - do a windows
>> restore point first, if it doesn't work!)
>>
>> regsvr32 wuapi.dll
>> regsvr32 wuaueng.dll
>> regsvr32 wuaueng1.dll
>> regsvr32 wucltui.dll
>> regsvr32 wups.dll
>> regsvr32 wuweb.dll
>> regsvr32 iuengine.dll
....