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.

121 lines
2.6 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. [SourceDisksNames]
  14. 41 = %Disk1%,,,""
  15. [printer_class_addreg]
  16. HKR,,,,%PrinterClassName%
  17. HKR,,Icon,,"-4"
  18. HKR,,Installer32,,"ntprint.dll,ClassInstall32"
  19. HKR,,NoDisplayClass,,1
  20. ;
  21. ; Manufacturer section.
  22. ;
  23. ; This section lists all of the manufacturers
  24. ; that we will display in the Dialog box
  25. ;
  26. [Manufacturer]
  27. "%CASIO%"=CASIO.JPN
  28. ;
  29. ; Model sections.
  30. ;
  31. ; Each section here corresponds with an entry listed in the
  32. ; [Manufacturer] section, above. The models will be displayed in the order
  33. ; that they appear in the INF file.
  34. ;
  35. [CASIO.JPN]
  36. "CASIO N5" = CSN5J.GPD, LPTENUM\CASION524AA,CASION524AA,CASIO_N5
  37. ;
  38. ; Installer Sections
  39. ;
  40. ; These sections control file installation, and reference all files that
  41. ; need to be copied. The section name will be assumed to be the driver
  42. ; file, unless there is an explicit DriverFile section listed.
  43. ;
  44. [CSN5J.GPD]
  45. CopyFiles=@CSN5RES.DLL,@CSN5RES.INI,@CSN5J.GPD,COLOR_CASIO_N5,LUT_CASIO_N5,UNIDRV
  46. DataSection=UNIDRV_DATA
  47. DataFile=CSN5J.GPD
  48. ; Copy Sections
  49. ;
  50. ; Lists of files that are actually copied. These sections are referenced
  51. ; from the installer sections, above. Only create a section if it contains
  52. ; two or more files (if we only copy a single file, identify it in the
  53. ; installer section, using the @filename notation) or if it's a color
  54. ; profile (since the DestinationDirs can only handle sections, and not
  55. ; individual files).
  56. ;
  57. [COLOR_CASIO_N5]
  58. CPN5RN10.ICM
  59. [LUT_CASIO_N5]
  60. CPN5RGB.LT3
  61. CPN5NML.DIZ
  62. [UNIDRV]
  63. UNIDRV.DLL
  64. UNIRES.DLL
  65. UNIDRVUI.DLL
  66. STDNAMES.GPD
  67. UNIDRV.HLP
  68. ;
  69. ; Data Sections
  70. ;
  71. ; These sections contain data that is shared between devices.
  72. ;
  73. [UNIDRV_DATA]
  74. DriverFile=UNIDRV.DLL
  75. ConfigFile=UNIDRVUI.DLL
  76. HelpFile=UNIDRV.HLP
  77. ;
  78. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  79. ; (depending on which environment drivers are getting installed)
  80. ;
  81. [DestinationDirs]
  82. DefaultDestDir=66000
  83. COLOR_CASIO_N5=66003
  84. [SourceDisksFiles]
  85. CSN5RES.DLL = 41 ,,
  86. CSN5RES.INI = 41 ,,
  87. CSN5J.GPD = 41 ,,
  88. ;
  89. ; Control Flags
  90. ;
  91. [ControlFlags]
  92. ExcludeFromSelect = 2369
  93. ;
  94. ; Localizable Strings
  95. ;
  96. [Strings]
  97. ;MS="Microsoft Windows Whistler"
  98. MS="Local Testing - CASN5"
  99. PrinterClassName="Printer"
  100. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  101. CASIO="Casio"