NoteHighlight2016 icon indicating copy to clipboard operation
NoteHighlight2016 copied to clipboard

Could not write value to key \software\Classes\Interface\{FCDFD363-C017-3B25-AE13-A768E6296AE8} ProxyStubClsid32

Open Roy027 opened this issue 3 years ago • 2 comments

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.

Roy027 avatar Apr 06 '21 09:04 Roy027

I am running this on Windows 10 and I have tried to launch this msi from command prompt as adminstrator but the issue persisted.

Roy027 avatar Apr 06 '21 09:04 Roy027

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.

elvirbrk avatar Apr 30 '21 13:04 elvirbrk