Last modified by michelk on 2021/09/09 20:55

From version 4.1
edited by ryanp
on 2021/09/09 18:02
Change comment: Import
To version 6.1
edited by ryanp
on 2021/09/09 18:02
Change comment: Import

Summary

Details

Page properties
Content
... ... @@ -6,7 +6,7 @@
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 11  {{/layout-cell}}
12 12  {{/layout-section}}
... ... @@ -17,7 +17,7 @@
17 17  Download the .zip archive you wish to serve:
18 18  
19 19  {{code}}
20 -wget http://www.getisymphony.com/files/builds/isymphony/desktop_client/desktop-client-archive-2.1.3-final.6.zip
20 +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,7 +31,7 @@
31 31  
32 32  
33 33  {{code}}
34 -mv ./desktop-client-archive-2.1.3-final.6.zip /opt/isymphony3/server/installers/
34 +mv ./isymphony_desktop_client_2_0_0.zip /opt/isymphony3/server/installers/
35 35  {{/code}}
36 36  )))
37 37  )))