在安装某些程序的时候,可能会出现下列提示: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’,如果成功,则上述问题应该已经解决。

相关文章:

  • 2021-10-16
  • 2021-10-11
  • 2021-11-17
  • 2022-12-23
  • 2021-10-07
  • 2021-07-22
  • 2021-12-10
  • 2021-07-16
猜你喜欢
  • 2022-12-23
  • 2021-12-01
  • 2022-12-23
  • 2022-12-23
  • 2021-10-07
  • 2021-12-19
  • 2022-01-08
相关资源
相似解决方案