[SOLVED] Error 8007371B - W 7 - 64

Looks like part of the command is missing, try this:

DISM.exe /Online /Remove-Package /PackagePath:C:\temp\Windows6.1-KB3101746-x64.cab
 
Sorry for it's!

Code:
C:\Windows\system32>DISM.exe /Online /Remove-Package /PackagePath:C:\temp\Windows6.1-KB3101746-x64.cab


Ferramenta de Gerenciamento e Manutenção de Imagens de Implantação
Versão: 6.1.7600.16385


Versão da Imagem: 6.1.7601.18489


Processando 1 de 1 - Removendo pacote Package_for_KB3101746~31bf3856ad364e35~amd
64~~6.1.1.1
[==========================100.0%==========================]
Erro - Package_for_KB3101746 Erro: 0x80073701


Erro: 14081


O conjunto referido não pôde ser encontrado.


O arquivo de log do DISM pode ser localizado em C:\Windows\Logs\DISM\dism.log


C:\Windows\system32>
 
Code:
2016-04-22 16:34:11, Info                  CBS    Exec: Installing Package: Package_52_for_KB3042058~31bf3856ad364e35~amd64~~6.1.1.1, Update: 3042058-176_neutral_GDR
2016-04-22 16:34:11, Info                  CBS    Exec: Installing Package: Package_52_for_KB3042058~31bf3856ad364e35~amd64~~6.1.1.1, Update: 3042058-176_neutral_GDR, InstallDeployment: amd64_46bea376c2956447d5b5da09d67c6375_31bf3856ad364e35_6.1.7601.18812_none_264e0aab5acf74c5
2016-04-22 16:34:11, Error                 CSI    00000243@2016/4/22:19:34:11.032 (F) d:\win7sp1_gdr\base\wcp\componentstore\csd_locking.cpp(324): Error STATUS_SXS_ASSEMBLY_MISSING originated in function CCSDirectTransaction::LockComponent expression: (null)
[gle=0x80004005]
2016-04-22 16:34:37, Error                 CSI    00000244 (F) STATUS_SXS_ASSEMBLY_MISSING #4852830# from CCSDirectTransaction::OperateEnding at index 0 of 1 operations, disposition 2[gle=0xd015000c]
2016-04-22 16:34:37, Error                 CSI    00000245 (F) HRESULT_FROM_WIN32(ERROR_SXS_ASSEMBLY_MISSING) #4852715# from Windows::ServicingAPI::CCSITransaction::ICSITransaction_InstallDeployment(Flags = 0, a = 46bea376c2956447d5b5da09d67c6375, Version = 6.1.7601.18812, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral, cb = (null), s = (null), rid = [80]"Package_52_for_KB3042058~31bf3856ad364e35~amd64~~6.1.1.1.3042058-176_neutral_GDR", rah = [2]"17", manpath = (null), catpath = (null), disp = 0)[gle=0x80073701]
2016-04-22 16:34:37, Info                  CBS    Failed to begin deployment installation for Update: 3042058-176_neutral_GDR [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]

Install Update with DISM

  1. Download the update MSU here: Download Security Update for Windows 7 for x64-based Systems (KB358) from Official Microsoft Download Center
  2. Copy the MSU file to a convenient location (such as C:\temp).
  3. Click on the Start
    Start%20Orb.jpg
    button and in the search box, type Command Prompt
  4. When you see Command Prompt on the list, right-click on it and select Run as administrator
  5. When command prompt opens, copy and paste the following commands into it, press enter after each

    cd C:\temp

    replace C:\temp with your path if different

    expand {update name}.msu -f:* C:\temp

    replace {update name} with the name of the MSU file downloaded in step 1

    DISM.exe /Online /Add-Package /PackagePath:C:\temp\{update name}.cab

  6. You should receive the message:
    The operation completed successfully.
    Restart Windows to complete this operation.
    Do you want to restart the computer now (Y/N)?

  7. Make sure to allow the computer to restart if prompted.

    If you receive any other message:
  8. Right-click on the Command Prompt window and click Select All, this will invert all of the colours by selecting the text, now press enter. All of this text is now copied.
  9. Paste (Ctrl+V) it into your next post please.
 
Prompt: Same error C:\Temp

Code:
Microsoft Windows [versão 6.1.7601]Copyright (c) 2009 Microsoft Corporation. Todos os direitos reservados.


C:\Windows\system32>DISM.exe /Online /Add-Package /PackagePath:C:\temp\Windows6.
1-KB3042058-x64.cab


Ferramenta de Gerenciamento e Manutenção de Imagens de Implantação
Versão: 6.1.7600.16385


Versão da Imagem: 6.1.7601.18489


Processando 1 de 1 - Adicionando pacote Package_for_KB3042058~31bf3856ad364e35~a
md64~~6.1.1.1
[==============             25.6%                          ]
Erro - Package_for_KB3042058 Erro: 0x80073712


Erro: 14098


O repositório de componentes foi corrompido.


O arquivo de log do DISM pode ser localizado em C:\Windows\Logs\DISM\dism.log


C:\Windows\system32>

CBS.log: Dropbox - CBS.zip
 
Code:
2016-04-22 17:33:38, Error                 CSI    0000025b@2016/4/22:20:33:38.139 (F) d:\win7sp1_gdr\base\wcp\componentstore\storelayout.cpp(11690): Store corruption detected in function ComponentStore::CRawStoreLayout::CheckFamilyIndexForDeadWinnerComponent expression: (null)
  MissingWinningComponentKey on resource [92]"amd64_0e349f35c12c2f5d56d1f516851d6a8b_31bf3856ad364e35_6.1.7601.18812_none_c7a321654a95b65c"[gle=0x80004005]
