Adding New Desktop Client Installers

Version 7.1 by michelk on 2021/09/09 18:02

Overview

This document covers how to add new desktop client installers to the desktop client module.

Warning

Adding installers using this method requires Desktop Client Module version >= 2.0.0. To install the Desktop Client Module see Desktop Client Module Installation or for upgrading see Desktop Client Module Upgrade.

  1. Download the .zip archive you wish to serve:

    wget http://www.getisymphony.com/files/builds/isymphony/desktop_client/desktop-client-archive-2.1.3-final.6.zip
    Information

    You can always find the latest versions of iSymphony, the Desktop Client Installers, and the Desktop Client Module at the Download Archive along with their download URLs.

  2. Move the .zip archive to the installers directory created by the desktop client module:

     

    mv ./isymphony_desktop_client_2_0_0.zip /opt/isymphony3/server/installers/
  3. The latest version of the desktop client will be served. If no installers are added to the installers directory then the legacy installers (version < 2.0.0) will be served instead.

    Information

    Removing a .zip archive will remove the hidden directory and prevent the installer from being served. Removing previous installers is not required; the latest version will always be served.

    Information

    If you wish to serve the legacy installers (version < 2.0.0) with the new module remove all of the .zip archives from the installer directory.