A
aglassmangroups
For anyone else looking for solutions to a "CAInstallLicenses Error" in Microsoft Office 2010 SharePoint Designer Setup (or other Office 2010 installs). My specific error was: "CAInstallLicenses returned actual error code 1603" and a "0x80070005" return.
The solution for me was from http://social.technet.microsoft.com.../thread/528a33d2-351e-4e6d-ac0f-11415e1450f6/
Run this from the command prompt:
icacls C:\ProgramData\Microsoft\OfficeSoftwareProtectionPlatform /grant "Network ServiceOI)(CI)(R,W,D)" /t
The solution for me was from http://social.technet.microsoft.com.../thread/528a33d2-351e-4e6d-ac0f-11415e1450f6/
Run this from the command prompt:
icacls C:\ProgramData\Microsoft\OfficeSoftwareProtectionPlatform /grant "Network ServiceOI)(CI)(R,W,D)" /t