2016-04-22 17:33:38, Error                 CSI    0000025c (F) STATUS_SXS_COMPONENT_STORE_CORRUPT #5082268# from CCSDirectTransaction::OperateEnding at index 0 of 1 operations, disposition 0[gle=0xd015001a]

SFCFix Script

Warning: this fix is specific to the user in this thread. No one else should follow these instructions as it may cause more harm than good. If you are after assistance, please start a thread of your own.

  1. Download SFCFix.exe (by niemiro) and save this to your Desktop.
  2. Download the file below, SFCFix.zip, and save this to your Desktop. Ensure that this file is named SFCFix.zip - do not rename it.
  3. Save any open documents and close all open windows.
  4. On your Desktop, you should see two files: SFCFix.exe and SFCFix.zip.
  5. Drag the file SFCFix.zip onto the file SFCFix.exe and release it.
  6. SFCFix will now process the script.
  7. Upon completion, a file should be created on your Desktop: SFCFix.txt.
  8. Copy (Ctrl+C) and Paste (Ctrl+V) the contents of this file into your next post for me to analyse please - put [CODE][/CODE] tags around the log to break up the text.

View attachment SFCFix.zip

Once SFCFix has completed, run SURT again and attach CheckSUR.log with your reply.
 
SFCfix.log:

Code:
SFCFix version 3.0.0.0 by niemiro.Start time: 2016-04-25 11:44:42.226
Microsoft Windows 7 Service Pack 1 - amd64
Using .zip script file at C:\Users\Clade\Desktop\SFCFix.zip [0]








RegistryScript::
Successfully took ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components.
Successfully took ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\CanonicalData\Deployments.


Successfully imported registry key HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components\amd64_0e349f35c12c2f5d56d1f516851d6a8b_31bf3856ad364e35_6.1.7601.18812_none_c7a321654a95b65c.
Successfully imported registry key HKEY_LOCAL_MACHINE\COMPONENTS\CanonicalData\Deployments\0e349f35c12..516851d6a8b_31bf3856ad364e35_6.1.7601.18812_c7a321654a95b65c.


Successfully restored ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components\amd64_0e349f35c12c2f5d56d1f516851d6a8b_31bf3856ad364e35_6.1.7601.18812_none_c7a321654a95b65c.
Successfully restored ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components.
Successfully restored ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\CanonicalData\Deployments\0e349f35c12..516851d6a8b_31bf3856ad364e35_6.1.7601.18812_c7a321654a95b65c.
Successfully restored ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\CanonicalData\Deployments.
RegistryScript:: directive completed successfully.








Successfully processed all directives.
SFCFix version 3.0.0.0 by niemiro has completed.
Currently storing 425 datablocks.
Finish time: 2016-04-25 11:44:43.361
Script hash: 1hpXFRzFHCL9pJz59Y6854xVaDqq5IU8a4jhJzizN/g=
----------------------EOF-----------------------
 
CheckSUR.log:

Code:
=================================
Checking System Update Readiness.
Binary Version 6.1.7601.22471
Package Version 26.0
2016-04-25 18:18


Checking Windows Servicing Packages


Checking Package Manifests and Catalogs


Checking Package Watchlist


Checking Component Watchlist


Checking Packages


