Version 4.1 by ryanp on 2021/09/09 18:02

Show last authors
1 {{layout}}
2 {{layout-section ac:type="single"}}
3 {{layout-cell}}
4 = Overview =
5
6 This document covers how to add new desktop client installers to the desktop client module.
7
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]].
10 {{/note}}
11 {{/layout-cell}}
12 {{/layout-section}}
13
14 {{layout-section ac:type="single"}}
15 {{layout-cell}}
16 1. (((
17 Download the .zip archive you wish to serve:
18
19 {{code}}
20 wget http://www.getisymphony.com/files/builds/isymphony/desktop_client/desktop-client-archive-2.1.3-final.6.zip
21 {{/code}}
22
23 {{info}}
24 You can always find the latest versions of iSymphony, the Desktop Client Installers, and the Desktop Client Module at the [[Download Archive>>url:http://docs.getisymphony.com/display/ISYMKB/Downloads+Archive||shape="rect"]] along with their download URLs.
25 {{/info}}
26 )))
27 1. (((
28 Move the .zip archive to the installers directory created by the desktop client module:
29
30 (((
31
32
33 {{code}}
34 mv ./desktop-client-archive-2.1.3-final.6.zip /opt/isymphony3/server/installers/
35 {{/code}}
36 )))
37 )))
38 1. (((
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.
40
41 {{info}}
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.
43 {{/info}}
44
45 {{info}}
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 {{/info}}
48 )))
49
50
51
52
53 {{/layout-cell}}
54 {{/layout-section}}
55 {{/layout}}