Error 1406: Setup cannot write the value to the registry key

Asked By 30 points N/A Posted on -
qa-featured

Hi,

When I try to set up an application in windows operating, I ended up with an error message. The problem triggered when I try to set up, the setup cannot write the value to the register key. The error says that I need to verify that I have sufficient permissions to access the registry. Please help me to fix the problem. Thanks.

 

Setup

Error 1406: Setup cannot write the value to the registry key SoftwareMicrosoftWindowsCurrentVersionExplorerBrpwser Helper Objects{D0498E0A-45B7-42AE-A9AA-ABA463DBD3BF}. Verify that you have sufficient permissions to access the registry or contact Microsoft Product Support Service (PSS) for assistance. For information about how to contact PSS, see

C:Users NINJA_1AppDatLocalTempSetup0000085cPSS10R.CHM.

SHARE
Answered By points N/A #168761

Error 1406: Setup cannot write the value to the registry key

qa-featured

Hello,

This error looks really horrible. Registry key is a much protected data area that is being protected with administrative privilege. It is hardly editable/readable to programs that don’t have administrative privilege to complete their tasks.

Firstly, exit the setup, right-click on the setup launcher, select “Run as administrator”. This will give the application administrative right to read and write data to disk and registry.

You can also take the help of this Microsoft Fixit.

Here is also another way to fix this.

  1. Open Windows Explorer.
  2. Press “Alt” button.
  3. From the top ribbon that appeared, click Tools >> Folder options….
  4. Open “View” tab.
  5. Find out the following lines:

“Show hidden files, folders, and drives.” = Select this item.

“Hide extensions for known file types” = Uncheck

“Hide protected operating system file (Recommended)” = Uncheck

  1. Press “Apply”.
  2. Go to “C:UsersAll UsersMicrosoftOfficeData”.
  3. Find out the following file according to your MS Office product:
    For MS Office 2007: Opa12.dat

For MS Office 2003: Data.dat

  1. Right-click on the file >> select “Properties”.
  2. Go to Security tab >> Advanced >> “Permissions” tab.
  3. Select “Everyone” in the “Permission entries” >> click “Edit”.
  4. Check “Full Control” checkbox.
  5. Click “OK” continuously to get out of the settings.

Now your problem should have gone forever.

Related Questions