Checking Component Store
(f)	CSI Catalog Missing	0x00000002	314f8b9f5acc50b07b29f5efb3ffacb91dc314bed5f908328c10115cccd357ac.cat	0e349f35c12..516851d6a8b_31bf3856ad364e35_6.1.7601.18812_c7a321654a95b65c	Missing catalog or invalid CatalogThumprint
(fix)	CSI Catalog Missing	CSI File Replaced	File: 314f8b9f5acc50b07b29f5efb3ffacb91dc314bed5f908328c10115cccd357ac.cat From: C:\Windows\servicing\Packages\Package_51_for_KB3042058~31bf3856ad364e35~amd64~~6.1.1.1.cat
(f)	CSI Missing Component Key	0x00000000	wow64_microsoft-windows-security-schannel_31bf3856ad364e35_6.1.7601.18812_none_8a8ee925a0450165	HKLM\Components\DerivedData\Components	
(fix)	CSI Missing Component Key	CSI Registry Item Repaired	Key created.  There will be more reports as values are replaced.
(f)	CSI Missing Identity	0x00000000	identity	wow64_microsoft-windows-security-schannel_31bf3856ad364e35_6.1.7601.18812_none_8a8ee925a0450165	
(fix)	CSI Missing Identity	CSI Registry Item Repaired	wow64_microsoft-windows-security-schannel_31bf3856ad364e35_6.1.7601.18812_none_8a8ee925a0450165
(f)	CSI F Mark Missing	0x00000002	f!schannel.dll	wow64_microsoft-windows-security-schannel_31bf3856ad364e35_6.1.7601.18812_none_8a8ee925a0450165	
(fix)	CSI F Mark Missing	CSI Registry Item Repaired	Wrote wow64_microsoft-windows-security-schannel_31bf3856ad364e35_6.1.7601.18812_none_8a8ee925a0450165\f!schannel.dll: schannel.dll
(f)	CSI Catalog Missing	0x00000002	7afdae4d754e646fa19b4673219dc40202165dc67e992b771f2e15e9ad69b50b.cat	ff7b9405e40..69f2f39d889_31bf3856ad364e35_6.1.7601.19045_163f5bbd3c366401	Missing catalog or invalid CatalogThumprint
(fix)	CSI Catalog Missing	CSI File Replaced	Deleted CatalogThumbprint
(f)	CSI Missing Component Key	0x00000000	amd64_microsoft-windows-lsa.resources_31bf3856ad364e35_6.1.7601.19045_pt-br_e64a69bd1a068db0	HKLM\Components\DerivedData\Components	
(fix)	CSI Missing Component Key	CSI Registry Item Repaired	Key created.  There will be more reports as values are replaced.
(f)	CSI Missing Identity	0x00000000	identity	amd64_microsoft-windows-lsa.resources_31bf3856ad364e35_6.1.7601.19045_pt-br_e64a69bd1a068db0	
(fix)	CSI Missing Identity	CSI Registry Item Repaired	amd64_microsoft-windows-lsa.resources_31bf3856ad364e35_6.1.7601.19045_pt-br_e64a69bd1a068db0
(f)	CSI F Mark Missing	0x00000002	f!lsasrv.dll.mui	amd64_microsoft-windows-lsa.resources_31bf3856ad364e35_6.1.7601.19045_pt-br_e64a69bd1a068db0	
(fix)	CSI F Mark Missing	CSI Registry Item Repaired	Wrote amd64_microsoft-windows-lsa.resources_31bf3856ad364e35_6.1.7601.19045_pt-br_e64a69bd1a068db0\f!lsasrv.dll.mui: lsasrv.dll.mui
(f)	CSI Missing Component Key	0x00000000	amd64_microsoft-windows-m..ditevtlog.resources_31bf3856ad364e35_6.1.7601.19045_pt-br_b9a8395edd479d56	HKLM\Components\DerivedData\Components	
(fix)	CSI Missing Component Key	CSI Registry Item Repaired	Key created.  There will be more reports as values are replaced.
(f)	CSI Missing Identity	0x00000000	identity	amd64_microsoft-windows-m..ditevtlog.resources_31bf3856ad364e35_6.1.7601.19045_pt-br_b9a8395edd479d56	
(fix)	CSI Missing Identity	CSI Registry Item Repaired	amd64_microsoft-windows-m..ditevtlog.resources_31bf3856ad364e35_6.1.7601.19045_pt-br_b9a8395edd479d56
(f)	CSI F Mark Missing	0x00000002	f!adtschema.dll.mui	amd64_microsoft-windows-m..ditevtlog.resources_31bf3856ad364e35_6.1.7601.19045_pt-br_b9a8395edd479d56	
(fix)	CSI F Mark Missing	CSI Registry Item Repaired	Wrote amd64_microsoft-windows-m..ditevtlog.resources_31bf3856ad364e35_6.1.7601.19045_pt-br_b9a8395edd479d56\f!adtschema.dll.mui: adtschema.dll.mui
(f)	CSI F Mark Missing	0x00000002	f!msobjs.dll.mui	amd64_microsoft-windows-m..ditevtlog.resources_31bf3856ad364e35_6.1.7601.19045_pt-br_b9a8395edd479d56	
(fix)	CSI F Mark Missing	CSI Registry Item Repaired	Wrote amd64_microsoft-windows-m..ditevtlog.resources_31bf3856ad364e35_6.1.7601.19045_pt-br_b9a8395edd479d56\f!msobjs.dll.mui: msobjs.dll.mui
(f)	CSI F Mark Missing	0x00000002	f!msaudite.dll.mui	amd64_microsoft-windows-m..ditevtlog.resources_31bf3856ad364e35_6.1.7601.19045_pt-br_b9a8395edd479d56	
(fix)	CSI F Mark Missing	CSI Registry Item Repaired	Wrote amd64_microsoft-windows-m..ditevtlog.resources_31bf3856ad364e35_6.1.7601.19045_pt-br_b9a8395edd479d56\f!msaudite.dll.mui: msaudite.dll.mui
(f)	CSI F Mark Missing	0x00000002	f!auditpol.exe.mui	amd64_microsoft-windows-m..ditevtlog.resources_31bf3856ad364e35_6.1.7601.19045_pt-br_b9a8395edd479d56	
(fix)	CSI F Mark Missing	CSI Registry Item Repaired	Wrote amd64_microsoft-windows-m..ditevtlog.resources_31bf3856ad364e35_6.1.7601.19045_pt-br_b9a8395edd479d56\f!auditpol.exe.mui: auditpol.exe.mui
(f)	CSI Missing C Mark	0x00000000	c!0e349f35c12..516851d6a8b_31bf3856ad364e35_6.1.7601.18812_c7a321654a95b65c	wow64_microsoft-windows-security-schannel_31bf3856ad364e35_6.1.7601.18812_none_8a8ee925a0450165	Missing c!
(fix)	CSI Missing C Mark	CSI Registry Item Repaired	c!0e349f35c12..516851d6a8b_31bf3856ad364e35_6.1.7601.18812_c7a321654a95b65c successfully added to wow64_microsoft-windows-security-schannel_31bf3856ad364e35_6.1.7601.18812_none_8a8ee925a0450165
(f)	CSI Missing C Mark	0x00000000	c!ff7b9405e40..69f2f39d889_31bf3856ad364e35_6.1.7601.19045_163f5bbd3c366401	amd64_microsoft-windows-lsa.resources_31bf3856ad364e35_6.1.7601.19045_pt-br_e64a69bd1a068db0	Missing c!
(fix)	CSI Missing C Mark	CSI Registry Item Repaired	c!ff7b9405e40..69f2f39d889_31bf3856ad364e35_6.1.7601.19045_163f5bbd3c366401 successfully added to amd64_microsoft-windows-lsa.resources_31bf3856ad364e35_6.1.7601.19045_pt-br_e64a69bd1a068db0
(f)	CSI Missing C Mark	0x00000000	c!0e349f35c12..516851d6a8b_31bf3856ad364e35_6.1.7601.18812_c7a321654a95b65c	x86_microsoft-windows-ncrypt-dll_31bf3856ad364e35_6.1.7601.18812_none_5fe3add34fe00616	Missing c!
(fix)	CSI Missing C Mark	CSI Registry Item Repaired	c!0e349f35c12..516851d6a8b_31bf3856ad364e35_6.1.7601.18812_c7a321654a95b65c successfully added to x86_microsoft-windows-ncrypt-dll_31bf3856ad364e35_6.1.7601.18812_none_5fe3add34fe00616
(f)	CSI Missing C Mark	0x00000000	c!0e349f35c12..516851d6a8b_31bf3856ad364e35_6.1.7601.18812_c7a321654a95b65c	wow64_microsoft-windows-security-ntlm_31bf3856ad364e35_6.1.7601.18812_none_e52b8aeaad8cedbc	Missing c!
(fix)	CSI Missing C Mark	CSI Registry Item Repaired	c!0e349f35c12..516851d6a8b_31bf3856ad364e35_6.1.7601.18812_c7a321654a95b65c successfully added to wow64_microsoft-windows-security-ntlm_31bf3856ad364e35_6.1.7601.18812_none_e52b8aeaad8cedbc
(f)	CSI Missing C Mark	0x00000000	c!0e349f35c12..516851d6a8b_31bf3856ad364e35_6.1.7601.18812_c7a321654a95b65c	wow64_microsoft-windows-security-digest_31bf3856ad364e35_6.1.7601.18812_none_a345e92ec7b73e6d	Missing c!
(fix)	CSI Missing C Mark	CSI Registry Item Repaired	c!0e349f35c12..516851d6a8b_31bf3856ad364e35_6.1.7601.18812_c7a321654a95b65c successfully added to wow64_microsoft-windows-security-digest_31bf3856ad364e35_6.1.7601.18812_none_a345e92ec7b73e6d
(f)	CSI Missing C Mark	0x00000000	c!ff7b9405e40..69f2f39d889_31bf3856ad364e35_6.1.7601.19045_163f5bbd3c366401	amd64_microsoft-windows-m..ditevtlog.resources_31bf3856ad364e35_6.1.7601.19045_pt-br_b9a8395edd479d56	Missing c!
(fix)	CSI Missing C Mark	CSI Registry Item Repaired	c!ff7b9405e40..69f2f39d889_31bf3856ad364e35_6.1.7601.19045_163f5bbd3c366401 successfully added to amd64_microsoft-windows-m..ditevtlog.resources_31bf3856ad364e35_6.1.7601.19045_pt-br_b9a8395edd479d56


