When the 123ID BSP is installed in silent mode a configuration file is specified to control the unattended installation. In the command line type SetupCVTBioAPI –s configurationfile.ini The configurationfile.ini is a typical windows configuration file. This is an example of a configuration file: [options] installBioAPIFramework=1 [sensors] numInstallSensorDrivers=2 installSensorDriver1=2 installSensorDriver2=1 numSelectSensors=2 selectSensor1=41 flipSensor1=0 selectSensor2=15 flipSensor2=1 [custom] minimunFingersToEnroll=2 logoCapture="PoweredbyS_base.bmp" logoEnroll="Poweredby_Enroll_base.bmp" |