Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Make the reinstalls stop!

Reply
Thread Tools Display Modes

Make the reinstalls stop!

 
 
DAP
Guest
Posts: n/a

 
      10-11-2006
I have three patches on a W2K server that window’s update keeps trying to
install. They are: KB911567, KB911562, & KB925486

In my windows update log, I see the following errors:

a. Agent WARNING: Failed to evaluate Installable rule, updateId =
{71E32960-67F7-4C7C-A903-5B3198BB2D3E}.100, error = 0x80070003.

b. Agent WARNING: Failed to evaluate Installed rule, updateId =
{B8897090-EF06-46E4-9661-B9815A25B04F}.102, error = 0x80004005

I've tried the following:

a. Create and ran the batch file that does the following:

CD /d C:\Windows\System32
regsvr32 MSXML3.dll
regsvr32 SOFTPUB.DLL
regsvr32 INITPKI.DLL
regsvr32 MSSIP32.DLL
net stop wuauserv
cd /d C:\Windows
del SoftwareDistribution
net start wuauserv

b. Renamed CatRoot2 and restarted the cartographical services

c. Ran SCF /SCANNOW

d. Manually installed KB911567 with the "/o" switch for overwriteoem.

e. Deleted KB911567 from the registery
(HKLM\Software\Microsoft\Updates\SP2 and reinstalled using windows update

f. regsvr32 qmgrprxy.dll

g. Uninstalled KB925486 and manually installed it using the “/o” switch.

h. Ran the following batch file that I found:

@echo on
net stop wuauserv /Y
net stop bits /Y
CD /D %SystemRoot%\System32
Rename Msxml3.dll Msxml3.old
Rename Wuaueng.dll Wuaueng.old
Rename Wuapi.dll Wuapi.old
Rename Atl.dll Atl.old
Rename Wucltui.dll Wucltui.old
Rename Wups.dll Wups.old
::The above files should be automatically replaced from
%SystemRoot%\System32\DLLCache
@ping -n 11 127.0.0.1>nul
regsvr32 /S Msxml3.dll
regsvr32 /S Wuaueng.dll
regsvr32 /S Wuapi.dll
regsvr32 /S Atl.dll
regsvr32 /S Wucltui.dll
regsvr32 /S Wups.dll
rd /s /Q %SystemRoot%\SoftwareDistribution
net start bits
@ping -n 7 127.0.0.1>nul
net start wuauserv

Anyone have any recommendations or solutions?

 
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
Stupid double tap on the touchpad...make it stop! Help, anyone? EnkaiNami Windows Vista Hardware 17 09-19-2009 05:29 AM
Can anyone make it all stop? Again ... simplicity? Windows Vista File Management 7 03-09-2008 04:29 AM
How do I make these stop?? Joy Windows Vista General Discussion 2 11-15-2007 02:47 AM
Weird E's with accents! MAKE THEM STOP! roxymaniac Windows Vista General Discussion 7 09-19-2007 09:58 PM
Confirmation to run a program - make it stop Chris Barnes Windows Vista General Discussion 4 05-03-2007 06:31 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