dbaspot
Tags Register FAQ Calendar Search Today's Posts Mark Forums Read

KB948109 Windows Update Install Failure 66E - sqlserver-server

This is a discussion on KB948109 Windows Update Install Failure 66E - sqlserver-server ; P.S., I wish to append this to my above message. I found a .bat file the guy left on my desktop which he may have used in the process above. It does the renames I mentioned. But, the bulk of ...


Home > Database Forum > Microsoft SQL Server > sqlserver-server > KB948109 Windows Update Install Failure 66E

Reply

 

LinkBack (1) Thread Tools Display Modes
  #11  
Old 07-14-2008, 01:47 PM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
usenet is on a distinguished road
Default RE: KB948109 Windows Update Install Failure 66E

P.S., I wish to append this to my above message. I found a .bat file the guy
left on my desktop which he may have used in the process above. It does the
renames I mentioned. But, the bulk of it is dozens and dozens of Regsvr32
statements that register DLL. I don't know whether these are necessary or
not. Not wishing to do any harm, I'm not passing along the .bat file.
--
Walt

Reply With Quote
  #12  
Old 07-14-2008, 10:06 PM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
usenet is on a distinguished road
Default RE: KB948109 Windows Update Install Failure 66E

That is exactly what happened with me. I was told to contact SQL support,
which is not free.

"WaltN" wrote:

> I have replied to Windows Update email support, reporting this and including
> the log file. I am awaiting their replay. My fear is that they will throw
> up their arms and try to send me to SQL support, which is a for-charge
> service.
> --


Reply With Quote
  #13  
Old 07-14-2008, 10:36 PM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
usenet is on a distinguished road
Default RE: KB948109 Windows Update Install Failure 66E

Can you paste in the text of the bat file then? I would like to at least see
what is getting re-registered. I'm rebooting my SBS 2003 server now and then
I’ll try just renaming the folders first. (this is my test box at home - i'm
not ready to try it in production)

"WaltN" wrote:

> P.S., I wish to append this to my above message. I found a .bat file the guy
> left on my desktop which he may have used in the process above. It does the
> renames I mentioned. But, the bulk of it is dozens and dozens of Regsvr32
> statements that register DLL. I don't know whether these are necessary or
> not. Not wishing to do any harm, I'm not passing along the .bat file.
> --
> Walt
>

Reply With Quote
  #14  
Old 07-14-2008, 11:01 PM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
usenet is on a distinguished road
Default RE: KB948109 Windows Update Install Failure 66E

The batch file is important. Even with User Account Control off, I was not
able to rename catroot2. I even tried in safe mode. Two folders inside
catroot2 were locked by the OS:

{127D0A1D-4EF2-11D1-8608-00C04FC295EE}
and
{F750E6C3-38EE-11D1-85E5-00C04FC295EE}

The Regsrv32 commands in the batch file must clean this up a bit.

"WaltN" wrote:

> P.S., I wish to append this to my above message. I found a .bat file the guy
> left on my desktop which he may have used in the process above. It does the
> renames I mentioned. But, the bulk of it is dozens and dozens of Regsvr32
> statements that register DLL. I don't know whether these are necessary or
> not. Not wishing to do any harm, I'm not passing along the .bat file.
> --
> Walt
>

Reply With Quote
  #15  
Old 07-15-2008, 07:56 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
usenet is on a distinguished road
Default RE: KB948109 Windows Update Install Failure 66E

I've reproduced the text of Updatefix.bat below. Please don't use it if you
don't understand what it's doing.

I may have missed something prerequisite to renaming the folders. He did do
something with MSCONFIG but it was quick.

Also, here is the summary of the guy who helped me, in his own words:

"Here is a summary of the key points of the service request for your records:

"ACTION :You were trying to install a windows Update Kb948109 .
"RESULT :The update was failing to install and was being offered again and
again.
"CAUSE :The Update histroy is corrupt and thus the update is being
repeatdly offered inspite of being already installed.
"RESOLUTION :We rename the Catroot2 and Software distribution folders and
find that the Update is not offered again."

Also:

"Windows Vista Solution Center is the place to get quick answers to common
questions, suggestions for troubleshooting, and access to Live Chat, Email or
Phone support.

