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.

137 lines
3.7 KiB

  1. ; NTPRINT.INF (for SUR)
  2. ;
  3. ; List of supported printers, manufacturers
  4. ;
  5. [Version]
  6. Signature="$Windows NT$"
  7. Provider=%MS%
  8. LayoutFile=layout.inf
  9. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  10. Class=Printer
  11. [ClassInstall32.NT]
  12. AddReg=printer_class_addreg
  13. [printer_class_addreg]
  14. HKR,,,,%PrinterClassName%
  15. HKR,,Icon,,"-4"
  16. HKR,,Installer32,,"ntprint.dll,ClassInstall32"
  17. HKR,,NoDisplayClass,,1
  18. ;
  19. ; Manufacturer section.
  20. ;
  21. ; This section lists all of the manufacturers
  22. ; that we will display in the Dialog box
  23. ;
  24. [Manufacturer]
  25. "%CANON%"=CANON.JPN
  26. ;
  27. ; Model sections.
  28. ;
  29. ; Each section here corresponds with an entry listed in the
  30. ; [Manufacturer] section, above. The models will be displayed in the order
  31. ; that they appear in the INF file.
  32. ;
  33. [CANON.JPN]
  34. "Canon LBP-320 LIPS3" = CNL320J.GPD, LPTENUM\CANONLASER_SHOT_LBP-A2D2,CANONLASER_SHOT_LBP-A2D2,Canon_LBP-320_LIPS3
  35. "Canon LBP-430 LIPS4" = CNL430J.GPD, LPTENUM\CANONLASER_SHOT_LBP-F362,CANONLASER_SHOT_LBP-F362,Canon_LBP-430_LIPS4
  36. "Canon LBP-740 LIPS4" = CNL740J.GPD, LPTENUM\CANONLASER_SHOT_LBP-C390,CANONLASER_SHOT_LBP-C390,Canon_LBP-740_LIPS4
  37. "Canon LBP-750 LIPS4" = CNL750J.GPD, LPTENUM\CANONLASER_SHOT_LBP-5391,CANONLASER_SHOT_LBP-5391,Canon_LBP-750_LIPS4
  38. "Canon LBP-930 LIPS4" = CNL930J.GPD, LPTENUM\CANONLASER_SHOT_LBP-30F3,CANONLASER_SHOT_LBP-30F3,Canon_LBP-930_LIPS4
  39. "Canon LBP-930EX LIPS4" = CNL930XJ.GPD, LPTENUM\CANONLASER_SHOT_LBP-30F3,CANONLASER_SHOT_LBP-30F3,Canon_LBP-930EX_LIPS4
  40. ;
  41. ; Installer Sections
  42. ;
  43. ; These sections control file installation, and reference all files that
  44. ; need to be copied. The section name will be assumed to be the driver
  45. ; file, unless there is an explicit DriverFile section listed.
  46. ;
  47. [CNL320J.GPD]
  48. CopyFiles=@CNL4JRES.DLL,@CNL4JRES.INI,@CNL320J.GPD,UNIDRV
  49. DataSection=UNIDRV_DATA
  50. DataFile=CNL320J.GPD
  51. [CNL430J.GPD]
  52. CopyFiles=@CNL4JRES.DLL,@CNL4JRES.INI,@CNL430J.GPD,UNIDRV
  53. DataSection=UNIDRV_DATA
  54. DataFile=CNL430J.GPD
  55. [CNL740J.GPD]
  56. CopyFiles=@CNL4JRES.DLL,@CNL4JRES.INI,@CNL740J.GPD,UNIDRV
  57. DataSection=UNIDRV_DATA
  58. DataFile=CNL740J.GPD
  59. [CNL750J.GPD]
  60. CopyFiles=@CNL4JRES.DLL,@CNL4JRES.INI,@CNL750J.GPD,UNIDRV
  61. DataSection=UNIDRV_DATA
  62. DataFile=CNL750J.GPD
  63. [CNL930J.GPD]
  64. CopyFiles=@CNL4JRES.DLL,@CNL4JRES.INI,@CNL930J.GPD,UNIDRV
  65. DataSection=UNIDRV_DATA
  66. DataFile=CNL930J.GPD
  67. [CNL930XJ.GPD]
  68. CopyFiles=@CNL4JRES.DLL,@CNL4JRES.INI,@CNL930XJ.GPD,UNIDRV
  69. DataSection=UNIDRV_DATA
  70. DataFile=CNL930XJ.GPD
  71. ; Copy Sections
  72. ;
  73. ; Lists of files that are actually copied. These sections are referenced
  74. ; from the installer sections, above. Only create a section if it contains
  75. ; two or more files (if we only copy a single file, identify it in the
  76. ; installer section, using the @filename notation) or if it's a color
  77. ; profile (since the DestinationDirs can only handle sections, and not
  78. ; individual files).
  79. ;
  80. [UNIDRV]
  81. UNIDRV.DLL
  82. UNIRES.DLL
  83. GPDPARSE.DLL
  84. UNIDRVUI.DLL
  85. STDNAMES.GPD
  86. RASDDUI.HLP
  87. ;
  88. ; Data Sections
  89. ;
  90. ; These sections contain data that is shared between devices.
  91. ;
  92. [UNIDRV_DATA]
  93. DriverFile=UNIDRV.DLL
  94. ConfigFile=UNIDRVUI.DLL
  95. HelpFile=RASDDUI.HLP
  96. ;
  97. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  98. ; (depending on which environment drivers are getting installed)
  99. ;
  100. [DestinationDirs]
  101. DefaultDestDir=66000
  102. ;
  103. ; Control Flags
  104. ;
  105. [ControlFlags]
  106. ExcludeFromSelect = 2369
  107. ;
  108. ; Localizable Strings
  109. ;
  110. [Strings]
  111. ;MS="Microsoft Windows NT 5.0"
  112. MS="Local Testing - CNL4JRES"
  113. PrinterClassName="Printer"
  114. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  115. CANON="Canon"