4.3.2 - Installing on the client workstation
Installation on the client workstation requires the following:
- Ensure administrative installation has been completed on a server or an accessible network drive (see previous step).
- Log onto the client workstation as an administrator.
-
Log in as an administrator and enter all the following installation command lines that apply to your situation:
msiexec /i "\\server_path\to\Antidote11.msi" TRANSFORMS="\\server_path\to\ReseauAntidote.mst" msiexec /i "\\server_path\to\Antidote11-Module-francais.msi" msiexec /i "\\server_path\to\Antidote11-English-module.msi" msiexec /i "\\server_path\to\Antidote-Connectix11.msi" TRANSFORMS="\\server_path\to\ReseauConnectix.mst"
For silent installation (without dialogs) simply add “/qn” to each line, as in the following example:
msiexec /qn /i "\\server_path\to\Antidote11.msi" TRANSFORMS="\\server_path\to\ReseauAntidote.mst"
See the General Notes for more details.
To perform a logged installation with French as the language for the installer dialogs, indicate the appropriate MST file, as in the following example:
msiexec /qn /i "\\server_path\to\Antidote11.msi" TRANSFORMS="\\server_path\to\ReseauAntidote.mst;\\server_path\to\Antidote11-Interface-fr.mst" /l*v "\\server_path\to\logInsAntidote.txt"
The TRANSFORMS does not have to be indicated for the language modules. You may also use a script that installs all the required elements, including all updates. The following section gives some example scripts: Using scripts.
For each user account on the workstation, the user must launch Antidote a first time (from the Start menu) to answer the personalization questions. See Personalization of Antidote.