Jump to content

Recommended Posts

Posted
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 \:

Posted (edited)

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) :

#NoTrayIcon
Opt("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 by Amour69
  • 2 weeks later...
Posted

LOL thanks all!

I booted the bad boy up as a slave drive and delete all the files in the dll cache folder

then 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

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...