Version 5.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**.
10 {{/note}}
11
12
13 {{/layout-cell}}
14 {{/layout-section}}
15
16 {{layout-section ac:type="single"}}
17 {{layout-cell}}
18 1. (((
19 Download the .zip archive you wish to serve:
20
21 {{code}}
22 http://www.getisymphony.com/files/builds/isymphony/desktop_client/isymphony_desktop_client_2_0_0.zip
23 {{/code}}
24
25 {{info}}
26 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.
27 {{/info}}
28 )))
29 1. (((
30 Move the .zip archive to the installers directory created by the desktop client module:
31
32 (((
33
34
35 {{code}}
36 mv ./isymphony_desktop_client_2_0_0.zip /opt/isymphony3/server/installers/
37 {{/code}}
38 )))
39 )))
40 1. (((
41 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 )))
43
44 {{info}}
45 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.
46 {{/info}}
47
48 {{info}}
49 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.
50 {{/info}}
51
52
53 {{/layout-cell}}
54 {{/layout-section}}
55 {{/layout}}