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.

46 lines
965 B

  1. ; Installation inf for IRBUS Driver
  2. ;
  3. [Version]
  4. Signature="$WINDOWS NT$"
  5. Class=USB
  6. ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
  7. Provider=%MSFT%
  8. LayoutFile=layout.inf
  9. [Manufacturer]
  10. %Microsoft%=MicrosoftHw
  11. [MicrosoftHw]
  12. %USB\VID_045E&PID_006D.DeviceDesc%=IrBus, USB\VID_045E&PID_006D
  13. [ControlFlags]
  14. ExcludeFromSelect=USB\VID_045E&PID_006D
  15. [DestinationDirs]
  16. DefaultDestDir = 12
  17. [IrBus.NT]
  18. CopyFiles=IrBus.NT.Copy
  19. [IrBus.NT.Copy]
  20. IrBus.sys
  21. [IrBus.NT.HW]
  22. AddReg=IrBus.NT.AddReg.HW
  23. [IrBus.NT.AddReg.HW]
  24. HKR,,"Security",,"D:P(A;;GA;;;SY)(A;;GA;;;LS)"
  25. [IrBus.NT.Services]
  26. AddService = IrBus,0x00000002,IrBus.AddService
  27. [IrBus.AddService]
  28. DisplayName = %IrBus.SvcDesc%
  29. ServiceType = 1 ; SERVICE_KERNEL_DRIVER
  30. StartType = 3 ; SERVICE_DEMAND_START
  31. ErrorControl = 1 ; SERVICE_ERROR_NORMAL
  32. ServiceBinary = %12%\IrBus.sys
  33. LoadOrderGroup = PNP Filter