Changes for page Adding New Desktop Client Installers
Last modified by michelk on 2021/09/09 20:55
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -6,8 +6,10 @@ 6 6 This document covers how to add new desktop client installers to the desktop client module. 7 7 8 8 {{note}} 9 -Adding installers using this method **requires Desktop Client Module version >= 2.0.0**. To install the Desktop Client Module see [[doc:Desktop Client Module Installation]] or for upgrading see [[doc:Desktop Client Module Upgrade]].9 +Adding installers using this method **requires Desktop Client Module version >= 2.0.0**. 10 10 {{/note}} 11 + 12 + 11 11 {{/layout-cell}} 12 12 {{/layout-section}} 13 13 ... ... @@ -17,7 +17,7 @@ 17 17 Download the .zip archive you wish to serve: 18 18 19 19 {{code}} 20 - wgethttp://www.getisymphony.com/files/builds/isymphony/desktop_client/desktop-client-archive-2.1.3-final.6.zip22 +http://www.getisymphony.com/files/builds/isymphony/desktop_client/isymphony_desktop_client_2_0_0.zip 21 21 {{/code}} 22 22 23 23 {{info}} ... ... @@ -31,12 +31,13 @@ 31 31 32 32 33 33 {{code}} 34 -mv ./desktop -client-archive-2.1.3-final.6.zip /opt/isymphony3/server/installers/36 +mv ./isymphony_desktop_client_2_0_0.zip /opt/isymphony3/server/installers/ 35 35 {{/code}} 36 36 ))) 37 37 ))) 38 38 1. ((( 39 39 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. 42 +))) 40 40 41 41 {{info}} 42 42 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. ... ... @@ -45,11 +45,8 @@ 45 45 {{info}} 46 46 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. 47 47 {{/info}} 48 -))) 49 49 50 50 51 - 52 - 53 53 {{/layout-cell}} 54 54 {{/layout-section}} 55 55 {{/layout}}