Win7安装ArcGIS10 Desktop时microsoft.vc90.crt错误解决方法
在安装某些程序的时候,可能会出现下列提示: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. 重启电脑