Silent install
Instructions for unattended installation, using the command line.
You can install AppScan "silently", using the command line and the following parameters:
AppScan_Setup.exe /l"LanguageCode" /s /v"/qn INSTALLDIR=\"InstallPath\""
Parameter |
Function |
---|---|
/l |
Language code. Options are:
|
/s |
Activates "Silent Mode" (otherwise the regular
installation will be launched). Note: Must be used in conjunction
with /v"/qn" (see next row) |
/v |
Sets additional MSI properties such as UI mode and the path where AppScan will be installed. UI Mode: For "Silent Mode", include Path: If you do not define an install path, installation uses the default path: ...Program Files\HCL\AppScan Standard\ To define
a different install path, add Example:
|
Examples:
- To silently install an English version of AppScan in the default directory
enter:
AppScan_Setup.exe /s /v"/qn"
- To silently install Japanese versions of AppScan in the default directory
enter:
AppScan_Setup.exe /l"1041" /s /v"/qn"
- To silently install a Korean version of AppScan in D:\Program Files\AppScan\
enter:
AppScan_Setup.exe /l"1042" /s /v"/qn INSTALLDIR=\"D:\Program Files\AppScan\""