Summary:
Seconds executed: 1097
 Found 20 errors
 Fixed 20 errors
  CSI Catalog Missing Total count: 2
  Fixed: CSI Catalog Missing.  Total count: 2
  CSI Missing Component Key Total count: 3
  Fixed: CSI Missing Component Key.  Total count: 3
  CSI Missing Identity Total count: 3
  Fixed: CSI Missing Identity.  Total count: 3
  CSI Missing C Mark Total count: 6
  Fixed: CSI Missing C Mark.  Total count: 6
  CSI F Mark Missing Total count: 6
  Fixed: CSI F Mark Missing.  Total count: 6
 
Excellent. Try installing the update again:

DISM.exe /Online /Add-Package /PackagePath:C:\temp\Windows6.1-KB3042058-x64.cab
 
Don't work.

Prompt:

Code:
Microsoft Windows [versão 6.1.7601]Copyright (c) 2009 Microsoft Corporation. Todos os direitos reservados.


C:\Users\Clade>DISM.exe /Online /Add-Package /PackagePath:C:\temp\Windows6.1-KB3
042058-x64.cab


Ferramenta de Gerenciamento e Manutenção de Imagens de Implantação
Versão: 6.1.7600.16385


Versão da Imagem: 6.1.7601.18489


Processando 1 de 1 - Adicionando pacote Package_for_KB3042058~31bf3856ad364e35~a
md64~~6.1.1.1
[===============            26.3%                          ]
Erro - Package_for_KB3042058 Erro: 0x80073712


Erro: 14098


O repositório de componentes foi corrompido.


O arquivo de log do DISM pode ser localizado em C:\Windows\Logs\DISM\dism.log


C:\Users\Clade>


CBS,log: https://www.dropbox.com/s/a1kybkrch9hda4m/CBS.zip?dl=0
 
Code:
2016-04-26 17:35:41, Error                 CSI    00000014@2016/4/26:20:35:41.504 (F) d:\win7sp1_gdr\base\wcp\componentstore\storelayout.cpp(11690): Store corruption detected in function ComponentStore::CRawStoreLayout::CheckFamilyIndexForDeadWinnerComponent expression: (null)
  MissingWinningComponentKey on resource [92]"amd64_46bea376c2956447d5b5da09d67c6375_31bf3856ad364e35_6.1.7601.18812_none_264e0aab5acf74c5"[gle=0x80004005]

SFCFix Script

Warning: this fix is specific to the user in this thread. No one else should follow these instructions as it may cause more harm than good. If you are after assistance, please start a thread of your own.

  1. Download SFCFix.exe (by niemiro) and save this to your Desktop.
  2. Download the file below, SFCFix.zip, and save this to your Desktop. Ensure that this file is named SFCFix.zip - do not rename it.
  3. Save any open documents and close all open windows.
  4. On your Desktop, you should see two files: SFCFix.exe and SFCFix.zip.
  5. Drag the file SFCFix.zip onto the file SFCFix.exe and release it.
  6. SFCFix will now process the script.
  7. Upon completion, a file should be created on your Desktop: SFCFix.txt.
  8. Copy (Ctrl+C) and Paste (Ctrl+V) the contents of this file into your next post for me to analyse please - put [CODE][/CODE] tags around the log to break up the text.

