本文轉自:http://www.solnis.com/article/tech/274.htm,轉載請标明出處。
=========================================================================================
Windows 7在安裝軟體時,常出現各種錯誤,尤其是1935錯誤出現最頻繁,下面就常見的幾種情況做一下總結,并給出對應的解決方法:
1、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) 也終于更新成功了~
2、在安裝vcredist-x86時出現1935錯誤,這個一般是由于語言不一緻造成的,
如果你使用的是簡體中文的Windows 7的話,請到http://www.microsoft.com/downloads/details.aspx?displaylang=zh-cn&FamilyID=200b2fd9-ae1a-4a14-984d-389c36f85647下載下傳一個,重新安裝就可以了!
3、可能與其他軟體有沖突,如Windows update、Microsoft .NET Framework 、雲端服務等,現退出相應程式或重新安裝對應程式。