home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 5 / Windows / inf / usbccid.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  3.6 KB  |  75 lines

  1. ; USBCCID.INF
  2. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  3.  
  4.  
  5.  
  6. ;;++ Added by AddSDisk.cmd
  7. [SourceDisksNames]
  8. 3426=windows cd
  9.  
  10. [SourceDisksFiles]
  11. usbccid.sys         = 3426
  12. ;;--
  13.  
  14. [Version]
  15. Signature="$Windows NT$"
  16. Class=SmartCardReader
  17. ClassGuid={50DD5230-BA8A-11D1-BF5D-0000F805F530}
  18. Provider=%Msft%
  19. DriverVer=06/21/2006,6.0.6001.18000
  20. ;; Commented by AddSDisk.cmd
  21. ;; LayoutFile=layout.inf
  22.  
  23. [Manufacturer]
  24. %CCID%=CCID,NTx86
  25.  
  26. ; ============ Add reg for all readers ===============
  27.  
  28. [Reader.Install.AddReg]
  29. HKLM, Software\Microsoft\Cryptography\Calais\Readers,,,
  30. HKLM, System\CurrentControlSet\Services\SCardSvr,Start,0x00010001,2
  31. HKLM, System\CurrentControlSet\Services\CertPropSvc,Start,0x00010001,2
  32.  
  33. ; **************************
  34. ; USB CCID Compliant Readers
  35. ; **************************
  36. [CCID.NTx86]
  37. %USBCCID.DeviceDesc% = USBCCID.Install,,USB\Class_0B&SubClass_00,USB\Class_0B
  38.  
  39. [USBCCID.Install.NT]
  40. AddReg          = Reader.Install.AddReg
  41. CopyFiles       = USBCCID.Install.CopyFiles
  42. AddProperty    = USBCCID.Install.AddProp
  43.  
  44. [USBCCID.Install.NT.HW]
  45. AddReg          = USBCCID.Install.AddReg.HW
  46.  
  47. [USBCCID.Install.AddReg.HW]
  48. HKR,,"VendorName",,"Generic"
  49. HKR,,"IfdType",,"USB Smartcard"
  50.  
  51. [USBCCID.Install.CopyFiles]
  52. usbccid.sys,,,2
  53.  
  54. [USBCCID.Install.AddProp]
  55. GenericDriverInstalled,,,,1
  56.  
  57. [USBCCID.Install.NT.Services]
  58. AddService = USBCCID, 2, USBCCID.Service
  59.  
  60. [USBCCID.Service]
  61. DisplayName     = %USBCCID.DeviceDesc%
  62. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  63. StartType       = 3 ;%SERVICE_AUTO_START%
  64. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  65. ServiceBinary   = %12%\usbccid.sys
  66.  
  67. [DestinationDirs]
  68. USBCCID.Install.CopyFiles = 12
  69.  
  70.  
  71. [Strings]
  72. Msft                    = "Microsoft"
  73. CCID                    = "USB CCID Compliant"
  74. USBCCID.DeviceDesc      = "USB Smart Card reader"
  75.