Jump to content

Amour69

Member
  • Posts

    7
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Everything posted by Amour69

  1. You can delete files listed above, it's very fast
  2. After KB947864 don't appears into MU/WU
  3. 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)
  4. I tried it but don't work KB947864 will not be updated with SP3 ? and IE7 full package ?
  5. I already tried It, the MU files are same than Microsoft website... (same checksum, dates, etc...)
  6. Thanks, here is the full log : http://www.megaupload.com/?d=QUORZ9J8
  7. I have the same problem, but delete wininet.dll into dllcache don't work... The KB947864-IE7 log :
×
×
  • Create New...