Installing SEAL IPP Proxy¶
-
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.
-
Download the IPP-Proxy - 1.1.0.81 - msi folder. It is saved as
IPP-Proxy - 1.1.0.81 - msi.zip
. -
Extract
IPP-Proxy - 1.1.0.81 - msi.zip
. -
In a PowerShell (Administrator), change to the
IPP-Proxy - 1.1.0.81 - msi
directory and start installing the packages:Set-ExecutionPolicy Bypass -Scope Process -Force; .\install.ps1
-
Open the required firewall ports for necessary services:
firewall.ps1
-
Start IPP-Proxy:
Start-Service ipp-proxy
Hint - installed as a service
SEAL IPP Proxy is installed as a service. It is started automatically and does not have to be started manually.