安装ENVI4.7或4.8的时候,当出现Error1935或Low On Registry Space *或The installation of MSVC_SP1_x86 has failed, Setup will exit"提示,
在Windows7下面,问题原因可能是注册表大小被限制了,安装不上MSVC_SP1_x86这个组件,可以手动修改下注册表大小。
开始→运行输入“Regedit”打开注册表编辑器,找到 HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control
项: RegistrySizeLimit
类型: REG_DWORD
修改值为: ffffff
注:尽量用右键菜单"以管理员身份运行"的方式运行安装程序。
在Windows Server 2003;Windows Vista;Windows XP下出现这个问题,有可能是VC2005运行库文件未安装或者丢失,可以重新安装一下vcredist x86.exe解决,下载地址:
http://www.microsoft.com/downl ... zh-cn
注:1、下载时候注意版本,VC2005运行库文件在微软网站上有好多个版本.
2、Windows7也有可能因为vcredist x86.exe的问题。
文章来源:http://blog.sina.com.cn/s/blog_764b1e9d0100rbbj.html