home *** CD-ROM | disk | FTP | other *** search
INI File | 2006-03-31 | 2.1 KB | 91 lines |
- ;------------------------------------------------------------------------------
- ; Copyright (c) 2000-2002 Identix Incorporated
-
- [Version]
- Signature=$Windows NT$
- Class = Biometric
- ClassGuid = {53D29EF7-377C-4D14-864B-EB3A85769359}
- DriverVer=05/14/2002,1.1.6.0
- Provider=%DeviceManufacturer%
- CatalogFile=itport2k.cat
-
- ;---------- Class installer
-
- ; Win NT 2000 section
- [ClassInstall32]
- AddReg=DFR_ClassAddReg32
-
- [DFR_ClassAddReg32]
- HKR,,,0,%DFRClassName%
-
- [Manufacturer]
- %DeviceManufacturer%=Identix_Incorporated
-
- ;---------- devices list
- [Identix_Incorporated]
- %DFR200S%=itport2k_200S,LPTENUM\VID_04E6PID_800000208ED7
- %DFR200%=itport2k_200,DFR200PP
-
- [ControlFlags]
- ExcludeFromSelect=LPTENUM\VID_04E6PID_800000208ED7
-
- ; for DFR-200 Parallel Fingerprint Reader
- [itport2k_200.NT]
- CopyFiles=SysFileSection
-
- [itport2k_200.NT.Services]
- AddService = itport2k,0x00000002,itport2k_ServiceInst200
-
- [itport2k_ServiceInst200]
- DisplayName=%DeviceDescription%
- ServiceType=1 ; kernel driver
- StartType=1; boot start
- ErrorControl=1 ; normal
- ServiceBinary=%12%\itport2k.sys
- LoadOrderGroup = port
- DelReg = itport2kDelReg
-
- ; for DFR-200 Pass-through Parallel Fingerprint Reader
- [itport2k_200S.NT]
- CopyFiles=SysFileSection
-
- [itport2k_200S.NT.Services]
- AddService = itport2k,0x00000002,itport2k_ServiceInst200S
-
- [itport2k_ServiceInst200S]
- DisplayName=%DeviceDescription%
- ServiceType=1 ; kernel driver
- StartType=1; boot start
- ErrorControl=1 ; normal
- ServiceBinary=%12%\itport2k.sys
- LoadOrderGroup = port
- AddReg = itport2k_200S_AddReg
- DelReg = itport2kDelReg
-
- [itport2k_200S_AddReg]
- HKR,Parameters,"Use TPIM Device",0x00010001,1
-
- [itport2kDelReg]
- HKR,Security
-
- [DestinationDirs]
- DefaultDestDir=11
- SysFileSection=12
-
- [SysFileSection]
- itport2k.sys
-
- [SourceDisksNames]
- 1=%DriverDiskName%,,
-
- [SourceDisksFiles]
- itport2k.sys=1
-
- [Strings]
- DeviceManufacturer="Identix Incorporated"
- DFR200S="DFR-200 Pass-Through Parallel Fingerprint Reader"
- DFR200="DFR-200 Parallel Fingerprint Reader"
- DeviceDescription="DFR200x Fingerprint Reader"
- DFRClassName="Biometric devices"
- DriverDiskName="BSS Drivers Installation Disk"
-