![]() |
|
29 Mar 2013 | #21 |
|
A manual scan for updates still results in a 8024000E error, so I just picked the next available update in the list I posted, which had a release date of 9/13/2011:
KB2533523: Update for Microsoft .NET Framework 4 on Windows XP, Windows Server 2003, Windows Vista, Windows 7, Windows Server 2008 R2 for x64-based Systems The update installed without issue, I rebooted my PC, and have attached the new log file! Should I just start going through (ONLY) the .NET updates and installing them in order, as long as I don't hit any errors? |
My System Specs![]() |
. |
|
29 Mar 2013 | #22 |
![]() |
Yes please - I can't tell from the update log which file is causing the problem, although the problem appears to be with an xml file rather than any of the individual updates.
Please upload the following file... c:\Windows\SoftwareDistribution\WuPackages.xml |
My System Specs![]() |
29 Mar 2013 | #23 |
|
I don't see any such file...
Two more updates installed without error: KB2656351 (12/29/2011): Security Update for Microsoft .NET Framework 4 on XP, Server 2003, Vista, Windows 7, Server 2008, Server 2008 R2 for x64 KB2600217 (2/14/2012): Update for Microsoft .NET Framework on XP, Server 2003, Vista, Windows 7, Server 2008, Server 2008 R2 for x64 |
My System Specs![]() |
. |
|
29 Mar 2013 | #24 |
![]() |
So far, so good - carry on!.
I suspect that it's note one of the .NET updates causing the problem 0 and it may be something else entirely. Let's get all the updates installed that we can - if any fail, stop there, and post the new windowsupdate and CBS logs, and I'll see what I can find there. |
My System Specs![]() |
29 Mar 2013 | #25 |
![]() |
This error seems to be the core problem...
Code:
2013-03-27 21:49:13:228 120 bb8 Agent FATAL: fail to register class object 0x80004015 2013-03-27 21:49:13:228 120 bb8 Agent FATAL: Client call recorder fails to init with error 0x80004015 2013-03-27 21:49:13:228 120 bb8 Agent * FATAL: Failed to initialize with error 0x80004015 from component Agent Please open an Elevated Command Prompt and run the following commands. SC SDSHOW BITS SC SDSHOW WUAUSERV Post the results - and then Please download http://kb.eset-la.com/library/ESET/KB%20Team%20Only/Malware/ServicesRepair.exe and save it to your desktop. Double-click ServicesRepair.exe If security notifications appear, click Continue or Run and then click Yes when asked if you want to proceed. Once the tool has finished, you will be prompted to restart your computer. Click Yes to restart. and run the above two commands again - post the new results. Then do a manual check for updates, and attempt to install only the oldest of the updates found - what happens? |
My System Specs![]() |
29 Mar 2013 | #26 |
|
All of the following .NET updates installed without error:
KB2604121 (5/8/2012): Security Update for Microsoft .NET Framework 4 on XP, Server 2003, Vista, Windows 7, Server 2008, Server 2008 R2 for x64 KB2729449 (11/13/2012): Security Update for Microsoft .NET Framework 4 on XP, Server 2003, Vista, Windows 7, Server 2008, Server 2008 R2 for x64 KB2737019 (11/13/2012): Security Update for Microsoft .NET Framework 4 on XP, Server 2003, Vista, Windows 7, Server 2008, Server 2008 R2 for x64 KB2742595 (1/8/2013): Security Update for Microsoft .NET Framework 4 on XP, Server 2003, Vista, Windows 7, Server 2008, Server 2008 R2 for x64 KB2789642 (2/12/2013): Security Update for Microsoft .NET Framework 4 on XP, Server 2003, Vista, Windows 7, Server 2008, Server 2008 R2 for x64 I've attached the Windows Log, CBS Log, and the remaining Important Updates. I'll now try your suggestions from the above post as well! |
My System Specs![]() |
29 Mar 2013 | #27 |
|
sc sdshow bits:
d: (a;ci;ccdclcswrpwpdtlocrsdrcwdwo;;;sy)(a;;ccdclcswrpwpdtlocrsdrcwdwo;;;ba)(a;; cclcswlocrrc;;;iu)(a;;cclcswlocrrc;;;su)s: (au;safa;wdwo;;;ba) sc sdshow wuauserv: d: (a;;cclcswrplorc;;;au)(a;;ccdclcswrpwpdtlocrsdrcwdwo;;;ba)(a;;ccdclcswrpwpdtlo crsdrcwdwo;;;sy)s: (au;fa;ccdclcswrpwpdtlosdrcwdwo;;;wd) When attempting to run the Services Repair file I get the following error: ServicesRepair_x64.exe - System Error The program can't start because WININET.dll is missing from your computer. Try reinstalling the program to fix this problem. |
My System Specs![]() |
30 Mar 2013 | #28 |
![]() |
Oooh!
There are some very interesting changes to the services permissions there - and the fact that the repair tool says that wininet is missing doesn't bode well. It probably means that permissions are preventing access, since SFC isn't complaining about its lack. Please run the following commands ICACLS C:\Windows\system32\wininet.dll /T ICACLS C:\Windows ICACLS C:\Windows\System32 post the results. |
My System Specs![]() |
30 Mar 2013 | #29 |
|
Done:
ICACLS C:\Windows\system32\wininet.dll /T C:\Windows\system32>ICACLS C:\Windows\system32\wininet.dll /T C:\Windows\system32\LogFiles\WMI\RtBackup\*: Access is denied. Successfully processed 0 files; Failed processing 1 files ICACLS C:\Windows C:\Windows\system32>ICACLS C:\Windows C:\Windows NT SERVICE\TrustedInstaller:(F) NT SERVICE\TrustedInstaller:(CI)(IO)(F) NT AUTHORITY\SYSTEM:(M) NT AUTHORITY\SYSTEM:(OI)(CI)(IO)(F) BUILTIN\Administrators:(M) BUILTIN\Administrators:(OI)(CI)(IO)(F) BUILTIN\Users:(RX) BUILTIN\Users:(OI)(CI)(IO)(GR,GE) CREATOR OWNER:(OI)(CI)(IO)(F) Successfully processed 1 files; Failed processing 0 files ICACLS C:\Windows\System32 C:\Windows\system32>ICACLS C:\Windows\System32 C:\Windows\System32 NT SERVICE\TrustedInstaller:(F) NT SERVICE\TrustedInstaller:(CI)(IO)(F) NT AUTHORITY\SYSTEM:(M) NT AUTHORITY\SYSTEM:(OI)(CI)(IO)(F) BUILTIN\Administrators:(M) BUILTIN\Administrators:(OI)(CI)(IO)(F) BUILTIN\Users:(RX) BUILTIN\Users:(OI)(CI)(IO)(GR,GE) CREATOR OWNER:(OI)(CI)(IO)(F) Successfully processed 1 files; Failed processing 0 files |
My System Specs![]() |
31 Mar 2013 | #30 |
![]() |
OK- we'll have to do the file search in detail, then...
DIR C:\Windows\winsxs\wininet.* /S DIR C:\Windows\System32\wininet.dll /S ICACLS C:\Windows\winsxs\wininet.* /T ICACLS C:\Windows\System32\wininet.* /T |
My System Specs![]() |
![]() |
Thread Tools | |
Similar help and support threads | ||||
Thread | Forum | |||
Fail to update KB3074543 - CHECKSUR log included I've copied KB3074543 to the Checksur/packages folder but doesn't seem to help. Log: ================================= Checking System Update Readiness. Binary Version 6.1.7601.22471 Package Version 26.0 2016-10-26 19:00 |
Windows Updates & Activation | |||
Multiple BSODs, logs included - Need Help ASAP! I am getting these seemingly random BSODs that are driving me crazy, I've logged them all here, some are from one specific driver, others are unrelated. If you all could help me identify which drivers these are and how to rectify to the issue, I'd be so grateful. Thank you! ... |
BSOD Help and Support | |||
Win 7 Pro -Office 2010 Pro - .exe .dll issues CheckSUR log included Ladies and Gents Have tried all sorts of tricks here - I think I am close soooo close. Started with - Re looping System Repair - Now fixed from this Which was great, however left me with MS Office 2010 no longer operating giving me this: (Note the CheckSUR log in the background for ref... |
Microsoft Office | |||
ERROR_SXS_COMPONENT_STORE_CORRUPT CheckSUR log included please help! I'm trying to get windows 7 sp1 installed but nothing i do works. I've ran the system update readiness tool with no luck, tried a manual instal with no luck. Looked through my computer for outdated drivers and programs that could be blocking the update with no luck. I've finally got somewhere but... |
Windows Updates & Activation | |||
Windows update error code 800F0900, logs attached (CBS and checksur) Hello All, Before reinstalling Windows (on my 6 months old new laptop) I ask please for help. I see these issues for the last months (Windows update was fine, Snipping tool stopped working and then I discovered the CBS logs) and I hope no other (office files in example) files will be damaged. ... |
Windows Updates & Activation |
Our Sites |
Site Links |
About Us |
Find Us |
Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd All times are GMT -5. The time now is 07:11. |
![]() ![]() ![]() ![]() ![]() |