"For more information go to:
"http://support.microsoft.com/ph/11732"
--
Walt

DO NOT MESS WITH THIS IF YOU DON'T READ AND UNDERSTAND WHAT IT'S DOING.
***** START TEXT OF Updatefix.bat *****
cd %systemdrive%
cd %systemroot%
cls

del prefetch\*.* /f /s /q
del temp\*.* /f /s /q
del "%temp%\*.*" /f /s /q

net stop wuauserv
net stop BITS
net stop cryptsvc
rd SoftwareDistribution.old /s /q
ren SoftwareDistribution SoftwareDistribution.old
cd system32
rd CatRoot2.old /s /q
ren CatRoot2 CatRoot2.old
regsvr32 C:\WINDOWS\system32\msi.dll /s
regsvr32 C:\WINDOWS\system32\msxml.dll /s
regsvr32 C:\WINDOWS\system32\msxml.dll /s
regsvr32 C:\WINDOWS\system32\msxml2.dll /s
regsvr32 C:\WINDOWS\system32\msxml2.dll /s
regsvr32 C:\WINDOWS\system32\msxml3.dll /s
regsvr32 C:\WINDOWS\system32\msxml3.dll /s
regsvr32 C:\WINDOWS\system32\qmgr.dll /s
regsvr32 C:\WINDOWS\system32\qmgr.dll /s
regsvr32 C:\WINDOWS\system32\qmgrprxy.dll /s
regsvr32 C:\WINDOWS\system32\qmgrprxy.dll /s
regsvr32 C:\WINDOWS\system32\winhttp.dll /s
regsvr32 C:\WINDOWS\system32\winhttp.dll /s
regsvr32 C:\WINDOWS\system32\wuapi.dll /s
regsvr32 C:\WINDOWS\system32\wuaueng.dll /s
regsvr32 C:\WINDOWS\system32\wuaueng.dll /s
regsvr32 C:\WINDOWS\system32\wuaueng1.dll /s
regsvr32 C:\WINDOWS\system32\wuaueng1.dll /s
regsvr32 C:\WINDOWS\system32\wucltui.dll /s
regsvr32 C:\WINDOWS\system32\wucltui.dll /s
regsvr32 C:\WINDOWS\system32\wups.dll /s
regsvr32 C:\WINDOWS\system32\wups.dll /s
regsvr32 C:\WINDOWS\system32\wups2.dll /s
regsvr32 C:\WINDOWS\system32\wups2.dll /s
regsvr32 C:\WINDOWS\system32\wuweb.dll /s
regsvr32 C:\WINDOWS\system32\wuweb.dll /s
regsvr32 C:\WINDOWS\system32\ole32.dll /s
cmd.exe /c rmdir /q /s C:\WINDOWS\system32\Catroot2
regsvr32 C:\WINDOWS\system32\cryptdlg.dll /s
regsvr32 C:\WINDOWS\system32\cryptdlg.dll /s
regsvr32 C:\WINDOWS\system32\cryptui.dll /s
regsvr32 C:\WINDOWS\system32\cryptui.dll /s
regsvr32 C:\WINDOWS\system32\cryptext.dll /s
regsvr32 C:\WINDOWS\system32\cryptext.dll /s
regsvr32 C:\WINDOWS\system32\dssenh.dll /s
regsvr32 C:\WINDOWS\system32\dssenh.dll /s
regsvr32 C:\WINDOWS\system32\gpkcsp.dll /s
regsvr32 C:\WINDOWS\system32\gpkcsp.dll /s
regsvr32 C:\WINDOWS\system32\initpki.dll /s
regsvr32 C:\WINDOWS\system32\initpki.dll /s
regsvr32 C:\WINDOWS\system32\licdll.dll /s
regsvr32 C:\WINDOWS\system32\licdll.dll /s
regsvr32 C:\WINDOWS\system32\mssign32.dll /s
regsvr32 C:\WINDOWS\system32\mssign32.dll /s
regsvr32 C:\WINDOWS\system32\mssip32.dll /s
regsvr32 C:\WINDOWS\system32\mssip32.dll /s
regsvr32 C:\WINDOWS\system32\scardssp.dll /s
regsvr32 C:\WINDOWS\system32\scardssp.dll /s
regsvr32 C:\WINDOWS\system32\sccbase.dll /s
regsvr32 C:\WINDOWS\system32\sccbase.dll /s
regsvr32 C:\WINDOWS\system32\scecli.dll /s
regsvr32 C:\WINDOWS\system32\scecli.dll /s
regsvr32 C:\WINDOWS\system32\softpub.dll /s
regsvr32 C:\WINDOWS\system32\softpub.dll /s
regsvr32 C:\WINDOWS\system32\slbcsp.dll /s
regsvr32 C:\WINDOWS\system32\slbcsp.dll /s
regsvr32 C:\WINDOWS\system32\regwizc.dll /s
regsvr32 C:\WINDOWS\system32\regwizc.dll /s
regsvr32 C:\WINDOWS\system32\rsaenh.dll /s
regsvr32 C:\WINDOWS\system32\rsaenh.dll /s
regsvr32 C:\WINDOWS\system32\winhttp.dll /s
regsvr32 C:\WINDOWS\system32\winhttp.dll /s
regsvr32 C:\WINDOWS\system32\wintrust.dll /s
regsvr32 C:\WINDOWS\system32\wintrust.dll /s
regsvr32 C:\WINDOWS\system32\acelpdec.ax /s
regsvr32 C:\WINDOWS\system32\actxprxy.dll /s
regsvr32 C:\WINDOWS\system32\asctrls.ocx /s
regsvr32 C:\WINDOWS\system32\daxctle.ocx /s
regsvr32 C:\WINDOWS\system32\hhctrl.ocx /s
regsvr32 C:\WINDOWS\system32\l3codecx.ax /s
regsvr32 C:\WINDOWS\system32\licmgr10.dll /s
regsvr32 C:\WINDOWS\system32\mpg4ds32.ax /s
regsvr32 C:\WINDOWS\system32\msdxm.ocx /s
regsvr32 C:\WINDOWS\system32\proctexe.ocx /s
regsvr32 C:\WINDOWS\system32\tdc.ocx /s
regsvr32 C:\WINDOWS\system32\wshom.ocx /s
regsvr32 C:\WINDOWS\system32\inetcpl.cpl /s
regsvr32 C:\WINDOWS\system32\appwiz.cpl /s
regsvr32 C:\WINDOWS\system32\appwiz.cpl /s
regsvr32 C:\WINDOWS\system32\nusrmgr.cpl /s
regsvr32 C:\WINDOWS\system32\nusrmgr.cpl /s
regsvr32 C:\WINDOWS\system32\quartz.dll /s
regsvr32 C:\WINDOWS\system32\danim.dll /s
regsvr32 C:\WINDOWS\system32\dmscript.dll /s
regsvr32 C:\WINDOWS\system32\dmstyle.dll /s
regsvr32 C:\WINDOWS\system32\dxmasf.dll /s
regsvr32 C:\WINDOWS\system32\dxtmsft.dll /s
regsvr32 C:\WINDOWS\system32\dxtrans.dll /s
regsvr32 C:\WINDOWS\system32\sbe.dll /s
regsvr32 C:\WINDOWS\system32\atl.dll /s
regsvr32 C:\WINDOWS\system32\corpol.dll /s
regsvr32 C:\WINDOWS\system32\jscript.dll /s
regsvr32 C:\WINDOWS\system32\dispex.dll /s
regsvr32 C:\WINDOWS\system32\scrrun.dll /s
regsvr32 C:\WINDOWS\system32\scrobj.dll /s
regsvr32 C:\WINDOWS\system32\vbscript.dll /s
regsvr32 C:\WINDOWS\system32\wshext.dll /s
regsvr32 C:\WINDOWS\system32\activeds.dll /s
regsvr32 C:\WINDOWS\system32\browseui.dll /s
regsvr32 C:\WINDOWS\system32\browseui.dll /s
regsvr32 C:\WINDOWS\system32\browsewm.dll /s
regsvr32 C:\WINDOWS\system32\cabview.dll /s
regsvr32 C:\WINDOWS\system32\cdfview.dll /s
regsvr32 C:\WINDOWS\system32\clbcatex.dll /s
regsvr32 C:\WINDOWS\system32\clbcatq.dll /s
regsvr32 C:\WINDOWS\system32\comcat.dll /s
regsvr32 C:\WINDOWS\system32\cscui.dll /s
regsvr32 C:\WINDOWS\system32\credui.dll /s
regsvr32 C:\WINDOWS\system32\datime.dll /s
regsvr32 C:\WINDOWS\system32\devmgr.dll /s
regsvr32 C:\WINDOWS\system32\dfsshlex.dll /s
regsvr32 C:\WINDOWS\system32\dmdlgs.dll /s
regsvr32 C:\WINDOWS\system32\dmdskmgr.dll /s
regsvr32 C:\WINDOWS\system32\dmloader.dll /s
regsvr32 C:\WINDOWS\system32\dmocx.dll /s
regsvr32 C:\WINDOWS\system32\dmview.ocx /s
regsvr32 C:\WINDOWS\system32\dsuiext.dll /s
regsvr32 C:\WINDOWS\system32\dsuiext.dll /s
regsvr32 C:\WINDOWS\system32\dsquery.dll /s
regsvr32 C:\WINDOWS\system32\dsquery.dll /s
regsvr32 C:\WINDOWS\system32\dskquoui.dll /s
regsvr32 C:\WINDOWS\system32\els.dll /s
regsvr32 C:\WINDOWS\system32\es.dll /s
regsvr32 C:\WINDOWS\system32\fontext.dll /s
regsvr32 C:\WINDOWS\system32\hlink.dll /s
regsvr32 C:\WINDOWS\system32\hnetcfg.dll /s
regsvr32 C:\WINDOWS\system32\iedkcs32.dll /s
regsvr32 C:\WINDOWS\system32\iepeers.dll /s
regsvr32 C:\WINDOWS\system32\iesetup.dll /s
regsvr32 C:\WINDOWS\system32\ils.dll /s
regsvr32 C:\WINDOWS\system32\imgutil.dll /s
regsvr32 C:\WINDOWS\system32\inetcfg.dll /s
regsvr32 C:\WINDOWS\system32\inetcomm.dll /s
regsvr32 C:\WINDOWS\system32\inseng.dll /s
regsvr32 C:\WINDOWS\system32\laprxy.dll /s
regsvr32 C:\WINDOWS\system32\lmrt.dll /s
regsvr32 C:\WINDOWS\system32\mlang.dll /s
regsvr32 C:\WINDOWS\system32\mmcndmgr.dll /s
regsvr32 C:\WINDOWS\system32\mmcshext.dll /s
regsvr32 C:\WINDOWS\system32\mscoree.dll /s
regsvr32 C:\WINDOWS\system32\mshtml.dll /s
regsvr32 C:\WINDOWS\system32\mshtmled.dll /s
regsvr32 C:\WINDOWS\system32\msieftp.dll /s
regsvr32 C:\WINDOWS\system32\msoeacct.dll /s
regsvr32 C:\WINDOWS\system32\msr2c.dll /s
regsvr32 C:\WINDOWS\system32\msrating.dll /s
regsvr32 C:\WINDOWS\system32\mydocs.dll /s
regsvr32 C:\WINDOWS\system32\mstime.dll /s
regsvr32 C:\WINDOWS\system32\netcfgx.dll /s
regsvr32 C:\WINDOWS\system32\netplwiz.dll /s
regsvr32 C:\WINDOWS\system32\netman.dll /s
regsvr32 C:\WINDOWS\system32\netshell.dll /s
regsvr32 C:\WINDOWS\system32\ntmsevt.dll /s
regsvr32 C:\WINDOWS\system32\ntmsmgr.dll /s
regsvr32 C:\WINDOWS\system32\ntmssvc.dll /s
regsvr32 C:\WINDOWS\system32\occache.dll /s
regsvr32 C:\WINDOWS\system32\ole32.dll /s
regsvr32 C:\WINDOWS\system32\oleaut32.dll /s
regsvr32 C:\WINDOWS\system32\oleacc.dll /s
regsvr32 C:\WINDOWS\system32\olepro32.dll /s
regsvr32 C:\WINDOWS\system32\photowiz.dll /s
regsvr32 C:\WINDOWS\system32\pngfilt.dll /s
regsvr32 C:\WINDOWS\system32\remotepg.dll /s
regsvr32 C:\WINDOWS\system32\rpcrt4.dll /s
regsvr32 C:\WINDOWS\system32\rshx32.dll /s
regsvr32 C:\WINDOWS\system32\sendmail.dll /s
regsvr32 C:\WINDOWS\system32\slayerxp.dll /s
regsvr32 C:\WINDOWS\system32\shdocvw.dll /s
regsvr32 C:\WINDOWS\system32\shell32.dll /s
regsvr32 C:\WINDOWS\system32\shmedia.dll /s
regsvr32 C:\WINDOWS\system32\shimgvw.dll /s
regsvr32 C:\WINDOWS\system32\shsvcs.dll /s
regsvr32 C:\WINDOWS\system32\srclient.dll /s
regsvr32 C:\WINDOWS\system32\stobject.dll /s
regsvr32 C:\WINDOWS\system32\stobject.dll /s
regsvr32 C:\WINDOWS\system32\themeui.dll /s
regsvr32 C:\WINDOWS\system32\twext.dll /s
regsvr32 C:\WINDOWS\system32\urlmon.dll /s
regsvr32 C:\WINDOWS\system32\userenv.dll /s
regsvr32 C:\WINDOWS\system32\webcheck.dll /s
regsvr32 C:\WINDOWS\system32\webvw.dll /s
regsvr32 C:\WINDOWS\system32\winhttp.dll /s
regsvr32 C:\WINDOWS\system32\wininet.dll /s
regsvr32 C:\WINDOWS\system32\zipfldr.dll /s
regsvr32 C:\Program Files\Common Files\system\Ole DB\msdadc.dll /s
regsvr32 C:\Program Files\Common Files\system\Ole DB\msdaenum.dll /s
regsvr32 C:\Program Files\Common Files\system\Ole DB\msdaer.dll /s
regsvr32 C:\Program Files\Common Files\system\Ole DB\msdaipp.dll /s
regsvr32 C:\Program Files\Common Files\system\Ole DB\msdaora.dll /s
regsvr32 C:\Program Files\Common Files\system\Ole DB\msdaosp.dll /s
regsvr32 C:\Program Files\Common Files\system\Ole DB\msdaps.dll /s
regsvr32 C:\Program Files\Common Files\system\Ole DB\msdasc.dll /s
regsvr32 C:\Program Files\Common Files\system\Ole DB\msdasql.dll /s
regsvr32 C:\Program Files\Common Files\system\Ole DB\msdatt.dll /s
regsvr32 C:\Program Files\Common Files\system\Ole DB\msdaurl.dll /s
regsvr32 C:\Program Files\Common Files\system\Ole DB\msxactps.dll /s
regsvr32 C:\Program Files\Common Files\system\Ole DB\oledb32.dll /s
regsvr32 C:\Program Files\Common Files\system\Ole DB\oledb32r.dll /s
regsvr32 C:\Program Files\Common Files\system\Ole DB\sqloledb.dll /s
regsvr32 C:\Program Files\Common Files\system\Ole DB\sqlxmlx.dll /s
regsvr32 comcat.dll /s
regsvr32 shdoc401.dll /s
regsvr32 shdoc401.dll /i /s
regsvr32 asctrls.ocx /s
regsvr32 oleaut32.dll /s
regsvr32 shdocvw.dll /I /s
regsvr32 shdocvw.dll /s
regsvr32 browseui.dll /s
regsvr32 browseui.dll /I /s
regsvr32 msrating.dll /s
regsvr32 mlang.dll /s
regsvr32 hlink.dll /s
regsvr32 mshtmled.dll /s
regsvr32 urlmon.dll /s
regsvr32 plugin.ocx /s
regsvr32 sendmail.dll /s
regsvr32 scrobj.dll /s
regsvr32 mmefxe.ocx /s
regsvr32 corpol.dll /s
regsvr32 jscript.dll /s
regsvr32 msxml.dll /s
regsvr32 imgutil.dll /s
regsvr32 thumbvw.dll /s
regsvr32 cryptext.dll /s
regsvr32 rsabase.dll /s
regsvr32 inseng.dll /s
regsvr32 iesetup.dll /i /s
regsvr32 cryptdlg.dll /s
regsvr32 actxprxy.dll /s
regsvr32 dispex.dll /s
regsvr32 occache.dll /s
regsvr32 occache.dll /i /s
regsvr32 iepeers.dll /s
regsvr32 urlmon.dll /i /s
regsvr32 cdfview.dll /s
regsvr32 webcheck.dll /s
regsvr32 mobsync.dll /s
regsvr32 pngfilt.dll /s
regsvr32 licmgr10.dll /s
regsvr32 icmfilter.dll /s
regsvr32 hhctrl.ocx /s
regsvr32 inetcfg.dll /s
regsvr32 tdc.ocx /s
regsvr32 MSR2C.DLL /s
regsvr32 msident.dll /s
regsvr32 msieftp.dll /s
regsvr32 xmsconf.ocx /s
regsvr32 ils.dll /s
regsvr32 msoeacct.dll /s
regsvr32 inetcomm.dll /s
regsvr32 msdxm.ocx /s
regsvr32 dxmasf.dll /s
regsvr32 l3codecx.ax /s
regsvr32 acelpdec.ax /s
regsvr32 mpg4ds32.ax /s
regsvr32 voxmsdec.ax /s
regsvr32 danim.dll /s
regsvr32 Daxctle.ocx /s
regsvr32 lmrt.dll /s
regsvr32 datime.dll /s
regsvr32 dxtrans.dll /s
regsvr32 dxtmsft.dll /s
regsvr32 WEBPOST.DLL /s
regsvr32 WPWIZDLL.DLL /s
regsvr32 POSTWPP.DLL /s
regsvr32 CRSWPP.DLL /s
regsvr32 FTPWPP.DLL /s
regsvr32 FPWPP.DLL /s
regsvr32 WUAPI.DLL /s
regsvr32 WUAUENG.DLL /s
regsvr32 ATL.DLL /s
regsvr32 WUCLTUI.DLL /s
regsvr32 WUPS.DLL /s
regsvr32 WUWEB.DLL /s
regsvr32 wshom.ocx /s
regsvr32 wshext.dll /s
regsvr32 vbscript.dll /s
regsvr32 scrrun.dll mstinit.exe /setup /s
regsvr32 msnsspc.dll /SspcCreateSspiReg /s
regsvr32 msapsspc.dll /SspcCreateSspiReg /s
regsvr32 urlmon.dll /s
regsvr32 mshtml.dll /s
regsvr32 shdocvw.dll /s
regsvr32 browseui.dll /s
regsvr32 jscript.dll /s
regsvr32 vbscript.dll /s
regsvr32 scrrun.dll /s
regsvr32 msxml.dll /s
regsvr32 actxprxy.dll /s
regsvr32 softpub.dll /s
regsvr32 wintrust.dll /s
regsvr32 dssenh.dll /s
regsvr32 rsaenh.dll /s
regsvr32 gpkcsp.dll /s
regsvr32 sccbase.dll /s
regsvr32 slbcsp.dll /s
regsvr32 cryptdlg.dll /s
regsvr32 schannel.dll /s
regsvr32 oleaut32.dll /s
regsvr32 ole32.dll /s
regsvr32 shell32.dll /s
regsvr32 initpki.dll /s
regsvr32 msscript.ocx /s
regsvr32 dispex.dll /s
regsvr32 jscript.dll /s
del %temp% /Q /F
del c:\wutemp /Q /F
net stop wuauserv
ren %windir%\system32\catroot2 catroot2.old
cd /d %windir%\SoftwareDistribution
rd /s DataStore /Q
regsvr32 wuapi.dll /s
regsvr32 wups.dll /s
regsvr32 wuaueng.dll /s
regsvr32 wucltui.dll /s
regsvr32 wuweb.dll /s
regsvr32 msxml.dll /s
regsvr32 msxml2.dll /s
regsvr32 msxml3.dll /s
regsvr32 urlmon.dll /s
ren %windir%\system32\drivers\etc\hosts hosts.old
ipconfig /flushdns
net start wuauserv
net start cryptsvc
net start Bits

