|
|
|
Updates could not be installed
microsoft.public.windowsxp.general
|
|

07-05-2008, 06:07 PM
|
|
|
|
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!
|
|

07-05-2008, 06:09 PM
|
|
|
|
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
|
|

07-05-2008, 06:36 PM
|
|
|
|
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
>
>
|
|

07-05-2008, 06:38 PM
|
|
|
|
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
>
>
|
|

07-05-2008, 06:50 PM
|
|
|
|
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
|
|

07-05-2008, 07:41 PM
|
|
|
|
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?
|
|

07-05-2008, 07:44 PM
|
|
|
|
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
|
|

07-09-2008, 11:08 AM
|
|
|
|
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
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT. The time now is 05:47 AM.
|
|