View attachment SFCFix.zip

Once SFCFix has completed, run SURT again.
When SURT has finished, attach CheckSUR.log with your reply.
 
SFCfix.log:

Code:
SFCFix version 3.0.0.0 by niemiro.Start time: 2016-04-28 09:42:57.081
Microsoft Windows 7 Service Pack 1 - amd64
Using .zip script file at C:\Users\Clade\Desktop\SFCFix.zip [0]








RegistryScript::
Successfully took ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\CanonicalData\Deployments.
Successfully took ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components.


Successfully imported registry key HKEY_LOCAL_MACHINE\COMPONENTS\CanonicalData\Deployments\46bea376c29..a09d67c6375_31bf3856ad364e35_6.1.7601.18812_264e0aab5acf74c5.
Successfully imported registry key HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components\amd64_46bea376c2956447d5b5da09d67c6375_31bf3856ad364e35_6.1.7601.18812_none_264e0aab5acf74c5.


Successfully restored ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\CanonicalData\Deployments\46bea376c29..a09d67c6375_31bf3856ad364e35_6.1.7601.18812_264e0aab5acf74c5.
Successfully restored ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\CanonicalData\Deployments.
Successfully restored ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components\amd64_46bea376c2956447d5b5da09d67c6375_31bf3856ad364e35_6.1.7601.18812_none_264e0aab5acf74c5.
Successfully restored ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components.
RegistryScript:: directive completed successfully.








Successfully processed all directives.
SFCFix version 3.0.0.0 by niemiro has completed.
Currently storing 427 datablocks.
Finish time: 2016-04-28 09:42:59.388
Script hash: DpyAFFnGIDNM4M416eAZ8KZvzli/09n8UObwoZqLjUc=
----------------------EOF-----------------------

CheckSUR.log:

