Via the Windows console
The software can also be installed via the Windows console, for example to perform an unattended installation in the background (silent install) in a network environment. To do so, proceed as follows:
- Open the Windows Console.
- Enter the following command line:
SmartDataCollector-Setup.msi /quiet /norestart /qn
Optionally add one or more of the command line parameters listed in the following table as examples to the command line. The order of the command line parameters is not relevant.
Command line parameters | Function |
|---|---|
| Licensing of the software with the specified license key |
| Authorization assignment for the software to one ( |
| Authorization assignment for the software to a user ( |
| Authorization assignment for the software to one ( |
| Authorization assignment for the software to a user ( |
| Authorization assignment for the software to all users. INFORMATION: |
Example of a command for silent installation:
SmartDataCollector-Setup.msi /quiet /norestart /qn LICENSE="XXXXX-XXXXXX-XXXXX-XXXXX" USER="USERNAME,USERGROUP_COMPANY"
- 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.