How to fix this error while installing GitHub on Windows 7 64-bit

眉间皱痕 提交于 2019-12-12 15:24:33

问题


http://picsmashup.com/images/jnasdh.JPG

Component Microsoft .NET Framework 4 (x86 and x64) has failed to install with the following error message: "A failure occurred attempting to install the .NET Framework 4 Full."

The following components failed to install: - Microsoft .NET Framework 4 (x86 and x64)

See the setup log file located at 'C:\Users\Ck7\AppData\Local\Temp\VSDCD4.tmp\install.log' for more information.

How do I fix this problem?


回答1:


I had similar problems, but I fixed them by following the steps in Problem installing .NET Framework 4 (HRESULT 0xc8000222).

Probably .NET communicates on Windows 7 with a folder named 'SDold' which is named 'Software Distribution'.




回答2:


Try running the following command as an administrator:

%SYSTEMROOT%\SYSTEM32\REGSVR32.EXE %SYSTEMROOT%\SYSTEM32\WUAUENG.DLL

Then install .NET Framework 4.5 individually. Then install GitHub. I was having the same issue, and this fixed it for me.



来源:https://stackoverflow.com/questions/22283381/how-to-fix-this-error-while-installing-github-on-windows-7-64-bit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!