Skip to content

Updating SEAL APW Service


Hint - updating from versions earlier than 4.7.0

If you use a version earlier than 4.7.0 you have to update to version 4.7.0 first.

For details on this, see Updating to Version 4.7.0.


  1. Uninstall your current version of SEAL Add Printer Wizard.

  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 APW Service - 6.6.0.302 - msi folder. It is saved as APW Service - 6.6.0.302 - msi.zip.

  4. Extract the .zip archive.

  5. In a PowerShell (Administrator), change to the APW Service - 6.6.0.302 - msi directory and start installing the packages:

    cd "APW Service - 6.6.0.302 - msi"
    
    install.ps1
    
  6. Open the required firewall ports for necessary services:

    firewall.ps1
    
  7. Start SEAL APW Service:

    start-service apw-rest
    

Hint - customizing your installation

In order to customize your installation, refer to MSI Properties.

Hint - new default of ADMIN_ROUTE_ACCESS

SEAL APW Service 6.2.0 and later use a new default for ADMIN_ROUTE_ACCESS.

Check, whether the new default of ADMIN_ROUTE_ACCESS affects your configuration.


Back to top