Update SEAL OP-CLI¶
- 
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 OP-CLI - 1.1.0.26 - msi folder. It is saved as OP-CLI - 1.1.0.26 - msi.zip.
- 
Extract OP-CLI - 1.1.0.26 - msi.zip.
- 
Open a PowerShell (Administrator), change to the OP-CLI - 1.1.0.26 - msidirectory and start the installation of the packages:cd "OP-CLI - 1.1.0.26 - msi"install.ps1Hint - specifying privileges explicitly Unless you have specified the privileges for executing PowerShell scripts globally, execute the installation script with the following command: Set-ExecutionPolicy Bypass -Scope Process -Force; .\install.ps1
- 
Close the PowerShell and start a new one. Otherwise, the paths are not set. 
Hint - no Internet access
If the server on which you want to update SEAL OP-CLI 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 update SEAL OP-CLI.