Code:
[

=================================
Checking System Update Readiness.
Binary Version 6.1.7601.22471
Package Version 26.0
2016-04-28 11:05


Checking Windows Servicing Packages


Checking Package Manifests and Catalogs


Checking Package Watchlist


Checking Component Watchlist


Checking Packages


Checking Component Store
(f)	CSI Catalog Missing	0x00000002	314f8b9f5acc50b07b29f5efb3ffacb91dc314bed5f908328c10115cccd357ac.cat	0e349f35c12..516851d6a8b_31bf3856ad364e35_6.1.7601.18812_c7a321654a95b65c	Missing catalog or invalid CatalogThumprint
(fix)	CSI Catalog Missing	CSI File Replaced	File: 314f8b9f5acc50b07b29f5efb3ffacb91dc314bed5f908328c10115cccd357ac.cat From: C:\Windows\servicing\Packages\Package_51_for_KB3042058~31bf3856ad364e35~amd64~~6.1.1.1.cat
(f)	CSI Catalog Missing	0x00000002	78247f2866606c4cde53d8e18828484805c28468b359b280aae67874fb4797d8.cat	46bea376c29..a09d67c6375_31bf3856ad364e35_6.1.7601.18812_264e0aab5acf74c5	Missing catalog or invalid CatalogThumprint
(fix)	CSI Catalog Missing	CSI File Replaced	File: 78247f2866606c4cde53d8e18828484805c28468b359b280aae67874fb4797d8.cat From: C:\Windows\servicing\Packages\Package_52_for_KB3042058~31bf3856ad364e35~amd64~~6.1.1.1.cat
(f)	CSI Missing Component Key	0x00000000	amd64_microsoft-windows-security-schannel_31bf3856ad364e35_6.1.7601.18812_none_803a3ed36be43f6a	HKLM\Components\DerivedData\Components	
(fix)	CSI Missing Component Key	CSI Registry Item Repaired	Key created.  There will be more reports as values are replaced.
(f)	CSI Missing Identity	0x00000000	identity	amd64_microsoft-windows-security-schannel_31bf3856ad364e35_6.1.7601.18812_none_803a3ed36be43f6a	
(fix)	CSI Missing Identity	CSI Registry Item Repaired	amd64_microsoft-windows-security-schannel_31bf3856ad364e35_6.1.7601.18812_none_803a3ed36be43f6a
(f)	CSI F Mark Missing	0x00000002	f!schannel.dll	amd64_microsoft-windows-security-schannel_31bf3856ad364e35_6.1.7601.18812_none_803a3ed36be43f6a	
(fix)	CSI F Mark Missing	CSI Registry Item Repaired	Wrote amd64_microsoft-windows-security-schannel_31bf3856ad364e35_6.1.7601.18812_none_803a3ed36be43f6a\f!schannel.dll: schannel.dll
(f)	CSI Missing C Mark	0x00000000	c!46bea376c29..a09d67c6375_31bf3856ad364e35_6.1.7601.18812_264e0aab5acf74c5	x86_microsoft-windows-security-credssp_31bf3856ad364e35_6.1.7601.18812_none_c5bd89b0ffd3fc44	Missing c!
(fix)	CSI Missing C Mark	CSI Registry Item Repaired	c!46bea376c29..a09d67c6375_31bf3856ad364e35_6.1.7601.18812_264e0aab5acf74c5 successfully added to x86_microsoft-windows-security-credssp_31bf3856ad364e35_6.1.7601.18812_none_c5bd89b0ffd3fc44
(f)	CSI Missing C Mark	0x00000000	c!46bea376c29..a09d67c6375_31bf3856ad364e35_6.1.7601.18812_264e0aab5acf74c5	wow64_microsoft-windows-security-kerberos_31bf3856ad364e35_6.1.7601.18812_none_4f4f7b42fbcfba9c	Missing c!
(fix)	CSI Missing C Mark	CSI Registry Item Repaired	c!46bea376c29..a09d67c6375_31bf3856ad364e35_6.1.7601.18812_264e0aab5acf74c5 successfully added to wow64_microsoft-windows-security-kerberos_31bf3856ad364e35_6.1.7601.18812_none_4f4f7b42fbcfba9c
(f)	CSI Missing C Mark	0x00000000	c!46bea376c29..a09d67c6375_31bf3856ad364e35_6.1.7601.18812_264e0aab5acf74c5	amd64_microsoft-windows-security-schannel_31bf3856ad364e35_6.1.7601.18812_none_803a3ed36be43f6a	Missing c!
(fix)	CSI Missing C Mark	CSI Registry Item Repaired	c!46bea376c29..a09d67c6375_31bf3856ad364e35_6.1.7601.18812_264e0aab5acf74c5 successfully added to amd64_microsoft-windows-security-schannel_31bf3856ad364e35_6.1.7601.18812_none_803a3ed36be43f6a
(f)	CSI Missing C Mark	0x00000000	c!46bea376c29..a09d67c6375_31bf3856ad364e35_6.1.7601.18812_264e0aab5acf74c5	amd64_microsoft-windows-security-kerberos_31bf3856ad364e35_6.1.7601.18812_none_44fad0f0c76ef8a1	Missing c!
(fix)	CSI Missing C Mark	CSI Registry Item Repaired	c!46bea376c29..a09d67c6375_31bf3856ad364e35_6.1.7601.18812_264e0aab5acf74c5 successfully added to amd64_microsoft-windows-security-kerberos_31bf3856ad364e35_6.1.7601.18812_none_44fad0f0c76ef8a1
(f)	CSI Missing C Mark	0x00000000	c!46bea376c29..a09d67c6375_31bf3856ad364e35_6.1.7601.18812_264e0aab5acf74c5	amd64_microsoft-windows-security-ntlm_31bf3856ad364e35_6.1.7601.18812_none_dad6e098792c2bc1	Missing c!
(fix)	CSI Missing C Mark	CSI Registry Item Repaired	c!46bea376c29..a09d67c6375_31bf3856ad364e35_6.1.7601.18812_264e0aab5acf74c5 successfully added to amd64_microsoft-windows-security-ntlm_31bf3856ad364e35_6.1.7601.18812_none_dad6e098792c2bc1
(f)	CSI Missing C Mark	0x00000000	c!46bea376c29..a09d67c6375_31bf3856ad364e35_6.1.7601.18812_264e0aab5acf74c5	amd64_microsoft-windows-ncrypt-dll_31bf3856ad364e35_6.1.7601.18812_none_bc024957083d774c	Missing c!
(fix)	CSI Missing C Mark	CSI Registry Item Repaired	c!46bea376c29..a09d67c6375_31bf3856ad364e35_6.1.7601.18812_264e0aab5acf74c5 successfully added to amd64_microsoft-windows-ncrypt-dll_31bf3856ad364e35_6.1.7601.18812_none_bc024957083d774c
(f)	CSI Missing C Mark	0x00000000	c!46bea376c29..a09d67c6375_31bf3856ad364e35_6.1.7601.18812_264e0aab5acf74c5	wow64_microsoft-windows-lsa_31bf3856ad364e35_6.1.7601.18812_none_0ec328d9a7cd62da	Missing c!
(fix)	CSI Missing C Mark	CSI Registry Item Repaired	c!46bea376c29..a09d67c6375_31bf3856ad364e35_6.1.7601.18812_264e0aab5acf74c5 successfully added to wow64_microsoft-windows-lsa_31bf3856ad364e35_6.1.7601.18812_none_0ec328d9a7cd62da
(f)	CSI Missing C Mark	0x00000000	c!46bea376c29..a09d67c6375_31bf3856ad364e35_6.1.7601.18812_264e0aab5acf74c5	amd64_microsoft-windows-security-digest_31bf3856ad364e35_6.1.7601.18812_none_98f13edc93567c72	Missing c!
(fix)	CSI Missing C Mark	CSI Registry Item Repaired	c!46bea376c29..a09d67c6375_31bf3856ad364e35_6.1.7601.18812_264e0aab5acf74c5 successfully added to amd64_microsoft-windows-security-digest_31bf3856ad364e35_6.1.7601.18812_none_98f13edc93567c72
(f)	CSI Missing C Mark	0x00000000	c!46bea376c29..a09d67c6375_31bf3856ad364e35_6.1.7601.18812_264e0aab5acf74c5	amd64_microsoft-windows-security-credssp_31bf3856ad364e35_6.1.7601.18812_none_21dc2534b8316d7a	Missing c!
(fix)	CSI Missing C Mark	CSI Registry Item Repaired	c!46bea376c29..a09d67c6375_31bf3856ad364e35_6.1.7601.18812_264e0aab5acf74c5 successfully added to amd64_microsoft-windows-security-credssp_31bf3856ad364e35_6.1.7601.18812_none_21dc2534b8316d7a


Summary:
Seconds executed: 1162
 Found 14 errors
 Fixed 14 errors
  CSI Catalog Missing Total count: 2
  Fixed: CSI Catalog Missing.  Total count: 2
  CSI Missing Component Key Total count: 1
  Fixed: CSI Missing Component Key.  Total count: 1
  CSI Missing Identity Total count: 1
  Fixed: CSI Missing Identity.  Total count: 1
  CSI Missing C Mark Total count: 9
  Fixed: CSI Missing C Mark.  Total count: 9
  CSI F Mark Missing Total count: 1
  Fixed: CSI F Mark Missing.  Total count: 1


/CODE]
 
