You can control the installation of components from the command line by using switches and properties in the installation command line. This functionality allows you to perform a silent or unattended installation that forgoes the graphical installation wizard. The values of the configuration options available in the graphical installation wizard are passed to the installer using the property names associated with the installer options. This section describes the switches and properties associated with this installer.
In the following example (for illustration purposes only), the installation command line is set to install silently and to install CAPTUREit but not CAPTUREit Server:
"C:\Installers\AnyDoc CAPTUREit.exe" /s CAPTUREit=1 CAPTUREServer=0 InstallFolder="C:\Program Files (x86)\Hyland" ControlPath="C:\ProgramData\AnyDoc\CAPTUREit"