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.com/Thread.asp?c=93&f=1148&t=287391#902480