Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Microsoft Update is driving me crazy!!!!!

Reply
Thread Tools Display Modes

Microsoft Update is driving me crazy!!!!!

 
 
Eric
Guest
Posts: n/a

 
      05-04-2008
I continue to get the same message over and over when trying to update any
Microsoft application using Microsoft / Windows Update. "Files required to
use Microsoft Update are no longer registered or installed on your computer".
I follow the prompt to reinstall the missing files and everything appears to
operate normally however I inevitably end up back where I started with no
success. Any ideas?

Thanks - Eric

 
Reply With Quote
 
 
 
 
PA Bear [MS MVP]
Guest
Posts: n/a

 
      05-04-2008
Several possibilities here:

1. 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.

2. See suggestions in this reply to a similar thread:
http://groups.google.com/group/micro...4dd07082ac344d

3. Manually install the proper download offered here:
http://support.microsoft.com/kb/924191
--
~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/


Eric wrote:
> I continue to get the same message over and over when trying to update any
> Microsoft application using Microsoft / Windows Update. "Files required to
> use Microsoft Update are no longer registered or installed on your
> computer". I follow the prompt to reinstall the missing files and
> everything appears to operate normally however I inevitably end up back
> where I started with no success. Any ideas?
>
> Thanks - Eric


 
Reply With Quote
 
TreeAntz@gmail.com
Guest
Posts: n/a

 
      05-05-2008
On May 5, 5:25 am, "PA Bear [MS MVP]" <PABear...@gmail.com> wrote:
> Several possibilities here:
>
> 1. 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.
>
> 2. See suggestions in this reply to a similar thread:http://groups.google.com/group/micro...update/msg/fd4...
>
> 3. Manually install the proper download offered here:http://support.microsoft.com/kb/924191
> --
> ~Robear Dyer (PA Bear)
> MS MVP-IE, Mail, Security, Windows Desktop Experience - since 2002
> AumHa VSOP & Adminhttp://aumha.net
> DTS-Lhttp://dts-l.net/
>
>
>
>
>
> Eric wrote:
> > I continue to get the same message over and over when trying to update any
> > Microsoft application using Microsoft / Windows Update. "Files required to
> > use Microsoft Update are no longer registered or installed on your
> > computer". I follow the prompt to reinstall the missing files and
> > everything appears to operate normally however I inevitably end up back
> > where I started with no success. Any ideas?

>
> > Thanks - Eric


Or you can try this as well...

1) Create a batch file on the desktop and name it to update.bat (right
click on desktop > new > text document > save as update.bat)
2) Copy and paste the commands below into the batch file ...
Note that the batch file does not rename or remove any of your
files

-------------------------------------------- cut from here onwards
---------------------------------------------------------------

@ECHO OFF

REM "BATCH NOTES"
REM Begin the process of re-registering the appropriate files for
Automatic Updates
to work
REM If you want this to not run silent simply remove the /s switch
with a space
after the regsvr32 command on each line

echo
-----------------------------------------------------------------------
echo This batch file will register all of the files associated
echo with a visit to the Microsoft Update / Windows Update
echo resources.
echo.
echo The REGSVR32 command is being run with the
echo /s (silent) switch so there will be no errors displayed.
echo If you want confirmation for each file, remove this
echo switch from each line of the batch file
echo
-----------------------------------------------------------------------

Pause
cls

echo ---Registering Widows Update Agent DLLs---

regsvr32 /s %systemroot%\system32\wuapi.dll
regsvr32 /s %systemroot%\system32\wuaueng.dll
regsvr32 /s %systemroot%\system32\wuaueng1.dll
regsvr32 /s %systemroot%\system32\wucltui.dll
regsvr32 /s %systemroot%\system32\wups.dll
regsvr32 /s %systemroot%\system32\wups2.dll
regsvr32 /s %systemroot%\system32\wuweb.dll

echo.
echo.
echo --Done registering Windows Update Agent DLLs
echo.
echo.

echo ---Registering Microsoft XML DLLs---

regsvr32 /s %systemroot%\system32\msxml3.dll
echo.
echo.

echo --Done registering Microsoft XML DLLs
echo.
echo.

echo PROCESS COMPLETE!
echo.

echo Please try the action that was failing........Press any key to
launch
echo Internet Explorer and load the Microsoft Update site.
echo.

pause

echo Invoking Internet Explorer from the default location and
echo opening the Microsoft Update Site
"c:\program Files\Internet Explorer\iexplore.exe"
update.microsoft.com/MicrosoftUpdate

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Please Help, This Is Driving Me Crazy Wildcat_1 Windows Vista Installation 5 02-06-2008 01:11 PM
Autoplay driving me crazy Mike Windows Vista Music, Pictures and Video 0 08-11-2007 10:54 AM
Driving me crazy.... Peg Windows Vista Mail 6 03-02-2007 03:00 AM
How do I do this - it's driving me crazy Dr Teeth Windows Vista Installation 15 02-11-2007 11:08 AM
Its driving me crazy troll Windows Update 0 01-14-2007 04:13 PM



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