Symptoms

Installation of the OA package SharePoint2010 fails with the error message like provided below:

Destination host_id #123 : Internal error: Error on depends checking - ""Microsoft SharePoint 2010": "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\14.0" - have not consistent setting

Cause

SharePoint Foundation server does not have the required vesion of SharePoint 2010 SP1 with Cumulative Update installed.

Resolution

Install Microsoft SharePoint Foundation 2010 SP1 + June 2011 Cumulative Update on the SharePoint server and try to install POA package after that. It may happen that SharePoint 2010 and all required updates are installed, however the version in registry is not set to the correct value. If this is the case, check the installed SharePoint Foundation version by executing the following command in the SharePoint 2010 Management Shell on a SharePoint server:

(Get-SPFarm).BuildVersion

and, if version is correct, update the registry value HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\14.0\Version to the format 14.0.0.BUILD, where BUILD is the field returned by the command in the Management Shell. Try to install OA package again after that.

Internal content