Windows 7系统上安装软件时,有时会出现类似下面的错误:
Product: Microsoft Visual C++ 2005 Redistributable -- Error 1935.An error occurred during the installation of assembly 'Microsoft.VC80.OpenMP,type="win32",version="8.0.50727.762",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="x86"'. Please refer to Help and Support for more information. HRESULT: 0x800736FD. assembly interface: IAssemblyCacheItem, function: Commit, component: {1E507087-0819-45E0-A01F-C8B3B9A1E18E} 或者提示 注册表空间不足 Windows - Low On Registry Space : The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored. 解决办法: 修改注册表项,去除注册表大小限制,把RegistrySizeLimit的值修改为ffffffff即可: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control 项: RegistrySizeLimit 类型: REG_DWORD 值: 0xffffff (4294967295) 问题原因可能是注册表大小被限制了,由于安装了较多的软件,尤其一些大软件如ArcGIS,Visual Studio 2010,和MS Office等,往注册表中写入了太多信息,导致其他软件安装时无法继续往注册表写入信息,从而安装不成功,往往都是安装程序停止在某个进度,不动了。通过修改注册表大小限制,软件就可以继续写注册表了。 之前一直安装不上的 Microsoft XML Core Services 4.0 Service Pack 2 更新 (KB973688)和 Microsoft XML Core Services 4.0 Service Pack 2 安全更新 (KB954430),以及Security Update for Windows (KB979683) 也终于更新成功了~ 参考: http://forums.esri/Thread.asp?c=93&f=1148&t=287391#902480 |
Windows 7 安装软件错误:“Error 1935 ...HRESULT: 0x800736FD” 的解决办法
与本文相关的文章
- Windows下安装Python 模块的三种方法
- 在 Windows 上安装新版本 gccg++
- Windows系统下等待线程退出的方法
- Linux和windows网络配置
- Windows环境下安装配置Arcanist
- Windows与LinuxMac系统时间不一致的解决方法
- 用GHOST快速重装Windows系统
- 关于换行符号,在SMS程序中进行解析时,在linux系统 windows系统的不同
- windows下关于Objective-C开发环境的配置
- WindowsServer2012r2 、Windows Server 2008或2012 修复CVE-2016-2183(SSLTLS)漏洞的办法
- windows 下将 nginx 安装为服务
- Ubuntu和Windows双系统蓝牙键盘配对
- Windows平台下Apache SSLTLS(https)的配置方法
- 使用windows API播放声音文件(wav、mp3)等
- Windows获取系统分辨率4种方式总结
- Windows变量路径
- Windows 中的 Hosts 文件是什么?如何找到并修改它?
- Windows下配置环境变量
- 适合小孩接触编程起步的几款软件,从游戏中学习编程
- windows系统变安卓系统
评论列表(0)
- 暂无评论