Ok. Try installing the update again:

DISM.exe /Online /Add-Package /PackagePath:C:\temp\Windows6.1-KB3042058-x64.cab
 
Code:
  Stage (1): flags: 8 app: [e09d7624f45d8b801a367f2f7a602604, Version = 6.1.7601.18833, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral]) comp: (null) man: @0x6802128
2016-04-28 17:21:29, Error                 CSI    00000016@2016/4/28:20:21:29.255 (F) d:\win7sp1_gdr\base\wcp\componentstore\storelayout.cpp(11690): Store corruption detected in function ComponentStore::CRawStoreLayout::CheckFamilyIndexForDeadWinnerComponent expression: (null)
  MissingWinningComponentKey on resource [92]"amd64_e09d7624f45d8b801a367f2f7a602604_31bf3856ad364e35_6.1.7601.18833_none_529078f82c407f61"[gle=0x80004005]

SFCFix Script

Warning: this fix is specific to the user in this thread. No one else should follow these instructions as it may cause more harm than good. If you are after assistance, please start a thread of your own.

  1. Download SFCFix.exe (by niemiro) and save this to your Desktop.
  2. Download the file below, SFCFix.zip, and save this to your Desktop. Ensure that this file is named SFCFix.zip - do not rename it.
  3. Save any open documents and close all open windows.
  4. On your Desktop, you should see two files: SFCFix.exe and SFCFix.zip.
  5. Drag the file SFCFix.zip onto the file SFCFix.exe and release it.
  6. SFCFix will now process the script.
  7. Upon completion, a file should be created on your Desktop: SFCFix.txt.
  8. Copy (Ctrl+C) and Paste (Ctrl+V) the contents of this file into your next post for me to analyse please - put [CODE][/CODE] tags around the log to break up the text.

View attachment SFCFix.zip

When SFCFix has finished, run SURT again and attach CheckSUR.log
 
SFCfix.log:

Code:
SFCFix version 3.0.0.0 by niemiro.Start time: 2016-04-30 08:00:26.828
Microsoft Windows 7 Service Pack 1 - amd64
Using .zip script file at C:\Users\Clade\Desktop\SFCFix.zip [0]








RegistryScript::
Successfully took ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\CanonicalData\Deployments.
Successfully took ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components.


Successfully imported registry key HKEY_LOCAL_MACHINE\COMPONENTS\CanonicalData\Deployments\e09d7624f45..f2f7a602604_31bf3856ad364e35_6.1.7601.18833_529078f82c407f61.
Successfully imported registry key HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components\amd64_e09d7624f45d8b801a367f2f7a602604_31bf3856ad364e35_6.1.7601.18833_none_529078f82c407f61.


Successfully restored ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\CanonicalData\Deployments\e09d7624f45..f2f7a602604_31bf3856ad364e35_6.1.7601.18833_529078f82c407f61.
Successfully restored ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\CanonicalData\Deployments.
Successfully restored ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components\amd64_e09d7624f45d8b801a367f2f7a602604_31bf3856ad364e35_6.1.7601.18833_none_529078f82c407f61.
Successfully restored ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components.
RegistryScript:: directive completed successfully.








Successfully processed all directives.
SFCFix version 3.0.0.0 by niemiro has completed.
Currently storing 429 datablocks.
Finish time: 2016-04-30 08:00:28.713
Script hash: ifM/UxP4Q9iqHQMOHUZIFcaQWfemEUJSvM0lA1KOmNM=
----------------------EOF-----------------------

Checksur.log:

Code:
=================================
Checking System Update Readiness.
Binary Version 6.1.7601.22471
Package Version 26.0
2016-04-30 09:26


Checking Windows Servicing Packages


Checking Package Manifests and Catalogs


Checking Package Watchlist


Checking Component Watchlist


Checking Packages


