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

单片机开发

开发平台:

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. provider=%Rainbow%
  9. DriverVer=07/23/2002, 5.41.0.0
  10. [Manufacturer]
  11. %Rainbow%=Rainbow
  12. [Rainbow]
  13. %USBVID_04B9&PID_0300.DeviceDesc%=SNTNLUSB, USBVID_04B9&PID_0300
  14. [SourceDisksNames]
  15. 1=%DiskName%,,,
  16. [SourceDisksFiles]
  17. SNTNLUSB.SYS=1,,
  18. [ControlFlags]
  19. ; All PnP devices should be excluded from manual AddDevice Applet list
  20. ExcludeFromSelect.NTx86 = USBVID_04B9&PID_0300
  21. [DestinationDirs]
  22. DefaultDestDir = 12
  23. SNTNLUSB.SysCopy = 10,System32Drivers
  24. [SNTNLUSB]
  25. CopyFiles=SNTNLUSB.SysCopy
  26. AddReg=SNTNLUSB.AddReg
  27. [SNTNLUSB.SysCopy]
  28. SNTNLUSB.SYS
  29. [SNTNLUSB.AddReg]
  30. HKR,,DevLoader,,*ntkern
  31. HKR,,NTMPDriver,,SNTNLUSB.SYS
  32. HKLM,"SystemCurrentcontrolsetServicesSntnlusbParameters","MapSys",0x10001,1
  33. HKLM,"SystemCurrentcontrolsetServicesSntnlusbSetup","UsbSupport",0x10001,1
  34. HKLM,"SystemCurrentcontrolsetServicesSntnlusbCurrent","VersionString",,"SSD5.41.0"
  35. [Strings]
  36. Rainbow="Rainbow Technologies, Inc."
  37. DisplayClassName="Software Security Token"
  38. USBVID_04B9&PID_0300.DeviceDesc="Rainbow USB SuperPro"
  39. SNTNLUSB.SvcDesc="Rainbow USB SuperPro"
  40. DiskName="Sentinel System Driver Installation Disk"