Via the Windows console

The software allows you to perform the installation via the Windows console, for example, to perform an unattended installation (silent install) in the background in a network environment. To do so, proceed as follows:

  1. Open the Windows Console.
  2. Enter the following command line:

SmartDataCollector-Setup.msi /quiet /norestart /qn /passive

If necessary, add the following command line to configure the installation:

  • Perform software licensing during installation
  • LICENSE=XXXXX-XXXXXX-XXXXX-XXXXX (enter a license key)
  • Define user authorization for the software during installation
  • USER="USERNAME" (a specific user)
  • USER="DOMAIN\\USERNAME" (a specific user from a domain)
  • USER="USERNAME@DOMAIN" (a specific user from a domain)
  • INFORMATION: To allow several specific users, enter several user names within the quotation marks and separate them with ";".
  • USER="ALL" (All users)
  1. Run the command line. INFORMATION: If a version of the SDC is already installed on the computer and is currently running, the application is stopped and restarted after installation.
  • The software is installed with the specified settings.