Wiki source code of Windows-Install-Options
Version 1.4 by teamwire001 on 2023/11/07 11:37
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | (% class="box warningmessage" %) | ||
| 2 | ((( | ||
| 3 | These features are available on Teamwire for Windows only. | ||
| 4 | ))) | ||
| 5 | |||
| 6 | |||
| 7 | You can install Teamwire in silent mode from a command line to avoid user interaction during the process. | ||
| 8 | |||
| 9 | Therefore the command syntax is | ||
| 10 | |||
| 11 | {{code language="plain"}} | ||
| 12 | start "" /WAIT Teamwire-setup_XXX.exe /S [optional parameters] /D=<path> | ||
| 13 | {{/code}} | ||
| 14 | |||
| 15 | ## ## | ||
| 16 | |||
| 17 | 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. | ||
| 18 | |||
| 19 | Example: | ||
| 20 | |||
| 21 | {{code language="plain"}} | ||
| 22 | start "" /WAIT Teamwire-setup_1.10.0.exe /S /D=C:\Program Files (x86)\Teamwire\ | ||
| 23 | {{/code}} | ||
| 24 | |||
| 25 | ## ## | ||
| 26 | |||
| 27 | (% class="box infomessage" %) | ||
| 28 | ((( | ||
| 29 | 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. | ||
| 30 | ))) | ||
| 31 | |||
| 32 | ## ## | ||
| 33 | |||
| 34 | An app shortcut will be created automatically and can be found in the Teamwire software directory. | ||
| 35 | |||
| 36 | The shortcut's target for the default installation is {{code language="plain"}}"<app_directory>\Teamwire\nw.exe" "<app_directory>\Teamwire\app"{{/code}} | ||
| 37 | |||
| 38 | |||
| 39 | {{id name="optional"/}} | ||
| 40 | |||
| 41 | = Optional parameters = | ||
| 42 | |||
| 43 | The following parameters are optional and support additional settings to be enabled during the installation. | ||
| 44 | |||
| 45 | 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. | ||
| 46 | |||
| 47 | |||
| 48 | {{id name="roamingdir"/}} | ||
| 49 | |||
| 50 | == Roaming User Directory == | ||
| 51 | |||
| 52 | {{code language="plain"}}/APPDATA=TRUE{{/code}} ## ## | ||
| 53 | |||
| 54 | By default, the user's data is written to the ##%LOCALAPPDATA%## directory ( ##..\AppData\Local\## ). | ||
| 55 | |||
| 56 | 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. | ||
| 57 | |||
| 58 | Example: | ||
| 59 | |||
| 60 | {{code language="plain"}} | ||
| 61 | start "" /WAIT Teamwire-setup_1.10.0.exe /S /APPDATA=TRUE /D=C:\Program Files (x86)\Teamwire\ | ||
| 62 | {{/code}} | ||
| 63 | |||
| 64 | ## ## | ||
| 65 | |||
| 66 | An app shortcut will be created automatically and can be found in the Teamwire software directory. | ||
| 67 | |||
| 68 | 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}} | ||
| 69 | |||
| 70 | |||
| 71 | {{id name="customdir"/}} | ||
| 72 | |||
| 73 | == Custom User Directory == | ||
| 74 | |||
| 75 | {{code language="plain"}}/USERDATADIR=<path>{{/code}} ## ## | ||
| 76 | |||
| 77 | 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.** | ||
| 78 | |||
| 79 | 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. | ||
| 80 | |||
| 81 | Example: | ||
| 82 | |||
| 83 | {{code language="plain"}} | ||
| 84 | start "" /WAIT Teamwire-setup_1.10.0.exe /S /USERDATADIR="H:\TeamwireData\" /D=C:\Program Files (x86)\Teamwire\ | ||
| 85 | {{/code}} | ||
| 86 | |||
| 87 | ## ## | ||
| 88 | |||
| 89 | An app shortcut will be created automatically and can be found in the Teamwire software directory. | ||
| 90 | |||
| 91 | 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}} | ||
| 92 | |||
| 93 | |||
| 94 | {{id name="runonstartup"/}} | ||
| 95 | |||
| 96 | == Run on Startup == | ||
| 97 | |||
| 98 | {{code language="plain"}}/STARTUP=TRUE{{/code}} ## ## | ||
| 99 | |||
| 100 | With this parameter you enable the feature to run Teamwire on Windows startup. | ||
| 101 | |||
| 102 | Example: | ||
| 103 | |||
| 104 | {{code language="plain"}} | ||
| 105 | start "" /WAIT Teamwire-setup_1.10.0.exe /S /STARTUP=TRUE /D=C:\Program Files (x86)\Teamwire\ | ||
| 106 | {{/code}} | ||
| 107 | |||
| 108 | ## ## | ||
| 109 | |||
| 110 | {{id name="silentdeinstall"/}} | ||
| 111 | |||
| 112 | = Silent Deinstallation = | ||
| 113 | |||
| 114 | You can deinstall Teamwire in silent mode from a command line to avoid user interaction during the process. | ||
| 115 | |||
| 116 | Therefore the command syntax is | ||
| 117 | |||
| 118 | {{code language="plain"}} | ||
| 119 | start "" /WAIT "<path>\uninstall.exe" /S | ||
| 120 | {{/code}} | ||
| 121 | |||
| 122 | Enter the path to the uninstalling file, which is located in the Teamwire root directory. **You will have to put the path in quotation marks.** | ||
| 123 | |||
| 124 | Example: {{code language="plain"}}start "" /WAIT "C:\Program Files (x86)\Teamwire\uninstall.exe" /S{{/code}} | ||
| 125 | |||
| 126 | |||
| 127 | (% class="box infomessage" %) | ||
| 128 | ((( | ||
| 129 | Please note, the user data is not being removed for all users but the user performing the local deinstallation. | ||
| 130 | ))) | ||
| 131 | |||
| 132 | ## ## |