I have issues installting latest version of Powershell universdal 5.2.2 and it gives error:
verify that you have sufficient privileges to install system services.
trying on new server 2022.
Install Type: Server
Unticked to create service account as well but still get error.
It did install without any errors when service account blank and not to start service. but localhost:5000 cannot launch universal.
Does the server need to have IIS installed?
I had the same problem during upgrade. The credentials weren’t carried correctly to the new installation.
Installing without starting the service worked ok and then I entered the correct credentials into the logon tab of the Powershell Universal service.
@adam As an additional, the password for git doesn’t get encrypted into the database - it seems to get copied plain text. I had to get the encrypted password from another database instance and put it into the database manually to successfully connect to Github.
I was able to get it installed by restarting the install after cancelling it out, then I had to uncheck and leave the boxes blank like mentioned above. The service account was still present on the service when I opened it up to start it. In order to be able to start the service back up though, I had to do a restart on the server since it kept erroring out.
I did notice on one of the times I ran the installer that the default value for the password had 1 character already in it that I had to delete. Could be completely unrelated, but thought it’d be worth mentioning.
Actually, I see that character too. If that is making it into the service configuration it could be failing to start the process when it attempts to start the service since it’s an invalid password.