Skip to main content

IMM Client Silent Install

A silent or unattended install is defined as the installation of a software program that requires no user interaction.

The Sigmafine setup kits are built using InstallShield and include the ability to run in silent mode using command line input parameters, based on the InstallShield guidelines for unattended installations.

To run the Sigmafine setup kit in silent mode, the following command line input parameters are required:

"\<Setup file name\>" /s /v"/qn \<product specifics input parameters\>"

Where:

  • \<Setup file name> is the name of the setup kit. In this case is Sigmafine IMM Client 4.7 SP1.exe

  • /s – Tells to InstallShield that you are running the setup in silent mode.

  • /v - Tells to InstallShield to pass command-line options and values of public properties through to Msiexec.exe (Windows Installer).

  • /qn is a Windows Installer switch indicating to run with no UI.

  • \<product specifics input parameters> are product specifics input parameters.

    Explained in Executing the Silent Installation.

Source: Flexera

Executing the Silent Installation

Setup file name: Sigmafine IMM Client 4.7 SP1.exe

Full Windows command-line

"\<Setup file\>.exe" /s /v"/qn SILENT_INSTALL=true INSTALLDIR="\<installation path\>\""

Input Parameters

  • SILENT_INSTALL: When true, the setup kit doesn't show any UI.

  • (Optional) INSTALLDIR: Installation directory.

    Default value is: C:\Program Files (x86)\Sigmafine\IMM

ClosedEXAMPLE: Full Windows command-line

"Sigmafine IMM Client 4.7 SP1.exe" /s /v"/qn SILENT_INSTALL=true INSTALLDIR="C:\Program Files (x86)\Sigmafine\IMM\""

Note: Ensure that you include the backslash (\) and double quote ("") characters as the end of the command line, as they are very important!