Multi-User License Deployment on Windows

Multi-User License Deployment on Windows / 4 - Deployment by Administrative Installation / 5 - Updating Antidote / 2 - Updating the Client Workstation

4.5.2 - Updating the Client Workstation

This section may only be completed if an installation of Antidote 11 (and its modules) is already present on the client workstation. If this is not the case, or if you want to add a module, refer to the section Installing on the client workstation.

Updating the client workstation requires the following steps:

  1. Ensure that the administrative installation has been updated on a server or accessible network drive (see previous step).
  2. Log onto the client workstation as an administrator.
  3. As an administrator, enter all of the following command lines that apply to your situation:
    msiexec /i "\\server_path\to\Antidote11.msi" REINSTALL=all REINSTALLMODE=vomus TRANSFORMS="\\server_path\to\ReseauAntidote.mst"  
    msiexec /i "\\server_path\to\Antidote11-Module-francais.msi" REINSTALL=all REINSTALLMODE=vomus  
    msiexec /i "\\server_path\to\Antidote11-English-module.msi" REINSTALL=all REINSTALLMODE=vomus
    msiexec /i "\\server_path\to\Antidote-Connectix11.msi" REINSTALL=all REINSTALLMODE=vomus 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" REINSTALL=all REINSTALLMODE=vomus TRANSFORMS="\\server_path\to\ReseauAntidote.mst"

    See the General Notes for more details.

To perform a logged installation with English 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" REINSTALL=all REINSTALLMODE=vomus TRANSFORMS="\\server_path\to\ReseauAntidote.mst;\\server_path\to\Antidote11-Interface-en.mst" /l*v "\\server_path\to\logInsAntidote.txt"
  • The TRANSFORMS does not need to be indicated for the modules.
  • Integration with newly supported software will be completed the next time Antidote 11 is launched (from the Start menu) or the next time each user of the workstation logs in.