Reputation: 11
Users are unable to install docker applicaton using choco on Windows 10.
Event log message:
The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID {8D8F4x3-3xx4-4xx7-8xx9-FC3xxx9} and APPID {F7xxxA9-012C-4xx5-9DF-2A4D3} to the user NT AUTHORITY\SYSTEM SID (S-1-5-18) from address LocalHost (Using LRPC) running in the application container Unavailable SID (Unavailable). This security permission can be modified using the Component Services administrative tool.
Upvotes: 1
Views: 1084
Reputation: 9917
This is the Windows UAC (User Account Control) stopping the installation. The current user isn't administrator or does not have enough privileges on the current system.
There are multiple solutions for that. Choose one of the following:
Upvotes: 2