***** END TEXT OF Updatefix.bat *****

Reply With Quote
  #16  
Old 07-15-2008, 05:51 PM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
usenet is on a distinguished road
Default RE: KB948109 Windows Update Install Failure 66E

Thank you for posting the bat file. I can see where that would clean up most
problems with the Windows Update service and the SQL update. Unfortunately,
it didn't work for me. I'm still stuck on that problem with the previous 3240
patch that can't be uninstalled. The irony is that I have 4 sQL Express
instances. Three of them updated just fine. It's the "SQLEXPRESS" instance
that's being stubborn. Here's the error details from the log:

MSI (s) (C0:C0) [17:34:30:630]: Other Patches:
MSI (s) (C0:C0) [17:34:30:630]: Unknown\Absent:
{FF6CCC50-9E71-4269-8A55-E8577D56B081} -
MSI (s) (C0:C0) [17:34:30:630]: Machine policy value 'DisablePatch' is 0
MSI (s) (C0:C0) [17:34:30:630]: Machine policy value 'AllowLockdownPatch' is 0
MSI (s) (C0:C0) [17:34:30:630]: Machine policy value 'DisableLUAPatching' is 0
MSI (s) (C0:C0) [17:34:30:630]: Disallowing uninstallation of patch
{FF6CCC50-9E71-4269-8A55-E8577D56B081} because the patch is marked as not
uninstallable
MSI (s) (C0:C0) [17:34:30:630]: Product: Microsoft SQL Server 2005 Express
Edition - Update 'Hotfix 3024 for SQL Server Database Services 2005 ENU
(KB000000)' could not be removed. Error code 1646. Additional information is
available in the log file C:\Program Files\Microsoft SQL Server\90\Setup
Bootstrap\LOG\Hotfix\SQL9_Hotfix_KB948109_sqlrun_s ql.msp.log.

