To perform a silent installation you can pass several parameters to setup.exe
or coDiagnostix.msi
Please note:
Use setup.exe
whenever possible, it will take care of requires prerequisites like the Gemalto eToken drivers.
If you install using coDiagnostiX.msi
, a manual installation of the eToken drivers is required (shipped within eToken folder).
Silent installation fails for the coDiagnostiX Demo Single Image installer. It's setup.exe currently cannot skip the language selection dialog.
Completely silent installation
setup.exe /s /v“/qn”
Silent installation without creating a system restore point and drive space check using MSI Fast Install:
setup.exe /s /v“/qn MSIFASTINSTALL=3”
To select a specific language for installation, pass the '/l' parameter with the corresponding language ID:
setup.exe /l“1033” /s /v“/qn MSIFASTINSTALL=3”
Available IDs for the coDiagnostiX installer are:
To install using coDiagnostiX.msi
directly call msiexec
like this:
msiexec /i C:\path\to\coDiagnostiX.msi /qn MSIFASTINSTALL=3
After this install the eToken drivers using SafeNetAuthenticationClient-x64-10.0.msi. To install with the same reduce feature set, use the following command line:
msiexec /i SafeNetAuthenticationClient-x64-10.0.msi /passive /qn /norestart ADDLOCAL=eTokenDrivers,eTokenPKCS11,eTokenCardOS,eTokenJava