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)

--
©°¤o0¨Geoff¨0o¤ ©

If it's true that we are here to help others, then what
exactly are the others here for?

Re: Help with updates by Clark

Clark
Sun Aug 24 06:33:22 PDT 2008

Geoff wrote:
> 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

















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




Re: Help with updates by Geoff

Geoff
Sun Aug 24 06:43:49 PDT 2008


"Clark" <Clark_throwaway@yahoo.com> wrote in message
news:Cqdsk.5581$Fr1.4659@newsfe03.iad...
> Geoff wrote:
>> 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>> 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)
>
>
>

Thanks for that clark, I`m off to give it a go........



Re: Help with updates by Geoff

Geoff
Sun Aug 24 07:19:34 PDT 2008

Worked a treat, thanks again Clark......



Re: Help with updates by taurarianREMOVECAPS

taurarianREMOVECAPS
Sun Aug 24 20:46:02 PDT 2008

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

--
--------------------------------
TaurArian [MVP] 2005-2009
Update Services
http://taurarian.mvps.org


"Geoff" wrote:

> Worked a treat, thanks again Clark......
>
>
>

Re: Help with updates by Clark

Clark
Mon Aug 25 04:19:59 PDT 2008

Geoff wrote:
> Worked a treat, thanks again Clark......

glad I could help

Clark...