|
Re: Cannot install updates
search your windows\system32 folder for wups2.dll
if its there then this should work
copy and paste just to make sure you have the syntax correct
regsvr32 %windir%\system32\wups2.dll
if it still does not work try giving the complete path to the .dll
regsvr32 c:\windows\system32\wups.dll (if this is your path)
"Chuck" wrote:
> I checked the registry and the module Wups2.dll is there, so now what?
> "jake" <jake@discussions.microsoft.com> wrote in message
> news:F1251005-4FA8-429A-A797-8238B62F8098@microsoft.com...
> > heres what fixed it me
> > start/run
> > cmd
> > net stop wuauserv
> > regsvr32 %windir%\system32\wups2.dll
> > net start wuauserv
> >
> >
> >
> > "Chuck" wrote:
> >
> >> Automatic updates downloads files, but my PC cannot install them
> >>
> >>
> >>
>
>
>
|