Insufficient privileges while logged in on domain on local admin account ?

Posted by Party-Praline-4547@reddit | sysadmin | View on Reddit | 14 comments

I’m installing the PillCam Genius Sync Agent on a Windows machine and running into a permissions issue during install.

Environment / details:

Logged in locally using a LAPS local administrator password

Installer runs fine until it tries to create the Windows service

The installer prompts for a service account, which I entered as DOMAIN\svc_pillcam

At that point, the install fails with this error:

Service ‘PatchAgentService’ (PillCamSyncAgent.WinService.exe) could not be installed. Verify that you have sufficient privileges to install system services.

What’s confusing me:

I am logged in as local admin (via LAPS), so the installer launches fine

The failure seems to happen specifically when Windows tries to install the service

I’m not sure if the service account (svc_pillcam) needs additional privileges beyond just being provided during install

Questions:

Is this error typically caused by the service account lacking permissions rather than the logged-in admin?

Does the service account need:

Local Administrator?

“Log on as a service”?

Should the service account be entered explicitly as DOMAIN\svc_pillcam vs just the username?

I don’t want to click Ignore and end up with a broken service.

Any guidance would be appreciated.