Skip to content

Installation


Hint - no Internet access

If the server on which you want to install SEAL Operator/SEAL Print Client 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 SEAL Operator/SEAL Print Client.


Install SEAL Operator/SEAL Print Client

  1. Check if all Requirements are fulfilled.

  2. 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.

  3. Download the Operator - 1.3.0.187 - msi folder. It is saved as Operator - 1.3.0.187 - msi.zip.

  4. Extract Operator - 1.3.0.187 - msi.zip.

  5. Open a PowerShell (Administrator), change to the Operator - 1.3.0.187 - msi directory and start the installation of the packages:

    cd "Operator - 1.3.0.187 - msi"
    
    install.ps1
    

    Hint - specifying privileges explicitly

    Unless you have specified the privileges for executing PowerShell scripts globally as described in the Requirements, execute the installation script with the following command:

    Set-ExecutionPolicy Bypass -Scope Process -Force; .\install.ps1
    
  6. Close the PowerShell and start a new one for the further configuration. Otherwise, the paths are not set correctly.


Next Step

Continue with: Mandatory Configuration Overview


Back to top