Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
1.6 KiB

  1. [Version]
  2. Signature="$CHICAGO$"
  3. Class=USB
  4. ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
  5. provider=%MSFT%
  6. LayoutFile=Layout.inf
  7. [Manufacturer]
  8. %MfgName%=Diamond
  9. [Diamond]
  10. %USB\VID_045A&PID_5001.DeviceDesc%=RioDrv.Dev, USB\VID_045A&PID_5001
  11. ;[PreCopySection]
  12. ;HKR,,NoSetupUI,,1
  13. [DestinationDirs]
  14. RioDrv.Files.Ext = 10,System32\Drivers
  15. RioDrv.Files.Inf = 17
  16. Rio600.Files.Ext = 11
  17. [RioDrv.Dev]
  18. CopyFiles=RioDrv.Files.Ext, Rio600.Files.Ext
  19. AddReg=RioDrv.AddReg, Rio600.AddReg
  20. [RioDrv.Dev.NT]
  21. CopyFiles=RioDrv.Files.Ext, Rio600.Files.Ext
  22. AddReg=RioDrv.AddReg, Rio600.AddReg
  23. [RioDrv.Dev.NT.Services]
  24. Addservice = RioDrv, 0x00000002, RioDrv.AddService
  25. [RioDrv.AddService]
  26. DisplayName = %RioDrv.SvcDesc%
  27. ServiceType = 1 ; SERVICE_KERNEL_DRIVER
  28. StartType = 3 ; SERVICE_DEMAND_START
  29. ErrorControl = 1 ; SERVICE_ERROR_NORMAL
  30. ServiceBinary = %10%\System32\Drivers\RioDrv.sys
  31. LoadOrderGroup = Base
  32. [RioDrv.AddReg]
  33. HKR,,DevLoader,,*ntkern
  34. HKR,,NTMPDriver,,RioDrv.sys
  35. HKLM,"System\Currentcontrolset\Services\RioDrv\Parameters","MaximumTransferSize",0x10001,65536
  36. HKLM,"System\Currentcontrolset\Services\RioDrv\Parameters","DownloadPktSize",0x10001,512
  37. HKLM,"System\Currentcontrolset\Services\RioDrv\Parameters","DebugLevel",0x10001,2
  38. [Rio600.AddReg]
  39. HKLM,%RunOnce%,"Rio600.Reg1",2,"%11%\regsvr32 /s """%11%\spRio600.dll""""
  40. HKLM,%RunOnce%,"Rio600.Reg3",2,"%11%\regsvr32 /s """%11%\MDWMDMsp.dll""""
  41. [RioDrv.Files.Ext]
  42. RioDrv.sys
  43. [Rio600.Files.Ext]
  44. spRio600.dll
  45. MDWMDMsp.dll