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.

150 lines
3.8 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. "%APTI%"=APTI.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. [APTI.JPN]
  34. "APTi PowerTyper M250" = ATM250J.GPD, LPTENUM\APTiM250C365,APTiM250C365,APTi_PowerTyper_M250
  35. "APTi PowerTyper M550" = ATM550J.GPD, LPTENUM\APTiM55002D4,APTiM55002D4,APTi_PowerTyper_M550
  36. "APTi PowerTyper M580" = ATM580J.GPD, LPTENUM\APTiM58092D0,APTiM58092D0,APTi_PowerTyper_M580
  37. "APTi PowerTyper M603" = ATM603J.GPD, APTi_PowerTyper_M603
  38. "APTi PowerTyper M613S" = ATM613SJ.GPD, APTi_PowerTyper_M613S
  39. "APTi PowerTyper M623HB" = ATM623HJ.GPD, APTi_PowerTyper_M623HB
  40. "APTi PowerTyper M643" = ATM643J.GPD, APTi_PowerTyper_M643
  41. "APTi PowerTyper M703" = ATM703J.GPD, APTi_PowerTyper_M703
  42. ;
  43. ; Installer Sections
  44. ;
  45. ; These sections control file installation, and reference all files that
  46. ; need to be copied. The section name will be assumed to be the driver
  47. ; file, unless there is an explicit DriverFile section listed.
  48. ;
  49. [ATM250J.GPD]
  50. CopyFiles=@ATEPJRES.DLL,@ATM250J.GPD,UNIDRV
  51. DataSection=UNIDRV_DATA
  52. DataFile=ATM250J.GPD
  53. [ATM550J.GPD]
  54. CopyFiles=@ATEPJRES.DLL,@ATM550J.GPD,UNIDRV
  55. DataSection=UNIDRV_DATA
  56. DataFile=ATM550J.GPD
  57. [ATM580J.GPD]
  58. CopyFiles=@ATEPJRES.DLL,@ATM580J.GPD,UNIDRV
  59. DataSection=UNIDRV_DATA
  60. DataFile=ATM580J.GPD
  61. [ATM603J.GPD]
  62. CopyFiles=@ATEPJRES.DLL,@ATM603J.GPD,UNIDRV
  63. DataSection=UNIDRV_DATA
  64. DataFile=ATM603J.GPD
  65. [ATM613SJ.GPD]
  66. CopyFiles=@ATEPJRES.DLL,@ATM613SJ.GPD,UNIDRV
  67. DataSection=UNIDRV_DATA
  68. DataFile=ATM613SJ.GPD
  69. [ATM623HJ.GPD]
  70. CopyFiles=@ATEPJRES.DLL,@ATM623HJ.GPD,UNIDRV
  71. DataSection=UNIDRV_DATA
  72. DataFile=ATM623HJ.GPD
  73. [ATM643J.GPD]
  74. CopyFiles=@ATEPJRES.DLL,@ATM643J.GPD,UNIDRV
  75. DataSection=UNIDRV_DATA
  76. DataFile=ATM643J.GPD
  77. [ATM703J.GPD]
  78. CopyFiles=@ATEPJRES.DLL,@ATM703J.GPD,UNIDRV
  79. DataSection=UNIDRV_DATA
  80. DataFile=ATM703J.GPD
  81. ; Copy Sections
  82. ;
  83. ; Lists of files that are actually copied. These sections are referenced
  84. ; from the installer sections, above. Only create a section if it contains
  85. ; two or more files (if we only copy a single file, identify it in the
  86. ; installer section, using the @filename notation) or if it's a color
  87. ; profile (since the DestinationDirs can only handle sections, and not
  88. ; individual files).
  89. ;
  90. [UNIDRV]
  91. UNIDRV.DLL
  92. UNIRES.DLL
  93. ;;GPDPARSE.DLL
  94. UNIDRVUI.DLL
  95. STDNAMES.GPD
  96. UNIDRV.HLP
  97. ;
  98. ; Data Sections
  99. ;
  100. ; These sections contain data that is shared between devices.
  101. ;
  102. [UNIDRV_DATA]
  103. DriverFile=UNIDRV.DLL
  104. ConfigFile=UNIDRVUI.DLL
  105. HelpFile=UNIDRV.HLP
  106. ;
  107. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  108. ; (depending on which environment drivers are getting installed)
  109. ;
  110. [DestinationDirs]
  111. DefaultDestDir=66000
  112. ;
  113. ; Control Flags
  114. ;
  115. [ControlFlags]
  116. ExcludeFromSelect = 2369
  117. ;
  118. ; Localizable Strings
  119. ;
  120. [Strings]
  121. ;MS="Microsoft Windows NT 5.0"
  122. MS="Local Testing - APDL"
  123. PrinterClassName="Printer"
  124. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  125. APTI="APTi"