2016-04-24 3 views
0

Ich habe eine Windows 7 Maschine (64 Bit). Ich habe versucht, Microsoft Windows SDK für Windows 7 zu installieren, aber die FehlermeldungMicrosoft SDK für Windows 7-Installationsfehler mit Fehlercode 5100. Was ist zu tun?

erhalten. Jedoch nach ein wenig googlen ich fand ich muss redistributables von Microsoft VC++ 2010 deinstallieren. Ich deinstallierte sie und versuchte es erneut, aber kein Glück. Jetzt sehe ich nicht die vC++ redistributables, aber es gibt immer noch den gleichen Fehlercode zurück. Ich habe sogar mit dem Offline-Installer versucht und habe fast 2 Tage damit verbracht. Das Folgende ist der Inhalt der Installationsprotokolldatei.

Property(S): PrimaryVolumePath = C: 
=== Logging stopped: 4/24/2016 18:19:30 === 
MSI (s) (48:E8) [18:19:30:365]: Product: Microsoft Windows SDK for Windows 7 (7.1) -- Removal completed successfully. 

MSI (s) (48:E8) [18:19:30:365]: Windows Installer removed the product. Product Name: Microsoft Windows SDK for Windows 7 (7.1). Product Version: 7.1.30514. Product Language: 1033. Manufacturer: Microsoft Corporation. Removal success or error status: 0. 

6:19:13 PM Sunday, April 24, 2016: SFX C:\Program Files\Microsoft SDKs\Windows\v7.1\Setup\SFX\vcredist_x64.exe installation started with log file C:\Users\DSomesh.CORPDOM\AppData\Local\Temp\Microsoft Windows SDK for Windows 7_2ca916c2-edc1-4143-a09b-b60c211ff81a_SFX.log 
6:19:19 PM Sunday, April 24, 2016: C:\Program Files\Microsoft SDKs\Windows\v7.1\Setup\SFX\vcredist_x64.exe installed successfully. 
6:19:20 PM Sunday, April 24, 2016: SFX C:\Program Files\Microsoft SDKs\Windows\v7.1\Setup\SFX\vcredist_x86.exe installation started with log file C:\Users\DSomesh.CORPDOM\AppData\Local\Temp\Microsoft Windows SDK for Windows 7_b43deeda-e8a8-44c8-811d-d555a448a006_SFX.log 
6:19:22 PM Sunday, April 24, 2016: C:\Program Files\Microsoft SDKs\Windows\v7.1\Setup\SFX\vcredist_x86.exe installation failed with return code 5100 
6:19:30 PM Sunday, April 24, 2016: [SDKSetup:Error] Config_Products_Install: Installation of Product Microsoft Windows SDK for Windows 7 (failed): Please refer to Samples\Setup\HTML\ConfigDetails.htm document for further information. Stack: at SDKSetup.Product.ConfigureRelatedSfx()  at SDKSetup.Product.ConfigureNewProduct(ManualResetEvent CancelEvent) 
6:19:30 PM Sunday, April 24, 2016: [SDKSetup:Info] Config_Products_InstallNew: End installation of new product: Microsoft Windows SDK for Windows 7 
6:19:30 PM Sunday, April 24, 2016: [SDKSetup:Error] Config_Products_Install: Windows SDK Setup (failed): Installation of the "Microsoft Windows SDK for Windows 7" product has reported the following error: Please refer to Samples\Setup\HTML\ConfigDetails.htm document for further information. Stack: at SDKSetup.Product.ConfigureNewProduct(ManualResetEvent CancelEvent) at SDKSetup.Product.SetupProduct(TaskMode taskMode, ManualResetEvent CancelEvent)  at SDKSetup.ProductCollection.SetupProducts(TaskMode taskMode, DownloadManager downloadManager, ManualResetEvent cancelEvent)  at SDKSetup.ConfigProducts.DoCurrentTask(TaskMode Task) 

Bitte schlagen Sie einen Ansatz vor, um dieses Problem zu lösen. Vielen Dank.

Was ich versucht habe:

die verteilbare 2010 vC++ 1.Uninstalling. 2.Tried sowohl mit Online-und Offline-Installer.

Antwort

0

Ich hatte genau das gleiche Problem. Deinstallation und Neuinstallation von VC++ Redistributables half. Möglicherweise müssen Sie jedoch x86 und x64 installieren, bevor die SDK-Installation erfolgreich ausgeführt werden kann. Hier ist MSDN KB-Artikel über dieses Problem:

https://support.microsoft.com/en-gb/kb/2717426

Ein recht ausführlichen Bericht ist auch hier:

http://notepad.patheticcockroach.com/1666/installing-visual-c-2010-and-windows-sdk-for-windows-7-offline-installer-and-installation-troubleshooting/

hoffe, das hilft!

Verwandte Themen