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:
  • English: 1033
  • Chinese (Traditional): 1028
  • Chinese (Simplified): 2052
  • French: 1036
  • German: 1031
  • Italian: 1040
  • Japanese: 1041
  • Korean: 1042
  • Portuguese: 1033
  • Spanish: 1034

/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 /qn as a parameter (enclosed in quotes).

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 INSTALLDIR=\"InstallPath\" as a parameter (enclosed in quotes). The path may include spaces.

Example:
/v"/qn INSTALLDIR=\"D:\Program Files\AppScan\""

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\""