Windows XP Community - XPHeads



Updates could not be installed

microsoft.public.windowsxp.general


Reply
  #1 (permalink)  
Old 07-05-2008, 06:07 PM
fotojunkie
 
Posts: n/a
Updates could not be installed
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
--
If it moves, click it!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-05-2008, 06:09 PM
PA Bear [MS MVP]
 
Posts: n/a
Re: Updates could not be installed
Windows version (e.g., WinXP SP3)?

CrystalBall© sez...

Updates are not installed successfully from Windows Update, from Microsoft
Update, or by using Automatic Updates after you repair a Windows XP
installation:
http://support.microsoft.com/kb/943144

NB: Also applies to clean installs, upgrade installs, and Recovery installs.
--
~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/


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


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-05-2008, 06:36 PM
fotojunkie
 
Posts: n/a
Re: Updates could not be installed
Hi PA Bear, thanks for your response. Sorry for the omission Windows XP. I
had my PC fixed lately (had a USB conflict problem) so not sure if it had SP3
added. To my knowledge I have sp2 - how can I tell if that has changed?
Please know that I am completely PC-illiterate, so I'll need really simple
direction!
--
If it moves, click it!


"PA Bear [MS MVP]" wrote:

> Windows version (e.g., WinXP SP3)?
>
> CrystalBall© sez...
>
> Updates are not installed successfully from Windows Update, from Microsoft
> Update, or by using Automatic Updates after you repair a Windows XP
> installation:
> http://support.microsoft.com/kb/943144
>
> NB: Also applies to clean installs, upgrade installs, and Recovery installs.
> --
> ~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/
>
>
> 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

>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 07-05-2008, 06:38 PM
fotojunkie
 
Posts: n/a
Re: Updates could not be installed
PA Bear - I just checked under My Computer Properties and it appears I had
sp3 downloaded! Might that be the problem?
--
If it moves, click it!


"PA Bear [MS MVP]" wrote:

> Windows version (e.g., WinXP SP3)?
>
> CrystalBall© sez...
>
> Updates are not installed successfully from Windows Update, from Microsoft
> Update, or by using Automatic Updates after you repair a Windows XP
> installation:
> http://support.microsoft.com/kb/943144
>
> NB: Also applies to clean installs, upgrade installs, and Recovery installs.
> --
> ~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/
>
>
> 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

>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 07-05-2008, 06:50 PM
nass
 
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
> --
> If it moves, click it!




Windows Genuine Advantage Notifications
http://www.microsoft.com/downloads/d...displaylang=en
Updates are not installed successfully from Windows Update
http://support.microsoft.com/kb/943144

regsvr32 wuapi.dll
regsvr32 wups.dll
regsvr32 wuaueng.dll
regsvr32 MSXML3.dll
regsvr32 qmgr.dll
regsvr32 qmgrprxy.dll
regsvr32 wuaueng1.dll
regsvr32 wucltui.dll
regsvr32 wuweb.dll
regsvr32 jscript.dll

Copy the above and save it as updates.bat on your desktop, double click it
and click "Yes" to execute the command to register the update engine.
Reboot your machine and see if you can get the updates and install them.

http://wiki.djlizard.net/Dial-a-fix

HTH.
nass
---
http://www.nasstec.co.uk

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 07-05-2008, 07:41 PM
Clark...
 
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?


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 07-05-2008, 07:44 PM
PA Bear [MS MVP]
 
Posts: n/a
Re: Updates could not be installed
See KB943144 or take your machine backed to the person who "fixed" it. It
looks like they reinstalled WinXP and then installed SP3.

fotojunkie wrote:
> PA Bear - I just checked under My Computer Properties and it appears I had
> sp3 downloaded! Might that be the problem?
>
>> Windows version (e.g., WinXP SP3)?
>>
>> CrystalBall© sez...
>>
>> Updates are not installed successfully from Windows Update, from
>> Microsoft
>> Update, or by using Automatic Updates after you repair a Windows XP
>> installation:
>> http://support.microsoft.com/kb/943144
>>
>> NB: Also applies to clean installs, upgrade installs, and Recovery
>> installs. --
>> ~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/
>>
>>
>> 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


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 07-09-2008, 11:08 AM
mooquuzitive
 
Posts: n/a
Re: Updates could not be installed

Have just this morning solved this problem on my PC, after weeks of
searching. The tip came from a technician where I bought my PC (in
Germany) and a search of the of this file with Google found it only, it
would seem, on German websites, this should not present too much of a
problem though :

winupdrestore!v23.exe

I hope it helps you too, after all my desperate searching felt a need
to share the information.


--
mooquuzitive
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 05:47 AM.








Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74