Win7安装ArcGIS10 Desktop时microsoft.vc90.crt错误解决方法

it2022-05-05  155

在安装某些程序的时候,可能会出现下列提示:an error occured during the installation of assembly ‘microsoft.vc90.crt,version=”9.0.21022.8……。初步判断为注册表大小的限制,因此更改一下这个限制即可 可以尝试一下下述解决的办法: 1. 修改注册表: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control  Key: RegistrySizeLimit  Type: REG_DWORD  Value: 0xffffffff (4294967295)  2. 重启电脑 3. 管理员权限,运行’sfc /scannow’,如果成功,则上述 问题应该已经解决。

转载于:https://www.cnblogs.com/ITGIS/articles/1910173.html


最新回复(0)