Help with updates

  • Thread starter Thread starter Geoff
  • Start date Start date
G

Geoff

I have window xp home, I have just put this back on after buying and not
likeing Vista, anyway I have installed service pack 1 to 3 and now there
are more updates, windows downloads them and then comes up with
a "these updates were not installed" error
this is the list of updates that fail to install.
I can see that some are older updates but can anyone help me in my quest to
get the others installed.

Thanks in advance.

Security Update for Microsoft XML Core Services 4.0 Service Pack 2
(KB936181)
Security Update for Windows XP (KB951748)
Cumulative Security Update for Internet Explorer 6 for Windows XP (KB953838)
Security Update for Outlook Express for Windows XP (KB951066)
Update for Windows XP (KB952287)
Security Update for Windows XP with Windows Media Format Runtime 9.5
(KB923689)
Update for Windows XP (KB951072)
Security Update for Microsoft .NET Framework, Version 2.0 (KB928365)
Security Update for Windows XP (KB950762)
Security Update for Windows XP with Windows Media Format Runtime 9.5 and 11
(KB941569)
Windows Malicious Software Removal Tool - August 2008 (KB890830)
Security Update for Windows XP (KB951698)
Security Update for Windows XP (KB950974)
Update for Windows XP (KB951978)
Windows Internet Explorer 7 for Windows XP
Cumulative Security Update for ActiveX Killbits for Windows XP (KB953839)
Security Update for Windows XP (KB946648)
Security Update for Windows XP (KB952954)
Security Update for Windows XP (KB951376)
 
Geoff said:
I have window xp home, I have just put this back on after buying and
not likeing Vista, anyway I have installed service pack 1 to 3 and
now there are more updates, windows downloads them and then comes up
with a "these updates were not installed" error
this is the list of updates that fail to install.
I can see that some are older updates but can anyone help me in my
quest to get the others installed.

Thanks in advance.



copy and paste, run it and do your updates, your fixed.
I did not write this and I forgot where I got it but it has worked for many
many customers of mine
Clark...

Copy/paste below into a notepad doc, and save as(all files) not txt and name
it updatefix.bat. then run it....


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 said:
copy and paste, run it and do your updates, your fixed.
I did not write this and I forgot where I got it but it has worked for
many many customers of mine
Clark...

Copy/paste below into a notepad doc, and save as(all files) not txt and
name it updatefix.bat. then run it....


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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Thanks for that clark, I`m off to give it a go........
 
Actually this article covers this problem (in case anyone is interested) -
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

Method one is usually sufficient and only involves the re-registration of
one dll.
K
 
Back
Top