.NET 4 fails to install because SECUREREPAIR fails to CreateContentHash of file SetupResources.dll: for computing hash Error: 997

后端 未结 3 1639
一个人的身影
一个人的身影 2020-12-01 13:13

I have trouble installing any .NET Framework on my Windows 7 x64 machine, I keep getting the following logfile, what might cause this?

OS Version = 6.1.7601,         


        
3条回答
  •  渐次进展
    2020-12-01 13:57

    I still kept getting this error even after uninstalling KB2918614, etc., and what finally fixed it for me was to rename C:\ProgramData\Microsoft\Crypto\RSA\S-1-5-18 to C:\ProgramData\Microsoft\Crypto\RSA\S-1-5-18.bak for example. Only then when retrying the failing installation will it succeed! :)

    The failing installation will recreate that folder.

    I found this solution in the comments section of this blog post:

    Gerd Hübner 4 Sep 2015 6:15 AM #

    In short: Rename the folder C:\ProgramData\Microsoft\Crypto\RSA\S-1-5-18

提交回复
热议问题