May 9, 200818 yr Author I just DELETED whole SYSTEM32\DLLCACHE files inside with Unlocker 1.8.6 and installed update SUCCESSFULLY FINE !!!GoodLuck!!! ME to, problem is that MU still offer it after unattended installation, it stops offering it after i install it there manually \:
May 9, 200818 yr I found an issue :At T-12, IE7 installation, and (with guirunonce) on first login delete many files into dllcache, and after install KB947864.That operations are unattended.This is my AutoIt script to delete the old files into dllcache (easy) :#NoTrayIconOpt("RunErrorsFatal", 0)$d = @WindowsDir & "\system32\dllcache\"FileDelete($d & "advpack.dll")FileDelete($d & "dxtmsft.dll")FileDelete($d & "dxtrans.dll")FileDelete($d & "extmgr.dll")FileDelete($d & "icardie.dll")FileDelete($d & "ie4uinit.exe")FileDelete($d & "ieakeng.dll")FileDelete($d & "ieaksie.dll")FileDelete($d & "ieakui.dll")FileDelete($d & "ieapfltr.dat")FileDelete($d & "ieapfltr.dll")FileDelete($d & "iedkcs32.dll")FileDelete($d & "ieframe.dll")FileDelete($d & "ieframe.dll.mui")FileDelete($d & "iernonce.dll")FileDelete($d & "iertutil.dll")FileDelete($d & "ieudinit.exe")FileDelete($d & "iexplore.exe")FileDelete($d & "inetcpl.cpl")FileDelete($d & "jsproxy.dll")FileDelete($d & "msfeeds.dll")FileDelete($d & "msfeedsbs.dll")FileDelete($d & "mshtml.dll")FileDelete($d & "mshtmled.dll")FileDelete($d & "msrating.dll")FileDelete($d & "mstime.dll")FileDelete($d & "occache.dll")FileDelete($d & "pngfilt.dll")FileDelete($d & "url.dll")FileDelete($d & "urlmon.dll")FileDelete($d & "webcheck.dll")FileDelete($d & "wininet.dll")Edit : Also possible with batch... (del /Q file.dll) Edited May 9, 200818 yr by Amour69
May 24, 200818 yr LOL thanks all!I booted the bad boy up as a slave drive and delete all the files in the dll cache folderthen rebooted the bad boy as the main drive ...bingo the KB installed no problem!Thanks all again!!
Create an account or sign in to comment