Parameterized Silent Install

Customers should be able to run a silent install from the command line and only install the printers and checkreaders that they want.

DesireCommandResult
Install CWS with all printers and checkreaderscws.exe /SCWS is installed along with all printers and checkreaders.
Install CWS but skip printer installscws.exe /S -SKIP-PRINTER=allCWS is installed. Star & Epson printers are not installed. Checkreader is installed.
Install CWS but skip Epson printer installcws.exe /S -SKIP-PRINTER=epsonCWS is installed. Star printer is installed. Checkreader is installed.
Install CWS but skip Star printer installcws.exe /S -SKIP-PRINTER=starCWS is installed. Epson printer is installed. Checkreader is installed.
Install CWS but skip checkreader installcws.exe /S -SKIP-CHECKREADER=allCWS is installed. Checkreader is not installed. All printers are installed.
Install CWS but skip printer and checkreader installscws.exe /S -SKIP-PRINTER=all -SKIP-CHECKREADER=allCWS is installed. Printers are not installed. Checkreader is not installed.