Final Solution : Error 1935 When installing CRRuntime
One of my customer met a problem.
Error 1935. An error occurred during the installation of assembly component.{………….} . HRESULT: 0x800736FD.
This is caused by ArcGIS 9.3. It limits the registry space.
So final solution is :
In English:
Open your registry editor, find HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control.
Revise RegistrySizeLimit’s(REG_DWORD) value to “FFFFFFFF”
Restart PC.
It works 100%.
In Chinese:
在运行里输入regedit打开注册表编辑器
找到 HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control
将 RegistrySizeLimit(REG_DWORD类型的) 的值改为 FFFFFFFF (10进制就是 4294967295)
重新启动计算机.
100%有效哦!
If your registry doesn't have "RegistrySizeLimit", create one ,and give the value "FFFFFFFF"
Thank you it is really work 100%
do not forget
If your registry doesn’t have “RegistrySizeLimit“, create one of type (REG_DWORD) ,and give the value “FFFFFFFF” .