Wiki source code of Adding New Desktop Client Installers
Version 5.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}} | ||
![]() |
5.1 | 9 | Adding installers using this method **requires Desktop Client Module version >= 2.0.0**. |
![]() |
1.1 | 10 | {{/note}} |
![]() |
5.1 | 11 | |
12 | |||
![]() |
1.1 | 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}} | ||
![]() |
5.1 | 22 | http://www.getisymphony.com/files/builds/isymphony/desktop_client/isymphony_desktop_client_2_0_0.zip |
![]() |
1.1 | 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 | ((( | ||
![]() |
4.1 | 33 | |
![]() |
1.1 | 34 | |
35 | {{code}} | ||
![]() |
5.1 | 36 | mv ./isymphony_desktop_client_2_0_0.zip /opt/isymphony3/server/installers/ |
![]() |
1.1 | 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. | ||
![]() |
5.1 | 42 | ))) |
![]() |
1.1 | 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 | |||
![]() |
4.1 | 52 | |
![]() |
1.1 | 53 | {{/layout-cell}} |
54 | {{/layout-section}} | ||
55 | {{/layout}} |