Installation
-
Log in as an administrator.
-
Download the complete installer (
Antidote_12.y_B_n_Windows.exe
) and the Deployment Manager (GestionnaireDeDeploiement_Antidote12.exe
) from your Organization Client Portal.When an Antidote update is issued, the complete Antidote installer for the version of this update will be available in your Organization Client Portal.
-
Ensure that the prerequisites are met.
-
Run the installer
Antidote_12.y_B_n_Windows.exe
. -
Select Extract to unzip a folder that contains the installation files and takes the following form:
Antidote_12.y_B_n_Installation
. -
Create the files
ReseauAntidote.mst
andReseauConnectix.mst
with the Deployment Manager. You will be asked where the installersAntidote12.msi
andAntidote-Connectix12.msi
are located. During the last configuration step, specify the foldermsi\druide
which already has the installersAntidote12.msi
andAntidote-Connectix12.msi
in order to generate the MST files there. To learn more about this utility, see Configuring and activating. -
Place all of the necessary files on the server (or an accessible drive). See the following example (bilingual installation):
Antidote12.msi
Antidote12-Module-francais.msi
Antidote12-English-module.msi
Antidote-Connectix12.msi
ReseauAntidote.mst
(created previously)
ReseauConnectix.mst
(created previously)If you want the installer’s dialogues to be in English, you must also use the applicable MST files, which are found in the folder
msi\druide
. For example,Antidote12-Interface-en.mst
for the Antidote 12 installer,Antidote-Connectix12-Interface-en.mst
for the Connectix 12 installer,Antidote12-English-module-Interface-en.mst
for the English module installer andAntidote12-Module-francais-Interface-en.mst
for the French module installer. Read on for information on adding these to the command line.In the installation sequence, it is essential that you launch the
Antidote12.msi
file first. The Antidote 12 application must be installed before the language modules. -
As an administrator of the workstation, enter all the following installation command lines if they apply to your situation.
msiexec /i "\\server_path\to\Antidote12.msi" TRANSFORMS="\\server_path\to\ReseauAntidote.mst" msiexec /i "\\server_path\to\Antidote12-Module-francais.msi" msiexec /i "\\server_path\to\Antidote12-English-module.msi" msiexec /i "\\server_path\to\Antidote-Connectix12.msi" TRANSFORMS="\\server_path\to\ReseauConnectix.mst"
For silent installation (without dialogs), simply add the
/qn
switch to each line, for example:msiexec /qn /i "\\server_path\to\Antidote12.msi" TRANSFORMS="\\server_path\to\ReseauAntidote.mst"
See Prerequisites for more details.
To perform a logged installation with English as the language for the installer dialogs, indicate the appropriate MST file, for example:
msiexec /qn /i "\\server_path\to\Antidote12.msi" TRANSFORMS="\\server_path\to\ReseauAntidote.mst;\\server_path\to\Antidote12-Interface-en.mst" /l*v "\\server_path\to\logInsAntidote.txt"
The
TRANSFORMS
property does not have to be indicated for the language modules.
For a complete example of an installation script, see Example Script for Initial Deployment.
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.