Changes for page Desktop Client Installation v2.0.0
Last modified by michelk on 2021/09/09 20:55
To version 10.3
edited by michelk
on 2021/09/09 18:35
on 2021/09/09 18:35
Change comment:
Update document after refactoring.
Summary
-
Page properties (4 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -Desktop Client Installation 1 +Desktop Client Installation v2.0.0 - Parent
-
... ... @@ -1,0 +1,1 @@ 1 +ISYMDOCS.Home.iSymphony Installation and Update Guide.WebHome - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ryanp1 +XWiki.michelk - Content
-
... ... @@ -47,33 +47,35 @@ 47 47 http://<ip or hostname of your iSymphony server>:58080/client/desktop/client 48 48 {{/code}} 49 49 50 -(% style="color: rgb(0,0,0);" %) Ifyou are onegacyversion (version < 2.0.0) of thedesktopmodule use the following URL instead:50 += (% style="color: rgb(0,0,0);" %)2. Install The Desktop Client(%%) = 51 51 52 -(% style="color: rgb(0,0,0);" %) 52 +(% style="color: rgb(0,0,0);" %)The installation method will vary depending on the OS you are installing on. 53 53 54 -{{code}} 55 -http://<ip or hostname of your iSymphony server>:58080/client/desktop 56 -{{/code}} 54 +== (% style="color: rgb(0,0,0);" %)Windows(%%) == 57 57 58 -(% style="color: rgb(0,0,0);" %) 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. 59 59 58 +(% style="color: rgb(0,0,0);" %)Alternatively the installer can be called from the command line with the following options: 60 60 61 -= (% style="color: rgb(0,0,0);" %)2. Install The Desktop Client(%%) = 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 62 63 -(% style="color: rgb(0,0,0);" %)The installation method will vary depending on the OS you are installing on. 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);" %) 64 64 65 -== (% style="color: rgb(0,0,0);" %)Windows(%%) == 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) 66 66 67 -(% style="color: rgb(0,0,0);" %) To execute the installer on Windows simply doubleclick the downloaded installer package, and the installation process will commence.70 +(% style="color: rgb(0,0,0);" %)For example: 68 68 69 -{{ note}}70 - Ifyou are installing a legacyversion (version < 2.0.0) Windows will open a warning mentioningthatthe installerisun-trusted. You can ignore this warning andproceed with the download.71 -{{/ note}}72 +{{code}} 73 +iSymphonyDesktopSetup.exe /S /AllUsers /D=C:\foo\bar\isymdesktop 74 +{{/code}} 72 72 73 -{{note}} 74 -The installer will not provide a notification that the installation was complete. The installer will simply exit when completed. 75 -{{/note}} 76 +(% style="color: rgb(0,0,0);" %) 76 76 78 + 77 77 == (% style="color: rgb(0,0,0);" %)OS X(%%) == 78 78 79 79 1. (% style="color: rgb(0,0,0);" %)Mount the downloaded dmg file by double clicking on it. ... ... @@ -84,38 +84,20 @@ 84 84 == Linux == 85 85 86 86 1. ((( 87 -Extract the installerfiles:89 +Extract the desktop client: 88 88 89 89 {{code}} 90 -tar x fv isymphony_desktop_client_2_0_0.tar.gz -Cdirectory_to_extract_to92 +tar xvf isymphony_desktop_client_2_0_0.tar.gz -C installation_location 91 91 {{/code}} 92 92 ))) 93 93 1. ((( 94 -Run the executable tostart the client:96 +Run the program: 95 95 96 -{{code}} 97 -cd iSymphonyDesktop-2.0.0 98 -./isymphonydesktop 99 -{{/code}} 100 -))) 101 - 102 -For Legacy Versions of the desktop client (version < 2.0.0): 103 - 104 -1. ((( 105 -Make the installer executable: 106 - 107 107 {{code language="bash"}} 108 -c hmod +xisymphony_install_<version>.bsx99 +./installation_location/isymphonydesktop 109 109 {{/code}} 110 110 ))) 111 -1. ((( 112 -Run the installer: 113 113 114 -{{code language="bash"}} 115 -./isymphony_install_<version>.bsx 116 -{{/code}} 117 -))) 118 - 119 119 = Uninstalling The Desktop Client = 120 120 121 121 The uninstall procedure differs for each OS. ... ... @@ -133,14 +133,6 @@ 133 133 134 134 Delete the directory the .tar.gz was extracted to. 135 135 136 -For Legacy Versions: Delete the following directory and files: 137 - 138 -{{code language="bash"}} 139 -/home/<username>/iSymphony 140 -/home/<username>/.local/share/applications/iSymphony.desktop 141 -/home/<username>/.local/share/applications/iSymphony-app.desktop 142 -{{/code}} 143 - 144 144 = Using The Desktop Client Application = 145 145 146 146 For information on how to use the Desktop Client Application see [[doc:Desktop Client]].