sntnlusb.inf
上传用户:zhuhong
上传日期:2013-04-10
资源大小:39093k
文件大小:2k
源码类别:

单片机开发

开发平台:

Windows_Unix

  1. ; Rainbow Technologies Sentinel SuperPro USB driver INF file
  2. ;
  3. ; Copyright (C) 2002 Rainbow Technologies, All rights reserved.
  4. [Version]
  5. Signature="$CHICAGO$"
  6. Class=USB
  7. ClassGuid={36fc9e60-c465-11cf-8056-444553540000}
  8. CatalogFile=sntnlusb.cat
  9. provider=%Rainbow%
  10. DriverVer=07/23/2002, 5.41.0.0
  11. [Manufacturer]
  12. %Rainbow%=Rainbow
  13. [Rainbow]
  14. %USBVID_04B9&PID_0300.DeviceDesc%=SNTNLUSB, USBVID_04B9&PID_0300
  15. [SourceDisksNames]
  16. 1=%DiskName%,,,
  17. [SourceDisksFiles]
  18. SNTNLUSB.SYS=1,,
  19. [ControlFlags]
  20. ; All PnP devices should be excluded from manual AddDevice Applet list
  21. ExcludeFromSelect.NTx86 = USBVID_04B9&PID_0300
  22. [DestinationDirs]
  23. DefaultDestDir = 12
  24. SNTNLUSB.SysCopy = 10,System32Drivers
  25. [SNTNLUSB.NTx86]
  26. CopyFiles=SNTNLUSB.SysCopy
  27. [SNTNLUSB.SysCopy]
  28. SNTNLUSB.SYS
  29. [SNTNLUSB.NTx86.Services]
  30. Addservice = SNTNLUSB, 0x00000002, SNTNLUSB.AddService
  31. [SNTNLUSB.AddService]
  32. DisplayName    = %SNTNLUSB.SvcDesc%
  33. ServiceType    = 1 ; SERVICE_KERNEL_DRIVER
  34. StartType      = 3 ; SERVICE_DEMAND_START
  35. ErrorControl   = 1 ; SERVICE_ERROR_NORMAL
  36. ServiceBinary  = %12%SNTNLUSB.SYS
  37. AddReg         = SNTNLUSB.AddReg.NTx86
  38. LoadOrderGroup = Base
  39. [SNTNLUSB.AddReg.NTx86]
  40. HKR,"Setup","UsbSupport",0x10001,1
  41. HKR,"Current","VersionString",,"SSD5.41.0"
  42. [Strings]
  43. Rainbow="Rainbow Technologies, Inc."
  44. DisplayClassName="Software Security Token"
  45. USBVID_04B9&PID_0300.DeviceDesc="Rainbow USB SuperPro"
  46. SNTNLUSB.SvcDesc="Rainbow USB SuperPro"
  47. DiskName="Sentinel System Driver Installation Disk"