home *** CD-ROM | disk | FTP | other *** search
/ Compilation of drivers fo…old hardware for windows / drivers20000.iso / itport2k.inf < prev    next >
Encoding:
INI File  |  2006-03-31  |  2.1 KB  |  91 lines

  1. ;------------------------------------------------------------------------------
  2. ; Copyright (c) 2000-2002 Identix Incorporated
  3.  
  4. [Version]
  5. Signature=$Windows NT$
  6. Class = Biometric
  7. ClassGuid = {53D29EF7-377C-4D14-864B-EB3A85769359}
  8. DriverVer=05/14/2002,1.1.6.0
  9. Provider=%DeviceManufacturer%
  10. CatalogFile=itport2k.cat
  11.  
  12. ;---------- Class installer
  13.  
  14. ; Win NT 2000 section
  15. [ClassInstall32]
  16. AddReg=DFR_ClassAddReg32
  17.  
  18. [DFR_ClassAddReg32]
  19. HKR,,,0,%DFRClassName%
  20.  
  21. [Manufacturer]
  22. %DeviceManufacturer%=Identix_Incorporated
  23.  
  24. ;---------- devices list
  25. [Identix_Incorporated]
  26. %DFR200S%=itport2k_200S,LPTENUM\VID_04E6PID_800000208ED7
  27. %DFR200%=itport2k_200,DFR200PP
  28.  
  29. [ControlFlags]
  30. ExcludeFromSelect=LPTENUM\VID_04E6PID_800000208ED7
  31.  
  32. ; for DFR-200 Parallel Fingerprint Reader 
  33. [itport2k_200.NT]
  34. CopyFiles=SysFileSection
  35.  
  36. [itport2k_200.NT.Services]
  37. AddService = itport2k,0x00000002,itport2k_ServiceInst200
  38.  
  39. [itport2k_ServiceInst200]
  40. DisplayName=%DeviceDescription%
  41. ServiceType=1 ; kernel driver
  42. StartType=1; boot start
  43. ErrorControl=1 ; normal
  44. ServiceBinary=%12%\itport2k.sys
  45. LoadOrderGroup = port
  46. DelReg = itport2kDelReg
  47.  
  48. ; for DFR-200 Pass-through Parallel Fingerprint Reader
  49. [itport2k_200S.NT]
  50. CopyFiles=SysFileSection
  51.  
  52. [itport2k_200S.NT.Services]
  53. AddService = itport2k,0x00000002,itport2k_ServiceInst200S
  54.  
  55. [itport2k_ServiceInst200S]
  56. DisplayName=%DeviceDescription%
  57. ServiceType=1 ; kernel driver
  58. StartType=1; boot start
  59. ErrorControl=1 ; normal
  60. ServiceBinary=%12%\itport2k.sys
  61. LoadOrderGroup = port
  62. AddReg = itport2k_200S_AddReg
  63. DelReg = itport2kDelReg
  64.  
  65. [itport2k_200S_AddReg]
  66. HKR,Parameters,"Use TPIM Device",0x00010001,1
  67.  
  68. [itport2kDelReg]
  69. HKR,Security
  70.  
  71. [DestinationDirs]
  72. DefaultDestDir=11
  73. SysFileSection=12
  74.  
  75. [SysFileSection]
  76. itport2k.sys
  77.  
  78. [SourceDisksNames]
  79. 1=%DriverDiskName%,,
  80.  
  81. [SourceDisksFiles]
  82. itport2k.sys=1
  83.  
  84. [Strings]
  85. DeviceManufacturer="Identix Incorporated"
  86. DFR200S="DFR-200 Pass-Through Parallel Fingerprint Reader"
  87. DFR200="DFR-200 Parallel Fingerprint Reader"
  88. DeviceDescription="DFR200x Fingerprint Reader"
  89. DFRClassName="Biometric devices"
  90. DriverDiskName="BSS Drivers Installation Disk"
  91.