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.

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