Checking Component Store
(f)	CSI Catalog Missing	0x00000002	314f8b9f5acc50b07b29f5efb3ffacb91dc314bed5f908328c10115cccd357ac.cat	0e349f35c12..516851d6a8b_31bf3856ad364e35_6.1.7601.18812_c7a321654a95b65c	Missing catalog or invalid CatalogThumprint
(fix)	CSI Catalog Missing	CSI File Replaced	File: 314f8b9f5acc50b07b29f5efb3ffacb91dc314bed5f908328c10115cccd357ac.cat From: C:\Windows\servicing\Packages\Package_51_for_KB3042058~31bf3856ad364e35~amd64~~6.1.1.1.cat
(f)	CSI Catalog Missing	0x00000002	78247f2866606c4cde53d8e18828484805c28468b359b280aae67874fb4797d8.cat	46bea376c29..a09d67c6375_31bf3856ad364e35_6.1.7601.18812_264e0aab5acf74c5	Missing catalog or invalid CatalogThumprint
(fix)	CSI Catalog Missing	CSI File Replaced	File: 78247f2866606c4cde53d8e18828484805c28468b359b280aae67874fb4797d8.cat From: C:\Windows\servicing\Packages\Package_52_for_KB3042058~31bf3856ad364e35~amd64~~6.1.1.1.cat
(f)	CSI Missing Component Key	0x00000000	amd64_microsoft-windows-c..graphy-cryptoconfig_31bf3856ad364e35_6.1.7601.18833_none_0460b6a7b31b5aa8	HKLM\Components\DerivedData\Components	
(fix)	CSI Missing Component Key	CSI Registry Item Repaired	Key created.  There will be more reports as values are replaced.
(f)	CSI Missing Identity	0x00000000	identity	amd64_microsoft-windows-c..graphy-cryptoconfig_31bf3856ad364e35_6.1.7601.18833_none_0460b6a7b31b5aa8	
(f)	CSI Missing Component Key	0x00000000	x86_microsoft-windows-c..graphy-cryptoconfig_31bf3856ad364e35_6.1.7601.18833_none_a8421b23fabde972	HKLM\Components\DerivedData\Components	
(fix)	CSI Missing Component Key	CSI Registry Item Repaired	Key created.  There will be more reports as values are replaced.
(f)	CSI Missing Identity	0x00000000	identity	x86_microsoft-windows-c..graphy-cryptoconfig_31bf3856ad364e35_6.1.7601.18833_none_a8421b23fabde972	
(f)	CSI Missing C Mark	0x00000000	c!e09d7624f45..f2f7a602604_31bf3856ad364e35_6.1.7601.18833_529078f82c407f61	amd64_microsoft-windows-c..graphy-cryptoconfig_31bf3856ad364e35_6.1.7601.18833_none_0460b6a7b31b5aa8	Missing c!
(fix)	CSI Missing C Mark	CSI Registry Item Repaired	c!e09d7624f45..f2f7a602604_31bf3856ad364e35_6.1.7601.18833_529078f82c407f61 successfully added to amd64_microsoft-windows-c..graphy-cryptoconfig_31bf3856ad364e35_6.1.7601.18833_none_0460b6a7b31b5aa8
(f)	CSI Missing C Mark	0x00000000	c!e09d7624f45..f2f7a602604_31bf3856ad364e35_6.1.7601.18833_529078f82c407f61	x86_microsoft-windows-c..graphy-cryptoconfig_31bf3856ad364e35_6.1.7601.18833_none_a8421b23fabde972	Missing c!
(fix)	CSI Missing C Mark	CSI Registry Item Repaired	c!e09d7624f45..f2f7a602604_31bf3856ad364e35_6.1.7601.18833_529078f82c407f61 successfully added to x86_microsoft-windows-c..graphy-cryptoconfig_31bf3856ad364e35_6.1.7601.18833_none_a8421b23fabde972


Summary:
Seconds executed: 3264
 Found 8 errors
 Fixed 6 errors
  CSI Catalog Missing Total count: 2
  Fixed: CSI Catalog Missing.  Total count: 2
  CSI Missing Component Key Total count: 2
  Fixed: CSI Missing Component Key.  Total count: 2
  CSI Missing Identity Total count: 2
  CSI Missing C Mark Total count: 2
  Fixed: CSI Missing C Mark.  Total count: 2
 
SFCFix Script

Warning: this fix is specific to the user in this thread. No one else should follow these instructions as it may cause more harm than good. If you are after assistance, please start a thread of your own.

  1. Download SFCFix.exe (by niemiro) and save this to your Desktop.
  2. Download the file below, SFCFix.zip, and save this to your Desktop. Ensure that this file is named SFCFix.zip - do not rename it.
  3. Save any open documents and close all open windows.
  4. On your Desktop, you should see two files: SFCFix.exe and SFCFix.zip.
  5. Drag the file SFCFix.zip onto the file SFCFix.exe and release it.
  6. SFCFix will now process the script.
  7. Upon completion, a file should be created on your Desktop: SFCFix.txt.
  8. Copy (Ctrl+C) and Paste (Ctrl+V) the contents of this file into your next post for me to analyse please - put [CODE][/CODE] tags around the log to break up the text.

View attachment SFCFix.zip

Once SFCFix has finished, run SURT again and attach CheckSUR.log
 
SFCfix.log

Code:
SFCFix version 3.0.0.0 by niemiro.Start time: 2016-05-02 15:47:00.850
Microsoft Windows 7 Service Pack 1 - amd64
Using .zip script file at C:\Users\Clade\Desktop\SFCFix.zip [0]








RegistryScript::
Successfully took ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components\amd64_microsoft-windows-c..graphy-cryptoconfig_31bf3856ad364e35_6.1.7601.18833_none_0460b6a7b31b5aa8.
Successfully took ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components\x86_microsoft-windows-c..graphy-cryptoconfig_31bf3856ad364e35_6.1.7601.18833_none_a8421b23fabde972.


Successfully imported registry key HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components\amd64_microsoft-windows-c..graphy-cryptoconfig_31bf3856ad364e35_6.1.7601.18833_none_0460b6a7b31b5aa8.
Successfully imported registry key HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components\x86_microsoft-windows-c..graphy-cryptoconfig_31bf3856ad364e35_6.1.7601.18833_none_a8421b23fabde972.


Successfully restored ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components\amd64_microsoft-windows-c..graphy-cryptoconfig_31bf3856ad364e35_6.1.7601.18833_none_0460b6a7b31b5aa8.
Successfully restored ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components\x86_microsoft-windows-c..graphy-cryptoconfig_31bf3856ad364e35_6.1.7601.18833_none_a8421b23fabde972.
RegistryScript:: directive completed successfully.








Successfully processed all directives.
SFCFix version 3.0.0.0 by niemiro has completed.
Currently storing 431 datablocks.
Finish time: 2016-05-02 15:47:05.230
Script hash: q2a3bBMArSq+ZcypafE20o/B4XzzXgITO8rMZAJn7k4=
----------------------EOF-----------------------

Checksur.log:

Code:
=================================
Checking System Update Readiness.
Binary Version 6.1.7601.22471
Package Version 26.0
2016-05-02 15:52


Checking Windows Servicing Packages


Checking Package Manifests and Catalogs


Checking Package Watchlist


Checking Component Watchlist


Checking Packages


Checking Component Store


Summary:
Seconds executed: 1034
 No errors detected
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top