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.

145 lines
3.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. [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. "%ALPS%"=ALPS
  26. "%ALPS%"=ALPS.JPN
  27. ;
  28. ; Model sections.
  29. ;
  30. ; Each section here corresponds with an entry listed in the
  31. ; [Manufacturer] section, above. The models will be displayed in the order
  32. ; that they appear in the INF file.
  33. ;
  34. [ALPS]
  35. "ALPS MD-2000" = ALMD200J.GPD, ALPS_MD-2000
  36. "ALPS MD-2010" = ALMD201J.GPD, ALPS_MD-2010
  37. "ALPS MD-4000" = ALMD400J.GPD, ALPS_MD-4000
  38. [ALPS.JPN]
  39. "ALPS MD-2000J" = ALMD200J.GPD, LPTENUM\ALPS___MD-2000J/T-01412C,ALPS___MD-2000J/T-01412C,ALPS_MD-2000J
  40. "ALPS MD-2010J" = ALMD201J.GPD, LPTENUM\ALPS___MD-2010J/T-21EFEC,ALPS___MD-2010J/T-21EFEC,ALPS_MD-2010J
  41. "ALPS MD-4000J" = ALMD400J.GPD, LPTENUM\ALPS___MD-4000J/T-019CEF,ALPS___MD-4000J/T-019CEF,ALPS_MD-4000J
  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. [ALMD200.GPD]
  50. CopyFiles=@ALPSRES.DLL,@ALPSRES.INI,@ALMD200.GPD,UNIDRV
  51. DataSection=UNIDRV_DATA
  52. DataFile=ALMD200.GPD
  53. [ALMD201.GPD]
  54. CopyFiles=@ALPSRES.DLL,@ALPSRES.INI,@ALMD201.GPD,UNIDRV
  55. DataSection=UNIDRV_DATA
  56. DataFile=ALMD201.GPD
  57. [ALMD400J.GPD]
  58. CopyFiles=@ALPSRES.DLL,@ALPSRES.INI,@ALMD400J.GPD,UNIDRV
  59. DataSection=UNIDRV_DATA
  60. DataFile=ALMD400J.GPD
  61. ;
  62. ; Japanese models
  63. ;
  64. [ALMD200J.GPD]
  65. CopyFiles=@ALPSRES.DLL,@ALPSRES.INI,@ALMD200J.GPD,UNIDRV
  66. DataSection=UNIDRV_DATA
  67. DataFile=ALMD200J.GPD
  68. [ALMD201J.GPD]
  69. CopyFiles=@ALPSRES.DLL,@ALPSRES.INI,@ALMD201J.GPD,UNIDRV
  70. DataSection=UNIDRV_DATA
  71. DataFile=ALMD201J.GPD
  72. [ALMD400J.GPD]
  73. CopyFiles=@ALPSRES.DLL,@ALPSRES.INI,@ALMD400J.GPD,UNIDRV
  74. DataSection=UNIDRV_DATA
  75. DataFile=ALMD400J.GPD
  76. ; Copy Sections
  77. ;
  78. ; Lists of files that are actually copied. These sections are referenced
  79. ; from the installer sections, above. Only create a section if it contains
  80. ; two or more files (if we only copy a single file, identify it in the
  81. ; installer section, using the @filename notation) or if it's a color
  82. ; profile (since the DestinationDirs can only handle sections, and not
  83. ; individual files).
  84. ;
  85. [UNIDRV]
  86. UNIDRV.DLL
  87. UNIRES.DLL
  88. GPDPARSE.DLL
  89. UNIDRVUI.DLL
  90. STDNAMES.GPD
  91. UNIDRV.HLP
  92. ;
  93. ; Data Sections
  94. ;
  95. ; These sections contain data that is shared between devices.
  96. ;
  97. [UNIDRV_DATA]
  98. DriverFile=UNIDRV.DLL
  99. ConfigFile=UNIDRVUI.DLL
  100. HelpFile=UNIDRV.HLP
  101. ;
  102. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  103. ; (depending on which environment drivers are getting installed)
  104. ;
  105. [DestinationDirs]
  106. DefaultDestDir=66000
  107. ;
  108. ; Control Flags
  109. ;
  110. [ControlFlags]
  111. ExcludeFromSelect = 2369
  112. ;
  113. ; Localizable Strings
  114. ;
  115. [Strings]
  116. ;MS="Microsoft Windows NT 5.0"
  117. MS="Local Testing - ALPS"
  118. PrinterClassName="Printer"
  119. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  120. ALPS="ALPS"