Skip to Content
Author's profile photo hu po

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.

A3YT9~JN)T{]J3]_9]2ORMX.jpg

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%有效哦!

Assigned Tags

      2 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo hu po
      hu po
      Blog Post Author

      If your registry doesn't have "RegistrySizeLimit", create one ,and give the value "FFFFFFFF"

      Author's profile photo Former Member
      Former Member

      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” .