home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 4 / Windows / inf / usbccid.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  4KB  |  75 lines

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