`

WIndows 7 安装.net framework 4.0 失败,错误HRESULT 0xc8000222解决办法

阅读更多
/**
*@title :WIndows 7 安装.net framework 4.0 失败,错误HRESULT 0xc8000222解决办法
*@Author:insun
*@blog:http://yxmhero1989.blog.163.com
*/

为了装个Mysql Workbeach(mysql-workbench-gpl-5.2.39-win32) 设计数据库 需要net framework4 发现不好安装
win7装不了dotNetFx40_Client_setup???


尚未安装 .NET Framework 4 Client Profile,原因是:HRESULT 0xc8000222
原来跟windows update有关 真心蛋疼啊!!!
解决办法:
1.在win7的C:\Windows\System32目录里面  右键cmd.exe以管理员方式运行
2.上面的cmd命令行里面输入 net stop WuAuServ
3.继续输入 echo %windir%
4.在弹出来的文件夹(一般是C:\Windows),把SoftwareDistribution 文件夹改个名字 SDold(随意改).
5.继续输入 net start WuAuServ





 

 


OK。
参考这个的:http://www.cnblogs.com/blackcore/archive/2011/09/20/2182043.html
This behavior may occur if the temporary folder of Windows Update has been corrupted. We can refer to the following steps to rename this folder. Please be assured the folder will be created again when we visit the Windows Update site again.

1. Click Start, Run, type: cmd and press Enter. Please run the following command in the opened window.

net stop WuAuServ

2. Click Start, Run, type: %windir% and press Enter.
3. In the opened folder, rename the folder SoftwareDistribution to SDold.
4. Click Start, Run, type: cmd and press Enter.

Please run the following command in the opened window.

net start WuAuServ



下面的这个根本没有,跟么没安装上怎么去修复!!!
http://msdn.microsoft.com/zh-cn/library/ff637698.aspx

安装问题:.NET Framework 4 安装未完成
此主题尚未评级 - 评价此主题



未安装 .NET Framework 4 RTW,或是 NET Framework 4 从 RC 到 RTW 的升级不完整。这都会导致在启用非 HTTP 激活时发生错误。

若要解决此问题,请安装 .NET Framework 4 RTW 或修复现有安装。若要安装 .NET Framework 4 RTW,请转至 .NET Framework 4(http://go.microsoft.com/fwlink/?LinkId=177666)(可能为英文网页)。若要修复现有安装,请按照以下步骤操作:

打开控制面板,然后打开“程序和功能”对话框。

右键单击 Microsoft .NET Framework 4 Client Profile,然后单击“卸载/更改”。

单击“将 .NET Framework 4 Client Profile 修复为初始状态”,然后单击“下一步”。

修复成功后,单击“完成”。





From : http://blog.csdn.net/zhangjinqing1234/article/details/19151083
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics