usbport.inf
上传用户:boyan07
上传日期:2022-06-12
资源大小:2293k
文件大小:2k
源码类别:

通讯编程

开发平台:

Others

  1. ;*******************************************************************
  2. ; Installation file (.inf) for the USB to Serial ports device
  3. ; WDM Driver For WIN98
  4. ;
  5. ; (c) Copyright 2004 Ark Pioneer Microelectronics Ltd. 
  6. ;
  7. ;
  8. ; 22-Sep-2004
  9. ;*******************************************************************
  10. [Version]
  11. Signature="$Windows 95$"
  12. ; If device fits one of the standard classes, use the
  13. ; name and GUID here, otherwise create your own as
  14. ; this example shows.
  15. ;Class=USBPorts
  16. ;ClassGUID={07719748-AB81-4df6-BB88-302E4CFE0648}
  17. Class=USB
  18. provider=%Pro%
  19. DriverVer=06/20/2005,1.8.0.0
  20. [Manufacturer]
  21. %Pro%=Pro
  22. [Pro]
  23. %DeviceDesc%=usb2vcom, USBVID_6547&PID_0232
  24. [SourceDisksNames]
  25. 1=%Pro.Disk%,,,
  26. [SourceDisksFiles]
  27. usbport.sys=1,win9x
  28. ser2up.vxd=1,win9x
  29. ser2up.inf=1,win9x
  30. usbport.inf=1
  31. [DestinationDirs]
  32. USB2VCOM.Files.Ext = 11
  33. USB2VCOM.Files.Inf = 10,INF
  34. DefaultDestDir=12
  35. usb2vcom.NT.Copy=12
  36. ;--------- ClassInstall/ClassInstall32 Section -------------------------------
  37. ; Not necessary if using a standard class
  38. ; 9X Style
  39. [ClassInstall]
  40. Addreg=Class_AddReg
  41. [Class_AddReg]
  42. HKR,,,,%DeviceClassName%
  43. HKR,,Icon,,"-20"
  44. ;---------- DDInstall Sections -----------------------------------------------
  45. ; --------- Windows 9X -----------------
  46. [PreCopySection]
  47. HKR,,NoSetupUI,,1
  48. [usb2vcom]
  49. CopyFiles=USB2VCOM.Files.Ext, USB2VCOM.Files.Inf
  50. AddReg=USB2VCOM.AddReg
  51. [USB2VCOM.AddReg]
  52. HKR,,DevLoader,,*ntkern
  53. HKR,,NTMPDriver,,usbport.sys
  54. [USB2VCOM.Files.Ext]
  55. usbport.sys
  56. ser2up.vxd
  57. [USB2VCOM.Files.Inf]
  58. ;usbport.inf
  59. ;ser2up.inf
  60. [Strings]
  61. Pro = "ArkMicro"
  62. Pro.Disk = "USB-to Cable Diskete"
  63. DeviceDesc = "USB to Serial Ports"
  64. DeviceClassName="USB to Serial"