User Tools

Site Tools


tech:silentinstall

Silent Installation

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.

Parameters

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”

Language Selection

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:

  • 1029 Czech
  • 1031 German
  • 1033 English
  • 1034 Spanish
  • 1036 French
  • 1040 Italian
  • 1041 Japanese
  • 1045 Polish
  • 1049 Russian
  • 2070 Portoguese

Using .msi direcly

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

tech/silentinstall.txt · Last modified: 2020/06/10 08:07 by mkroeber

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki