Last modified by teamwire001 on 2024/12/12 14:44

From version 3.1
edited by teamwire001
on 2024/12/12 14:44
Change comment: DOC-390 + heading hierarchy fixes
To version 2.3
edited by teamwire003
on 2024/11/29 16:55
Change comment: DOC-390

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.teamwire001
1 +XWiki.teamwire003
Content
... ... @@ -8,7 +8,7 @@
8 8  
9 9  {{id name="4-quietinstall"/}}
10 10  
11 -== Quiet installation ==
11 +== Silent installation ==
12 12  
13 13  The {{code}}msiexec{{/code}} **display options** allow a quiet installation. All available parameters can be found here: [[Microsoft ~> msiexec ~> Display options>>url:https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/msiexec#display-options||rel="noopener noreferrer" target="_blank"]]
14 14  
... ... @@ -24,7 +24,7 @@
24 24  
25 25  {{id name="4-quietdeinstall"/}}
26 26  
27 -== Quiet deinstallation ==
27 +== Silent deinstallation ==
28 28  
29 29  The {{code}}msiexec{{/code}} **display options** allow a quiet deinstallation. All available parameters can be found here: [[Microsoft ~> msiexec ~> Display options>>url:https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/msiexec#display-options||rel="noopener noreferrer" target="_blank"]]
30 30  
... ... @@ -98,13 +98,9 @@
98 98  
99 99  {{id name="desktop-previous"/}}
100 100  
101 -= Desktop 3.4.3 and previous versions =
101 += Until Desktop 3.4.2 =
102 102  
103 103  
104 -{{id name="quietinstall"/}}
105 -
106 -== Quiet installation ==
107 -
108 108  You can install Teamwire in silent mode from a command line to avoid user interaction during the process.
109 109  
110 110  Therefore the command syntax is
... ... @@ -113,6 +113,8 @@
113 113  start "" /WAIT Teamwire-setup_XXX.exe /S [optional parameters] /D=<path>
114 114  {{/code}}
115 115  
112 +## ##
113 +
116 116  Please enter the path to the Teamwire setup file and use the option ##/D## to define a directory in which Teamwire is going to install its further contents.
117 117  
118 118  Example:
... ... @@ -121,24 +121,35 @@
121 121  start "" /WAIT Teamwire-setup_1.10.0.exe /S /D=C:\Program Files (x86)\Teamwire\
122 122  {{/code}}
123 123  
124 -An app shortcut will be created automatically and can be found in the Teamwire software directory.
122 +## ##
125 125  
126 -The shortcut's target for the default installation is {{code language="plain"}}"<app_directory>\Teamwire\nw.exe" "<app_directory>\Teamwire\app"{{/code}}
127 -
128 128  (% class="box infomessage" %)
129 129  (((
130 -Please note, the ##/D## option must be the **last parameter used** in the command line and **must not contain any quotation marks** even if the path contains spaces.
126 +Please note, ##/D## must be the **last parameter used** in the command line and **must not contain any quotation marks** even if the path contains spaces.
131 131  )))
132 132  
129 +## ##
133 133  
131 +An app shortcut will be created automatically and can be found in the Teamwire software directory.
132 +
133 +The shortcut's target for the default installation is {{code language="plain"}}"<app_directory>\Teamwire\nw.exe" "<app_directory>\Teamwire\app"{{/code}}
134 +
135 +
136 +{{id name="optional"/}}
137 +
138 +== Optional parameters ==
139 +
140 +The following parameters are optional and support additional settings to be enabled during the installation.
141 +
142 +Furthermore, please note that the ##/D## option must be the last parameter used in the command line and must not contain any quotation marks even if the path contains spaces.
143 +
144 +
134 134  {{id name="roamingdir"/}}
135 135  
136 -=== Roaming user directory ===
147 +=== Roaming User Directory ===
137 137  
138 138  {{code language="plain"}}/APPDATA=TRUE{{/code}} ## ##
139 139  
140 -This is an optional parameter.
141 -
142 142  By default, the user's data is written to the ##%LOCALAPPDATA%## directory ( ##..\AppData\Local\## ).
143 143  
144 144  In some corporate and virtual environments, a folder's content is deleted when the session is closed. In order to write into ##%APPDATA%## directory ( ##..\AppData\Roaming\## ) , please add the ##/APPDATA=TRUE## argument to your command.
... ... @@ -149,6 +149,8 @@
149 149  start "" /WAIT Teamwire-setup_1.10.0.exe /S /APPDATA=TRUE /D=C:\Program Files (x86)\Teamwire\
150 150  {{/code}}
151 151  
161 +## ##
162 +
152 152  An app shortcut will be created automatically and can be found in the Teamwire software directory.
153 153  
154 154  The shortcut's target incl. the roaming directory is {{code language="plain"}}"<app_directory>\Teamwire\nw.exe" "<app_directory>\Teamwire\app" --user-data-dir=%APPDATA%/Teamwire{{/code}}
... ... @@ -156,12 +156,10 @@
156 156  
157 157  {{id name="customdir"/}}
158 158  
159 -=== Custom user directory ===
170 +=== Custom User Directory ===
160 160  
161 161  {{code language="plain"}}/USERDATADIR=<path>{{/code}} ## ##
162 162  
163 -This is an optional parameter.
164 -
165 165  In case you need to store your user data to a different location due to your network environment or retention policies for local data, you are able to define a custom path (e.g. mapped home directory for your users) with the parameter ##/USERDATADIR##. **You will have to put the path in quotation marks.**
166 166  
167 167  The customised directories will not be created until the first run and registration. Please note, that despite the custom path of user data the original directories ( ##%LOCALAPPDATA%\Teamwire\User Data\Default\## ) will still be created but do not contain any data.
... ... @@ -172,6 +172,8 @@
172 172  start "" /WAIT Teamwire-setup_1.10.0.exe /S /USERDATADIR="H:\TeamwireData\" /D=C:\Program Files (x86)\Teamwire\
173 173  {{/code}}
174 174  
184 +## ##
185 +
175 175  An app shortcut will be created automatically and can be found in the Teamwire software directory.
176 176  
177 177  The shortcut's target incl. the customised directory is {{code language="plain"}}"<app_directory>\Teamwire\nw.exe" "<app_directory>\Teamwire\app" --user-data-dir="<userdata_directory>\Teamwire"{{/code}}
... ... @@ -179,12 +179,10 @@
179 179  
180 180  {{id name="runonstartup"/}}
181 181  
182 -=== Run on startup ===
193 +=== Run on Startup ===
183 183  
184 184  {{code language="plain"}}/STARTUP=TRUE{{/code}} ## ##
185 185  
186 -This is an optional parameter.
187 -
188 188  With this parameter you enable the feature to run Teamwire on Windows startup.
189 189  
190 190  Example:
... ... @@ -197,7 +197,7 @@
197 197  
198 198  {{id name="silentdeinstall"/}}
199 199  
200 -== Silent deinstallation ==
209 +== Silent Deinstallation ==
201 201  
202 202  You can deinstall Teamwire in silent mode from a command line to avoid user interaction during the process.
203 203