Wiki source code of Adding New Desktop Client Installers
Version 9.1 by ryanp on 2021/09/09 18:02
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 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}} | ||
![]() |
7.1 | 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]]. |
![]() |
1.1 | 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}} | ||
![]() |
9.1 | 20 | http://www.getisymphony.com/files/builds/isymphony/desktop_client/isymphony_desktop_client_2_0_0.zip |
![]() |
1.1 | 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 | ((( | ||
![]() |
4.1 | 31 | |
![]() |
1.1 | 32 | |
33 | {{code}} | ||
![]() |
5.1 | 34 | mv ./isymphony_desktop_client_2_0_0.zip /opt/isymphony3/server/installers/ |
![]() |
1.1 | 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}} | ||
![]() |
6.1 | 48 | ))) |
![]() |
1.1 | 49 | |
![]() |
4.1 | 50 | |
![]() |
6.1 | 51 | |
52 | |||
![]() |
1.1 | 53 | {{/layout-cell}} |
54 | {{/layout-section}} | ||
55 | {{/layout}} |