Since yesterday I try to install Windows SDK 7.1 for dot.net Framework 4.0 on my windows 7 x64 machine. I get everytime the same Error during the installation.
Error message:
"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"
Thats a pretty unhelpful error message, so I browsed the www about more information and did the suggested steps peoples recommend. I opened the View Log and get the same return error like others.
"C:\Program Files\Microsoft SDKs\Windows\v7.1\Setup\SFX\vcredist_x86.exe installation failed with the return code 5100"
I tried all that stuff that Microsoft, MSDN and others recommended but nothing works for me.
Stuff i tried to resolve the problem:
but like i said nothing helps :/ I get everytime the same Error message during the Installation.
other facts about my system:
Background info:
I installed Jenkins as Service on my machine Windows 7 x64. We did a changeover from dot.net Framework 3.5 to dot.net Framework 4.0. But the problem was that sgen.exe sends an error:
"SGEN : error : An attempt was made to load an assembly with an incorrect format.."
(to find in build log).
Windows SDKs containing the sgen.exe in their bin folders like "C:\Program Files\Microsofft SDKs\Windows\v7.0\Bin".
So I thought the SDK is out of date (v7.0a) and i tried to install the Windows SDK v7.1 for dot.net Framework 4.0.
May installing the latest Visual Studio version on my system could help to resolve the problem, because it should simultaneously install Windows SDKs.
But i wouldn't like to install Visual Studio on it to prevent wasting a license because nobody works on this computer.
Solving the Problem by installing .Net 4.5 and SDK 7.0.
Additionally set SdkToolsPath to $(TargetFrameworkSDKToolsDirectory)
(find in WINDOWSDIR\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets)
... all in all a strange stituation with the SDK. Leaves a bad feeling.