Install Command

The install command is used to install PROLIN Power Server as a Windows service.

Run the following command from a Command Prompt with Administrator privileges (in the installation folder):

pps install

NoteNote

PROLIN Power Server supports an alternate startup mode, allowing it to run as either a 64-bit or 32-bit process.

Depending on your situation, the executable in the above command may need to be changed to either:

  • pps-x86
  • pps-x64

Error Example

If PROLIN Power Server is already installed as a Windows service, the following error is shown:

ERROR: ServiceAlreadyInstalled

Success Example

When installation is successful, you will see the following message:

The transacted install has completed.

By default, the startup type of the Windows service is set to:

Automatic (Delayed Start)
Back to top