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. -
Switch to installation mode:
change user /install
-
Use the following command lines that 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, as in the following example:msiexec /qn /i "\\server_path\to\Antidote12.msi" TRANSFORMS="\\server_path\to\ReseauAntidote.mst"
See the Prerequisites for more details.
To perform a logged installation and choose French for the installer dialogs, indicate the appropriate MST file, as in the following example:
msiexec /qn /i "\\server_path\to\Antidote12.msi" TRANSFORMS="\\server_path\to\ReseauAntidote.mst;\\server_path\to\Antidote12-Interface-fr.mst" /l*v "\\server_path\to\logInsAntidote.txt"
-
Switch to “execution” mode:
change user /execute
-
Launch Antidote 12 from an administrator account.
-
If necessary, apply access restrictions to the Antidote 12 and Connectix 12 installation folders. The default installation paths are
C:\Program Files\Druide\Antidote 12
andC:\Program Files\Druide\Connectix 12
, respectively.
The TRANSFORMS
property does not need to be indicated for the language modules.
For a complete example of an installation script, see Example Script for Initial Deployment.
The following applications in the Antidote installation folder must be executable by users:
- Bin64\Antidote.exe
- Bin64\AntidoteConfig.exe
- Bin64\QtWebEngineProcess.exe
The following applications in the Connectix installation folder must be executable by users:
- Bin64\AgentConnectixConsole.exe
- Bin64\Connectix.exe
- Bin64\ConnectixConfig.exe
- Bin64\OutilsIntegration.exe
- Bin64\QtWebEngineProcess.exe
- Bin64\ServiceConnectixAntidote.exe