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.

97 lines
1.9 KiB

  1. [Version]
  2. Signature="$Windows NT$"
  3. Class=Dot4Print
  4. ClassGUID={49ce6ac8-6f86-11d2-b1e5-0080c72e74a2}
  5. Provider=%MSFT%
  6. LayoutFile=layout.inf
  7. ;====================================================
  8. [ClassInstall32]
  9. ;
  10. ; Add the Dot4Print class GUID to SYSTEM\CCS\Control\Class
  11. ;
  12. AddReg = Dot4PrintClassAddReg
  13. [Dot4PrintClassAddReg]
  14. ;
  15. ; Give the class a descriptive name and an icon
  16. ;
  17. HKR,,,,%ClassName%
  18. HKR,,Icon,,"-4"
  19. HKR,,NoInstallClass,,1
  20. ;====================================================
  21. [Manufacturer]
  22. %MSFT%=D4P_Models
  23. [D4P_Models]
  24. ;
  25. ; This INF supports models with these PnP IDs
  26. ; (Enumerated by any enumerator (*))
  27. ;
  28. %D4Print%=Dot4Print_Inst,DOT4\PRINT
  29. [Dot4Print_Inst.NT]
  30. ;
  31. ; Copy files for the W2K installation
  32. ;
  33. CopyFiles=Dot4Print_CopyFiles
  34. [Dot4Print_CopyFiles]
  35. ;
  36. ; For all this, just one file...
  37. ;
  38. Dot4Prt.sys
  39. [Dot4Print_Inst.NT.HW]
  40. ;
  41. ; Special configuration info
  42. ;
  43. AddReg=Dot4Print_AddReg
  44. [Dot4Print_AddReg]
  45. ;
  46. ; Add keys under Enum\enumeratorID\device-instance-id
  47. ;
  48. ;HKR,,"ReadService",,%ReadServiceName%
  49. ;HKR,,"WriteService",,%WriteServiceName%
  50. HKR,,"ReadSocketId",0x00010001,0x0002
  51. HKR,,"WriteSocketId",0x00010001,0x0002
  52. HKR,,"ReadBufferSize",0x00010001,0x7FFF
  53. HKR,,"WriteBufferSize",0x00010001,0x7FFF
  54. [Dot4Print_Inst.NT.Services]
  55. ;
  56. ; Add the Dot4 driver as a service
  57. ;
  58. AddService=Dot4Print,0x00000002,Dot4PrintService
  59. [Dot4PrintService]
  60. ;
  61. ; Service configuration info
  62. ;
  63. DisplayName = %Dot4Print_Name%
  64. ServiceType = 1 ; Kernel driver
  65. StartType = 3 ; Manual start
  66. ErrorControl = 1 ; Error ignore
  67. ServiceBinary = %12%\Dot4Prt.sys
  68. ;====================================================
  69. [ControlFlags]
  70. ExcludeFromSelect = *
  71. ;====================================================
  72. [DestinationDirs]
  73. DefaultDestDir = 10,System32\drivers