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

From version 2.1
edited by teamwire001
on 2023/11/07 11:38
Change comment: DOC-248
To version 3.1
edited by teamwire001
on 2024/12/12 14:44
Change comment: DOC-390 + heading hierarchy fixes

Summary

Details

Page properties
Content
... ... @@ -10,7 +10,7 @@
10 10  
11 11  == Quiet installation ==
12 12  
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"]]
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  
15 15  
16 16  To install the Teamwire app quietly, use the following command and parameters:
... ... @@ -26,7 +26,7 @@
26 26  
27 27  == Quiet deinstallation ==
28 28  
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"]]
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  
31 31  
32 32  To deinstall the Teamwire app quietly, use the following command and parameters:
... ... @@ -51,7 +51,7 @@
51 51  
52 52  Windows Installer can install a package on a computer into two installation contexts: per-machine and per-user.
53 53  
54 -A per-machine installation of the package is required to enable **all users** of the computer to access and use the application. Because a per-machine installation makes changes to the system that affect all users, administrative permissions are required. Further information available here: [[Microsoft > Windows Installer > Installation context>>https://learn.microsoft.com/en-us/windows/win32/msi/installation-context||rel="noopener noreferrer" target="_blank"]]
54 +A per-machine installation of the package is required to enable **all users** of the computer to access and use the application. Because a per-machine installation makes changes to the system that affect all users, administrative permissions are required. Further information available here: [[Microsoft ~> Windows Installer ~> Installation context>>https://learn.microsoft.com/en-us/windows/win32/msi/installation-context||rel="noopener noreferrer" target="_blank"]]
55 55  
56 56  
57 57  {{id name="4-context-user"/}}
... ... @@ -98,9 +98,13 @@
98 98  
99 99  {{id name="desktop-previous"/}}
100 100  
101 -= Until Desktop 3.4.2 =
101 += Desktop 3.4.3 and previous versions =
102 102  
103 103  
104 +{{id name="quietinstall"/}}
105 +
106 +== Quiet installation ==
107 +
104 104  You can install Teamwire in silent mode from a command line to avoid user interaction during the process.
105 105  
106 106  Therefore the command syntax is
... ... @@ -109,8 +109,6 @@
109 109  start "" /WAIT Teamwire-setup_XXX.exe /S [optional parameters] /D=<path>
110 110  {{/code}}
111 111  
112 -## ##
113 -
114 114  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.
115 115  
116 116  Example:
... ... @@ -119,35 +119,24 @@
119 119  start "" /WAIT Teamwire-setup_1.10.0.exe /S /D=C:\Program Files (x86)\Teamwire\
120 120  {{/code}}
121 121  
122 -## ##
124 +An app shortcut will be created automatically and can be found in the Teamwire software directory.
123 123  
126 +The shortcut's target for the default installation is {{code language="plain"}}"<app_directory>\Teamwire\nw.exe" "<app_directory>\Teamwire\app"{{/code}}
127 +
124 124  (% class="box infomessage" %)
125 125  (((
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.
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.
127 127  )))
128 128  
129 -## ##
130 130  
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 -
145 145  {{id name="roamingdir"/}}
146 146  
147 -== Roaming User Directory ==
136 +=== Roaming user directory ===
148 148  
149 149  {{code language="plain"}}/APPDATA=TRUE{{/code}} ## ##
150 150  
140 +This is an optional parameter.
141 +
151 151  By default, the user's data is written to the ##%LOCALAPPDATA%## directory ( ##..\AppData\Local\## ).
152 152  
153 153  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.
... ... @@ -158,8 +158,6 @@
158 158  start "" /WAIT Teamwire-setup_1.10.0.exe /S /APPDATA=TRUE /D=C:\Program Files (x86)\Teamwire\
159 159  {{/code}}
160 160  
161 -## ##
162 -
163 163  An app shortcut will be created automatically and can be found in the Teamwire software directory.
164 164  
165 165  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}}
... ... @@ -167,10 +167,12 @@
167 167  
168 168  {{id name="customdir"/}}
169 169  
170 -== Custom User Directory ==
159 +=== Custom user directory ===
171 171  
172 172  {{code language="plain"}}/USERDATADIR=<path>{{/code}} ## ##
173 173  
163 +This is an optional parameter.
164 +
174 174  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.**
175 175  
176 176  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.
... ... @@ -181,8 +181,6 @@
181 181  start "" /WAIT Teamwire-setup_1.10.0.exe /S /USERDATADIR="H:\TeamwireData\" /D=C:\Program Files (x86)\Teamwire\
182 182  {{/code}}
183 183  
184 -## ##
185 -
186 186  An app shortcut will be created automatically and can be found in the Teamwire software directory.
187 187  
188 188  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}}
... ... @@ -190,10 +190,12 @@
190 190  
191 191  {{id name="runonstartup"/}}
192 192  
193 -== Run on Startup ==
182 +=== Run on startup ===
194 194  
195 195  {{code language="plain"}}/STARTUP=TRUE{{/code}} ## ##
196 196  
186 +This is an optional parameter.
187 +
197 197  With this parameter you enable the feature to run Teamwire on Windows startup.
198 198  
199 199  Example:
... ... @@ -206,7 +206,7 @@
206 206  
207 207  {{id name="silentdeinstall"/}}
208 208  
209 -= Silent Deinstallation =
200 +== Silent deinstallation ==
210 210  
211 211  You can deinstall Teamwire in silent mode from a command line to avoid user interaction during the process.
212 212