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

From version 2.1
edited by michaely
on 2021/09/09 18:01
Change comment: Import
To version 5.1
edited by michelk
on 2021/09/09 18:01
Change comment: Import

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Desktop Client Installation
1 +Desktop Client Installation v2.0.0
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.michaely
1 +XWiki.michelk
Content
... ... @@ -44,7 +44,7 @@
44 44  You can enter the following URL in your browser to download the Desktop Client installer:
45 45  
46 46  {{code}}
47 -http://<ip or hostname of your iSymphony server>:58080/client/desktop
47 +http://<ip or hostname of your iSymphony server>:58080/client/desktop/client
48 48  {{/code}}
49 49  
50 50  = (% style="color: rgb(0,0,0);" %)2. Install The Desktop Client(%%) =
... ... @@ -55,34 +55,40 @@
55 55  
56 56  (% style="color: rgb(0,0,0);" %)To execute the installer on Windows simply double click the downloaded installer package, and the installation process will commence.
57 57  
58 -{{note}}
59 -Windows will open a warning mentioning that the installer is un-trusted. You can ignore this warning and proceed with the download.
60 -{{/note}}
58 +(% style="color: rgb(0,0,0);" %)Alternatively the installer can be called from the command line with the following options:
61 61  
62 -{{note}}
63 -The installer will not provide a notification that the installation was complete. The installer will simply exit when completed.
64 -{{/note}}
60 +* (% style="color: rgb(0,0,0);" %)/S - makes the installer silent
61 +* (% style="color: rgb(0,0,0);" %)/D=<directory name> - forces the desktop client to be installed into a certain directory
62 +** (% style="color: rgb(0,0,0);" %)Default directory for depends on the install mode (AllUsers or CurrentUser)
63 +* (% style="color: rgb(0,0,0);" %)/AllUsers - Installs the desktop client for all users (administration privileges required)
65 65  
65 +** (% style="color: rgb(0,0,0);" %)Default install directory is ~{~{(% style="color: rgb(0, 0, 0); color: rgb(0, 0, 0)" %)program files}}
66 +* (% style="color: rgb(0,0,0);" %)/CurrentUser - Installs the desktop client for the current user only (default is (% style="color: rgb(0, 0, 0); color: rgb(0, 0, 0)" %)CurrentUser)(% style="color: rgb(0,0,0);" %)
67 +
68 +** (% style="color: rgb(0,0,0);" %)Default install directory is ~{~{~~/AppData}}(%%)
69 +(% style="color: rgb(0, 0, 0); color: rgb(0, 0, 0)" %)\\
70 +
66 66  == (% style="color: rgb(0,0,0);" %)OS X(%%) ==
67 67  
68 68  1. (% style="color: rgb(0,0,0);" %)Mount the downloaded dmg file by double clicking on it.
69 69  
70 70  1. (% style="color: rgb(0,0,0);" %)Once mounted copy the iSymphony file to your Applications directory.(%%)
76 +1. Unmount the dmg.
71 71  
72 72  == Linux ==
73 73  
74 74  1. (((
75 -Make the installer executable:
81 +Extract the desktop client:
76 76  
77 -{{code language="bash"}}
78 -chmod +x isymphony_install_<version>.bsx
83 +{{code}}
84 +tar xvf isymphony_desktop_client_2_0_0.tar.gz -C installation_location
79 79  {{/code}}
80 80  )))
81 81  1. (((
82 -Run the installer:
88 +Run the program:
83 83  
84 84  {{code language="bash"}}
85 -./isymphony_install_<version>.bsx
91 +./installation_location/isymphonydesktop
86 86  {{/code}}
87 87  )))
88 88  
... ... @@ -90,26 +90,22 @@
90 90  
91 91  The uninstall procedure differs for each OS.
92 92  
93 -== Windows ==
99 +== (% style="color: rgb(0,0,0);" %)Windows(%%) ==
94 94  
95 -1. Open your Start Menu and navigate to Control Panel->Programs and Features.
96 -1. Right click on **iSymphony** and select uninstall.
101 +1. Open your **Start Menu** and navigate to **Control Panel->Programs and Features**.
102 +1. Right click on **iSymphony** and select **uninstall**.
97 97  
98 98  == OS X ==
99 99  
100 -Simply delete the iSymphony.app file from your Applications directory.
106 +Simply delete the** iSymphony.app** file from your Applications directory.
101 101  
102 102  == Linux ==
103 103  
104 -Delete the following directory and files:
110 +Delete the directory the .tar.gz was extracted to.
105 105  
106 -{{code language="bash"}}
107 -/home/<username>/iSymphony
108 -/home/<username>/.local/share/applications/iSymphony.desktop
109 -/home/<username>/.local/share/applications/iSymphony-app.desktop
110 -{{/code}}
112 += Using The Desktop Client Application =
111 111  
112 -
114 +For information on how to use the Desktop Client Application see [[doc:Desktop Client]].
113 113  
114 114  
115 115