windows updates failed

  • Thread starter Thread starter yepiknowiam
  • Start date Start date
Y

yepiknowiam

Guest
There is a problem with all the updates are failing to install. It will
download them all, but 95 updates failed to install. I tried to rename the
software distribution folder and tried rebooting a couple times and not sure
what else to do.

It's a new system XP system with SP2.

Any ideas?
 
Re: windows updates failed

yepiknowiam wrote:
> There is a problem with all the updates are failing to install. It
> will download them all, but 95 updates failed to install. I tried to
> rename the software distribution folder and tried rebooting a couple
> times and not sure what else to do.
>
> It's a new system XP system with SP2.
>
> Any ideas?




rem Copy/paste this into a notepad doc, and save as updatefix.bat (save
as all file type not txt)..
rem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
rem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Clark...
 
Re: windows updates failed

CrystalBall© sez...

Updates are not installed successfully from Windows Update, from Microsoft
Update, or by using Automatic Updates after you perform a new Windows XP
installation or you repair a Windows XP installation
http://support.microsoft.com/kb/943144
--
~Robear Dyer (PA Bear)
MS MVP-IE, Mail, Security, Windows Desktop Experience - since 2002
AumHa VSOP & Admin http://aumha.net
DTS-L http://dts-l.net/

yepiknowiam wrote:
> There is a problem with all the updates are failing to install. It will
> download them all, but 95 updates failed to install. I tried to rename
> the
> software distribution folder and tried rebooting a couple times and not
> sure
> what else to do.
>
> It's a new system XP system with SP2.
>
> Any ideas?
 
Back
Top