This shows you the differences between two versions of the page.
|
rhino:error1402 [2015/09/15] |
rhino:error1402 [2020/08/14] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Install Error 1402 (Could not open key: UNKNOWN\Components)====== | ||
| + | ======Rhino 5 for Windows====== | ||
| + | > **Summary: | ||
| + | > **Related installation help:** // | ||
| + | =====Problem===== | ||
| + | A message "Could not open key: UNKNOWN\Components\(lots of letters and numbers). Error 1402. Verify that you have sufficient access to that key, or contact your support personnel." | ||
| + | |||
| + | =====Cause==== | ||
| + | HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-< | ||
| + | |||
| + | =====Answer===== | ||
| + | **// | ||
| + | On the Windows Start menu, enter **CMD** to the search box. Right-click on the **cmd.exe** and select **Run as administrator**. Copy the following line and paste it into the cmd window, press **Enter**. Then Rhino will be able to install. | ||
| + | |||
| + | < | ||
| + | secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose | ||
| + | </ | ||
| + | |||
| + | **// | ||
| + | >// | ||
| + | |||
| + | - Download [[http:// | ||
| + | - Open a Windows command shell. | ||
| + | - Change directories to your desktop. | ||
| + | - In the command shell, enter **psexec -i -d -s c: | ||
| + | - Browse to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\ | ||
| + | - Right-click the **UserData** folder, then click **Permissions...** | ||
| + | - In the Permissions for UserData dialog box, click **Advanced**. | ||
| + | - Be sure that **Administrators** has **Full Control** permissions in this folder, and that **Users** has **Read** permissions. There will be other user permissions, | ||
| + | - Select the **Replace all child object permissions with inheritable permissions from this object**. | ||
| + | - Click **OK** twice to apply permissions. | ||
| + | - Install Rhino again. | ||
| + | |||
| + | |||
| + | {{tag> | ||