Skip to content

Installation


Hint - no Internet access

If the server on which you want to install Local Spooler does not have Internet access, use another server with Internet access for logging on to the SEAL Systems delivery platform and downloading the folder. Then, copy the downloaded zip file to the server on which you want to install Local Spooler.


  1. In a browser, log on to the SEAL Systems delivery platform with your logon data:

    https://delivery.sealsystems.de

    Hint - logon data

    You receive the logon data from your Technical Project Manager at SEAL Systems.

  2. Download the Local Spooler - 7.0.0.713 - msi folder. It is saved as Local Spooler - 7.0.0.713 - msi.zip.

  3. Extract Local Spooler - 7.0.0.713 - msi.zip.

  4. Open a PowerShell (Administrator), change to the Local Spooler - 7.0.0.713 - msi directory and start the installation of the packages:

    cd "Local Spooler - 7.0.0.713 - msi"
    
    Set-ExecutionPolicy Bypass -Scope Process -Force; .\install.ps1
    
  5. Close the PowerShell. Otherwise, the paths are not set correctly.

  6. Open a new PowerShell (not as Administrator) and start Local Spooler with the following command:

    plossys service start
    
  7. Check if all services are running:

    plossys service status
    

Next Step

Continue with: Open Firewall Ports


Back to top