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.

111 lines
2.4 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. "%CASIO%"=CASIO.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. [CASIO.JPN]
  34. "CASIO N4-612" = CSN46J.GPD, LPTENUM\CASION4E46B,CASION4E46B,CASIO_N4
  35. ;
  36. ; Installer Sections
  37. ;
  38. ; These sections control file installation, and reference all files that
  39. ; need to be copied. The section name will be assumed to be the driver
  40. ; file, unless there is an explicit DriverFile section listed.
  41. ;
  42. [CSN46J.GPD]
  43. CopyFiles=@CSN46RES.DLL,@CSN46RES.INI,@CSN46J.GPD,COLOR_CASIO_N46,LUT_CASIO_N46,UNIDRV
  44. DataSection=UNIDRV_DATA
  45. DataFile=CSN46J.GPD
  46. ; Copy Sections
  47. ;
  48. ; Lists of files that are actually copied. These sections are referenced
  49. ; from the installer sections, above. Only create a section if it contains
  50. ; two or more files (if we only copy a single file, identify it in the
  51. ; installer section, using the @filename notation) or if it's a color
  52. ; profile (since the DestinationDirs can only handle sections, and not
  53. ; individual files).
  54. ;
  55. [LUT_CASIO_N46]
  56. CPN4RGBX.LUT
  57. CPN4RGBY.LUT
  58. [UNIDRV]
  59. UNIDRV.DLL
  60. UNIRES.DLL
  61. ;GPDPARSE.DLL
  62. UNIDRVUI.DLL
  63. STDNAMES.GPD
  64. UNIDRV.HLP
  65. ;
  66. ; Data Sections
  67. ;
  68. ; These sections contain data that is shared between devices.
  69. ;
  70. [UNIDRV_DATA]
  71. DriverFile=UNIDRV.DLL
  72. ConfigFile=UNIDRVUI.DLL
  73. HelpFile=UNIDRV.HLP
  74. ;
  75. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  76. ; (depending on which environment drivers are getting installed)
  77. ;
  78. [DestinationDirs]
  79. DefaultDestDir=66000
  80. COLOR_CASIO_N4=66003
  81. ;
  82. ; Control Flags
  83. ;
  84. [ControlFlags]
  85. ExcludeFromSelect = 2369
  86. ;
  87. ; Localizable Strings
  88. ;
  89. [Strings]
  90. ;MS="Microsoft Windows NT 5.0"
  91. MS="Local Testing - CASN4"
  92. PrinterClassName="Printer"
  93. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  94. CASIO="Casio"
  95.