Back to the drawing board... I couldn't find that Hotfix 3024 to try and
reinstall it, so I wonder if there's a way to manually remove references to
it.


Thanks again.

-David

Reply With Quote
  #17  
Old 07-15-2008, 08:46 PM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
usenet is on a distinguished road
Default RE: KB948109 Windows Update Install Failure 66E

David,

That Hotfix 3024 message is the same one I got consistently in the log every
time I tried to install KB948109. Exactly. And notice that the return code
is 1646, which is 66E in hex. The 66E is what was originally reported
whenever I tried installing KB948109 via Windows Update.
--
Walt



Reply With Quote
  #18  
Old 08-27-2008, 05:33 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
usenet is on a distinguished road
Default RE: KB948109 Windows Update Install Failure 66E

Hi,

has anyone find a solution for this problem?

I had the same problem. "Hotfix 3024 not removable"
with error 66E / 1646 on an Vista 64x - System

Regards, Dirk


*** Sent via Developersdex http://www.developersdex.com ***
Reply With Quote
  #19  
Old 08-27-2008, 09:16 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
usenet is on a distinguished road
Default RE: KB948109 Windows Update Install Failure 66E

Dirk,

Please read the branch of this thread that begins with my first (of two)
posts on July 14. If you still need help after reading that, read my earlier
posts where I describe how (with patience) I persevered through the MS
Support gauntlet. I did get help, and it didn't cost me anything other than
telephone time.

If it's of any help, feel free to refer to my MS Incident No. SRX1072700296.
--
Walt

Reply With Quote
  #20  
Old 08-28-2008, 11:08 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
usenet is on a distinguished road
Default RE: KB948109 Windows Update Install Failure 66E

Hi,

i have tried anything from this tread.....but nothing
works.

Again and again he logs that he tried to remove another
patch and fails with this operation.

I run Vista x64 and SQL Server Express 2005....

I think in germany i get no free support for this product....

Dirk



*** Sent via Developersdex http://www.developersdex.com ***
Reply With Quote
Reply

Thread Tools
Display Modes


LinkBacks (?)

LinkBack to this Thread: http://dbaspot.com/forums/sqlserver-server/405470-kb948109-windows-update-install-failure-66e.html

Posted By For Type Date
Windows Update ved sluk af computer 2 uger i træk nu - samme update. > Software > Forum - Railgun This thread Refback 01-19-2009 09:53 AM


All times are GMT -4. The time now is 04:08 PM.