When installing software on Windows 7, the following errors may occur:
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 more information.
Hresult: 0x800736fd. Assembly interface: iassemblycacheitem, function: commit, component: {1e507087-0819-45e0-a01f-c8b3b9a1e18e}
Or the system prompts that the Registry space is insufficient.
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.
Solution:
Modify the registry key, remove the Registry size restriction, and change the registrysizelimit value to ffffffff:
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control
Item: registrysizelimit
Type: REG_DWORD
Value: 0 xffffff (4294967295)
The cause may be that the Registry size is limited. Due to the installation of a large number of software, especially some large software such as ArcGIS, Visual Studio 2010, and MS Office, too much information is written to the Registry, which prevents other software from continuing to write information to the Registry during installation. Therefore, the installation is often unsuccessful because the installation program stops at a certain progress and does not move. By modifying the Registry size limit, the software can continue to write the registry.
Microsoft XML Core Services 4.0 Service Pack 2 (kb973688) and
Microsoft XML Core Services 4.0 Service Pack 2 Security Update (kb954430) and Security Update for Windows (kb979683) are also successfully updated ~
Refer:
Http://forums.esri.com/Thread.asp? C = 93 & F = 1148 & t = 287391 #902480