NoteHighlight2016
NoteHighlight2016 copied to clipboard
Could not write value to key \software\Classes\Interface\{FCDFD363-C017-3B25-AE13-A768E6296AE8} ProxyStubClsid32
When i try to install the NoteHighlight2016.msi, i encounter this issue that prevents the installation. The error message appears as
Could not write value to key \software\Classes\Interface{FCDFD363-C017-3B25-AE13-A768E6296AE8} ProxyStubClsid32. Verify that you have sufficient access to that key. or contact your support personnel.
I am running this on Windows 10 and I have tried to launch this msi from command prompt as adminstrator but the issue persisted.
It's generic permission problem so something like this should solve it: Symptoms You are installing any version in Windows. Installation fails with: Error 1402. Could not open key: <RegistryKeyPath>. Verify that you have sufficient access to that key, or contact your support personnel. or Error 1406: Could not write value <Value> to key <RegistryKeyPath>. Cause User you are running installation under does not have enough permissions over the registry key specified in the error message.
Solution Check the error message and note the registry key which needs to be corrected. Open the Windows Registry Editor: Start -> Run -> regedit.exe Navigate to the key indicated in the error message (typically located under HKEY_LOCAL_MACHINE). Right-click on the key folder and select Permissions. In the Permissions dialog box, click Add. In the Select Users, Computers, or Groups dialog box, enter the specific username that you are logged in as (click Check Names to be sure), and then click OK. You can also use the Everyone user. Select Allow for the Full Control checkbox and click Advanced. Select the Replace all child object permissions with inheritable permission from the object option, click Apply and then OK. Run the installation again.