When you install in silent mode, no messages are displayed. Instead, a log file captures installation information. You can review the log file and determine the installation results.
Log on to the system with administrator rights.
Verify that the installer is available.
Open a command window and run one of these commands.
<installer-file> /s /v" /qn SERIALNUMBER=xxxx-xxxx-xxxx-xxxx-xxxx"<installer-file> /s /v" /qn UNLICVER=1"Notice the double quotes (
") after/vand space between/sand/v. There is no space between/vand double quotes ("). In addition to theSERIALNUMBERorUNLICVERarguments, you can optionally specify one or more of these arguments with the command.Argument
Description
SERIALNUMBERSpecify the license key for the installation.
<installer-file> /s /v" /qn SERIALNUMBER=xxxx-xxxx-xxxx-xxxx-xxxx"UNLICVERInstall the software without specifying the license key. Possible values for this argument are 0 and 1. A value of 1 indicates that you are installing the software without using the license key.
<installer-file> /s /v" /qn UNLICVER=1"SHORTCUTCreate a desktop shortcut to access the command-line tool. Possible values for this argument are 0 and 1. Specify a value of 1 to create the shortcut and 0 to skip the shortcut creation.
<installer-file> /s /v" /qn UNLICVER=1 SHORTCUT=1"POSTINSTALLSpecify a file to perform post-installation configuration on the system. To specify file paths that contain spaces, enclose the paths in double quotes (").
<installer-file> /s /v" /qn UNLICVER=1 POSTINSTALL=\"C:\\My Dir\\batch.exe\""INSTALLDIRInstall the software at a user-specified location. With this argument, you can specify a folder path of up to 240 characters (total string length including special characters).
<installer-file> /s /v" /qn SERIALNUMBER=xxxx-xxxx-xxxx-xxxx-xxxx INSTALLDIR=\"C:\\My Dir\\McAfee\\Solidcore\""/l+*vChange the default location of the Solidcore_Installer.log file. By default, this file is placed in the SYSTEMROOT directory.
<installer-file> /s /v" /qn UNLICVER=1 /l+*v \"C:\\Solidcore_Installer.log\""