Page 1 of 1
Essential Server Service installation proble
Posted: 22 Feb 2018, 12:07
by j_paglione
Hello,
I have a problem with the installation of EssentialServerService I am attaching the problems that I find in the cmd, so it's just a path problem but I can not figure out how i can fix it.
Thanks.
problem.png
Re: Essential Server Service installation proble
Posted: 22 Feb 2018, 17:25
by jonathan.carter
Hi,
Thanks for your post and in particular the trace of the errors.
I actually think that this is NOT a path problem but a permissions issue.
From the trace, it seems that the call to 'prunsrv' is failing because it cannot open the Service Manager (presumably the Windows service manager) to install the service. It's reporting "Access Denied".
I think you will need to have Administrator privileges in order to run this, so that 'prunsrv' can install the service. Make sure to open the Command Prompt as an Administrator or equivalent so that the batch file has all the privileges it needs.
Jonathan