home *** CD-ROM | disk | FTP | other *** search
/ Compilation of drivers fo…old hardware for windows / drivers20000.iso / itcard.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2006-03-31  |  2.2 KB  |  87 lines

  1. ;------------------------------------------------------------------------------
  2. ; Copyright (c) 2000-2001 Identix Incorporated
  3.  
  4. [Version]
  5. Signature = "$Windows NT$"
  6. Class = Biometric
  7. ClassGuid = {53D29EF7-377C-4D14-864B-EB3A85769359}
  8. Provider = %DeviceManufacturer%
  9. DriverVer = 09/27/2001,1.1.25.0
  10. CatalogFile = itcard.cat
  11.  
  12. ;------------------------------------------------------------------------------
  13. ; Class sections
  14.  
  15. [ClassInstall32]
  16. AddReg = DFR_ClassAddReg32
  17.  
  18. [DFR_ClassAddReg32]
  19. HKR,,,,%DeviceClassName%
  20.  
  21. ;------------------------------------------------------------------------------
  22. ; Table of content
  23.  
  24. [Manufacturer]
  25. %DeviceManufacturer% = Identix
  26.  
  27. [Identix]
  28. %DeviceDescription% = ITPCFR, PCMCIA\Identicator_Technology__Inc.-PCCARD_Fingerprint_Reader-F16C
  29. %DeviceDescription% = ITPCFR, PCMCIA\Identix_Incorporated-BioTouch_PC_Card_Fingerprint_Reader-5EA9
  30. %Device400Description% = ITPCFR, PCMCIA\Identix_Incorporated-DFR-400_PC_Card_Fingerprint_Reader-D096
  31.  
  32. [ControlFlags]
  33. ExcludeFromSelect = *
  34.  
  35. ;------------------------------------------------------------------------------
  36. ; Windows XP sections
  37.  
  38. [ITPCFR.NT]
  39. CopyFiles = ITPCFR_Copy_Sys_Files_NT
  40.  
  41. [ITPCFR.NT.Services]
  42. AddService = itcard, 2, ITPCFR_Service_NT
  43.  
  44. [ITPCFR.NT.LogConfigOverride]
  45. LogConfig = ITPCFR_LogConfig_NT
  46.  
  47. [ITPCFR_Service_NT]
  48. DisplayName = %DeviceDescription%
  49. ServiceType = 1
  50. StartType = 3
  51. ErrorControl = 1
  52. ServiceBinary = %12%\itcard.sys
  53. DelReg = ITPCFR_Delete_Security
  54.  
  55. [ITPCFR_Delete_Security]
  56. HKR,Security
  57.  
  58. [ITPCFR_LogConfig_NT]
  59. ConfigPriority = NORMAL
  60. MemConfig = 1000@C8000-FFFFFFFF%FFFFF000(D)
  61. PcCardConfig = 1:40000(M)
  62.  
  63. ;------------------------------------------------------------------------------
  64. ; Common sections
  65.  
  66. [ITPCFR_Copy_Sys_Files_NT]
  67. itcard.sys
  68.  
  69. [DestinationDirs]
  70. DefaultDestDir = 11
  71. ITPCFR_Copy_Sys_Files_NT = 12
  72.  
  73. [SourceDisksNames]
  74. 1 = %DeviceDiskName%,,
  75.  
  76. [SourceDisksFiles]
  77. itcard.sys = 1
  78.  
  79. [Strings]
  80. ; DO NOT change next three lines
  81. DeviceManufacturer = "Identix Incorporated"
  82. DeviceDescription = "BioTouch PC Card Fingerprint Reader"
  83. Device400Description = "DFR-400 PC Card Fingerprint Reader"
  84.  
  85. DeviceClassName = "Biometric devices"
  86. DeviceDiskName = "Fingerprint Reader Components Installation Disk"
  87.