Changes for page Desktop Client Installation v2.0.0
Last modified by michelk on 2021/09/09 20:55
Summary
-
Page properties (4 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -Desktop Client Installation v2.0.01 +Desktop Client Installation - Parent
-
... ... @@ -1,1 +1,0 @@ 1 -xwiki:ISYMDOCS.Home.iSymphony Installation and Update Guide.WebHome - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.michel k1 +XWiki.michaely - 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 /client47 +http://<ip or hostname of your iSymphony server>:58080/client/desktop 48 48 {{/code}} 49 49 50 50 = (% style="color: rgb(0,0,0);" %)2. Install The Desktop Client(%%) = ... ... @@ -55,27 +55,14 @@ 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 -(% style="color: rgb(0,0,0);" %)Alternatively the installer can be called from the command line with the following options: 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}} 59 59 60 -* (% style="color: rgb(0,0,0);" %)/S - makes the installer silent 61 -* (% style="color: rgb(0,0,0);" %)/AllUsers - Installs the desktop client for all users (administration privileges required) 62 +{{note}} 63 +The installer will not provide a notification that the installation was complete. The installer will simply exit when completed. 64 +{{/note}} 62 62 63 -** (% style="color: rgb(0,0,0);" %)Default install directory is (% style="color: rgb(0, 0, 0); color: rgb(0, 0, 0)" %)program files 64 -* (% 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);" %) 65 - 66 -** (% style="color: rgb(0,0,0);" %)Default install directory is ~~/AppData 67 -* (% style="color: rgb(0, 0, 0); color: rgb(0, 0, 0); color: rgb(0, 0, 0)" %)/D=<directory name> - forces the desktop client to be installed into a certain directory (__this needs to be the last option!__) 68 -** (% style="color: rgb(0,0,0);" %)Default directory for depends on the install mode (AllUsers or CurrentUser) 69 - 70 -(% style="color: rgb(0,0,0);" %)For example: 71 - 72 -{{code}} 73 -iSymphonyDesktopSetup.exe /S /AllUsers /D=C:\foo\bar\isymdesktop 74 -{{/code}} 75 - 76 -(% style="color: rgb(0,0,0);" %) 77 - 78 - 79 79 == (% style="color: rgb(0,0,0);" %)OS X(%%) == 80 80 81 81 1. (% style="color: rgb(0,0,0);" %)Mount the downloaded dmg file by double clicking on it. ... ... @@ -86,17 +86,17 @@ 86 86 == Linux == 87 87 88 88 1. ((( 89 - Extractthedesktopclient:76 +Make the installer executable: 90 90 91 -{{code}} 92 - tarxvfisymphony_desktop_client_2_0_0.tar.gz -C installation_location78 +{{code language="bash"}} 79 +chmod +x isymphony_install_<version>.bsx 93 93 {{/code}} 94 94 ))) 95 95 1. ((( 96 -Run the program:83 +Run the installer: 97 97 98 98 {{code language="bash"}} 99 -./i nstallation_location/isymphonydesktop86 +./isymphony_install_<version>.bsx 100 100 {{/code}} 101 101 ))) 102 102 ... ... @@ -115,8 +115,14 @@ 115 115 116 116 == Linux == 117 117 118 -Delete the directory the .tar.gz was extractedto.105 +Delete the following directory and files: 119 119 107 +{{code language="bash"}} 108 +/home/<username>/iSymphony 109 +/home/<username>/.local/share/applications/iSymphony.desktop 110 +/home/<username>/.local/share/applications/iSymphony-app.desktop 111 +{{/code}} 112 + 120 120 = Using The Desktop Client Application = 121 121 122 122 For information on how to use the Desktop Client Application see [[doc:Desktop Client]].