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.

171 lines
4.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. [SourceDisksNames]
  14. 41 = %Disk1%,,,""
  15. [SourceDisksFiles]
  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-7100" = CSCP710J.GPD, LPTENUM\CASIOCP-71007420,CASIOCP-71007420,CASIO_CP-7100
  38. "CASIO CP-7200" = CSCP720J.GPD, LPTENUM\CASIOCP-720074D0,CASIOCP-720074D0,CASIO_CP-7200
  39. "CASIO CP-7250" = CSCP725J.GPD, LPTENUM\CASIOCP-720074D0,CASIOCP-720074D0,CASIO_CP-7250
  40. "CASIO CP-7300" = CSCP730J.GPD, LPTENUM\CASIOCP-7300B483,CASIOCP-7300B483,CASIO_CP-7300
  41. "CASIO CP-7400" = CSCP740J.GPD, LPTENUM\CASIOCP-74007530,CASIOCP-74007530,CASIO_CP-7400
  42. "CASIO CP-7500" = CSCP750J.GPD, LPTENUM\CASIOCP-7500B561,CASIOCP-7500B561,CASIO_CP-7500
  43. "CASIO N4" = CSN4J.GPD, LPTENUM\CASION4E46B,CASION4E46B,CASIO_N4
  44. "CASIO CP-7XXXX" = CSCPE80J.GPD, CASIO_CP-7XXXX
  45. ;
  46. ; Installer Sections
  47. ;
  48. ; These sections control file installation, and reference all files that
  49. ; need to be copied. The section name will be assumed to be the driver
  50. ; file, unless there is an explicit DriverFile section listed.
  51. ;
  52. [CSCP710J.GPD]
  53. CopyFiles=@CASN4RES.DLL,@CASN4RES.INI,@CSCP710J.GPD,UNIDRV
  54. DataSection=UNIDRV_DATA
  55. DataFile=CSCP710J.GPD
  56. [CSCP720J.GPD]
  57. CopyFiles=@CASN4RES.DLL,@CASN4RES.INI,@CSCP720J.GPD,UNIDRV
  58. DataSection=UNIDRV_DATA
  59. DataFile=CSCP720J.GPD
  60. [CSCP725J.GPD]
  61. CopyFiles=@CASN4RES.DLL,@CASN4RES.INI,@CSCP725J.GPD,UNIDRV
  62. DataSection=UNIDRV_DATA
  63. DataFile=CSCP725J.GPD
  64. [CSCP730J.GPD]
  65. CopyFiles=@CASN4RES.DLL,@CASN4RES.INI,@CSCP730J.GPD,UNIDRV
  66. DataSection=UNIDRV_DATA
  67. DataFile=CSCP730J.GPD
  68. [CSCP740J.GPD]
  69. CopyFiles=@CASN4RES.DLL,@CASN4RES.INI,@CSCP740J.GPD,UNIDRV
  70. DataSection=UNIDRV_DATA
  71. DataFile=CSCP740J.GPD
  72. [CSCP750J.GPD]
  73. CopyFiles=@CASN4RES.DLL,@CASN4RES.INI,@CSCP750J.GPD,UNIDRV
  74. DataSection=UNIDRV_DATA
  75. DataFile=CSCP750J.GPD
  76. [CSN4J.GPD]
  77. CopyFiles=@CASN4RES.DLL,@CASN4RES.INI,@CSN4J.GPD,COLOR_CASIO_N4,UNIDRV
  78. DataSection=UNIDRV_DATA
  79. DataFile=CSN4J.GPD
  80. [CSCPE80J.GPD]
  81. CopyFiles=@CASN4RES.DLL,@CASN4RES.INI,@CSCPE80J.GPD,UNIDRV
  82. DataSection=UNIDRV_DATA
  83. DataFile=CSCPE80J.GPD
  84. ; Copy Sections
  85. ;
  86. ; Lists of files that are actually copied. These sections are referenced
  87. ; from the installer sections, above. Only create a section if it contains
  88. ; two or more files (if we only copy a single file, identify it in the
  89. ; installer section, using the @filename notation) or if it's a color
  90. ; profile (since the DestinationDirs can only handle sections, and not
  91. ; individual files).
  92. ;
  93. [COLOR_CASIO_N4]
  94. CSN4001.ICM
  95. CSN4002.ICM
  96. CSN4003.ICM
  97. [UNIDRV]
  98. UNIDRV.DLL
  99. UNIRES.DLL
  100. UNIDRVUI.DLL
  101. STDNAMES.GPD
  102. UNIDRV.HLP
  103. ;
  104. ; Data Sections
  105. ;
  106. ; These sections contain data that is shared between devices.
  107. ;
  108. [UNIDRV_DATA]
  109. DriverFile=UNIDRV.DLL
  110. ConfigFile=UNIDRVUI.DLL
  111. HelpFile=UNIDRV.HLP
  112. ;
  113. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  114. ; (depending on which environment drivers are getting installed)
  115. ;
  116. [DestinationDirs]
  117. DefaultDestDir=66000
  118. COLOR_CASIO_N4=66003
  119. [SourceDisksFiles]
  120. CASN4RES.DLL = 41 ,,
  121. CASN4RES.INI = 41 ,,
  122. CSCP710J.GPD = 41 ,,
  123. CSCP720J.GPD = 41 ,,
  124. CSCP725J.GPD = 41 ,,
  125. CSCP730J.GPD = 41 ,,
  126. CSCP740J.GPD = 41 ,,
  127. CSCP750J.GPD = 41 ,,
  128. CSN4J.GPD = 41 ,,
  129. CSCPE80J.GPD = 41 ,,
  130. ;
  131. ; Control Flags
  132. ;
  133. [ControlFlags]
  134. ExcludeFromSelect = 2369
  135. ;
  136. ; Localizable Strings
  137. ;
  138. [Strings]
  139. ;MS="Microsoft Windows NT 6.0"
  140. MS="Local Testing - CASN4"
  141. PrinterClassName="Printer"
  142. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  143. CASIO="Casio"