View Single Post
  #6 (permalink)  
Old 07-05-2008, 01:00 PM
Clark...
Newsgroup Contributor
 
Posts: n/a
Re: Updates could not be installed

fotojunkie wrote:
> 11 updates covering windows xp, security and office could not be
> installed. Tried using auto updater, and at the MS site. Same
> problem, reason - something on your computer will not allow the
> updates to be installed!!! - no resolution given




Copy/paste this into a notepad doc, and save as whatever.bat.. (save as all
files) example: updatefix.bat , then run it reboot and do your updates....
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo off
c:

net stop wuauserv

regsvr32 /u wuapi.dll /s
regsvr32 /u wups.dll /s
regsvr32 /u wuaueng.dll /s
regsvr32 /u wuaueng1.dll /s
regsvr32 /u wucltui.dll /s
regsvr32 /u wuweb.dll /s
regsvr32 /u MSXML3.dll /s
regsvr32 /u qmgr.dll /s
regsvr32 /u qmgrprxy.dll /s
regsvr32 /u jscript.dll /s
regsvr32 /u wups2.dll /s
regsvr32 /u atl.dll /s
regsvr32 wuapi.dll /s
regsvr32 wups.dll /s
regsvr32 wuaueng.dll /s
regsvr32 wuaueng1.dll /s
regsvr32 wucltui.dll /s
regsvr32 wuweb.dll /s
regsvr32 MSXML3.dll /s
regsvr32 qmgr.dll /s
regsvr32 qmgrprxy.dll /s
regsvr32 jscript.dll /s
regsvr32 wups2.dll /s
regsvr32 atl.dll /s


cd %windir%
ren SoftwareDistribution SoftDist-old

net start wuauserv
exit
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


That should do it.
Clark...
Owner WCFP Computers




--
Don't you have Google in your part of the world?


Reply With Quote

 
Old 07-05-2008, 01:00 PM