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.

162 lines
4.1 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. "%GREAT_WALL%"=GREAT_WALL.CHS
  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. [GREAT_WALL.CHS]
  34. "Great Wall 4000" = GW4000C.GPD, Great_Wall_4000
  35. "Great Wall 4100" = GW4100C.GPD, Great_Wall_4100
  36. "Great Wall 4200" = GW4200C.GPD, Great_Wall_4200
  37. "Great Wall 5360 plus" = GW5360PC.GPD, Great_Wall_5360_plus
  38. "Great Wall 5380 plus" = GW5380PC.GPD, Great_Wall_5380_plus
  39. "Great Wall 6320" = GW6320C.GPD, Great_Wall_6320
  40. "Great Wall 6330" = GW6330C.GPD, Great_Wall_6330
  41. "Great Wall 6360 plus" = GW6360PC.GPD, Great_Wall_6360_plus
  42. "Great Wall 6370 plus" = GW6370PC.GPD, Great_Wall_6370_plus
  43. "Great Wall 6380 plus" = GW6380PC.GPD, Great_Wall_6380_plus
  44. ;
  45. ; Installer Sections
  46. ;
  47. ; These sections control file installation, and reference all files that
  48. ; need to be copied. The section name will be assumed to be the driver
  49. ; file, unless there is an explicit DriverFile section listed.
  50. ;
  51. [GW4000C.GPD]
  52. CopyFiles=@GW63CRES.DLL,@GW4000C.GPD,UNIDRV
  53. DataSection=UNIDRV_DATA
  54. DataFile=GW4000C.GPD
  55. [GW4100C.GPD]
  56. CopyFiles=@GW63CRES.DLL,@GW4100C.GPD,UNIDRV
  57. DataSection=UNIDRV_DATA
  58. DataFile=GW4100C.GPD
  59. [GW4200C.GPD]
  60. CopyFiles=@GW63CRES.DLL,@GW4200C.GPD,UNIDRV
  61. DataSection=UNIDRV_DATA
  62. DataFile=GW4200C.GPD
  63. [GW5360PC.GPD]
  64. CopyFiles=@GW63CRES.DLL,@GW5360PC.GPD,UNIDRV
  65. DataSection=UNIDRV_DATA
  66. DataFile=GW5360PC.GPD
  67. [GW5380PC.GPD]
  68. CopyFiles=@GW63CRES.DLL,@GW5380PC.GPD,UNIDRV
  69. DataSection=UNIDRV_DATA
  70. DataFile=GW5380PC.GPD
  71. [GW6320C.GPD]
  72. CopyFiles=@GW63CRES.DLL,@GW6320C.GPD,UNIDRV
  73. DataSection=UNIDRV_DATA
  74. DataFile=GW6320C.GPD
  75. [GW6330C.GPD]
  76. CopyFiles=@GW63CRES.DLL,@GW6330C.GPD,UNIDRV
  77. DataSection=UNIDRV_DATA
  78. DataFile=GW6330C.GPD
  79. [GW6360PC.GPD]
  80. CopyFiles=@GW63CRES.DLL,@GW6360PC.GPD,UNIDRV
  81. DataSection=UNIDRV_DATA
  82. DataFile=GW6360PC.GPD
  83. [GW6370PC.GPD]
  84. CopyFiles=@GW63CRES.DLL,@GW6370PC.GPD,UNIDRV
  85. DataSection=UNIDRV_DATA
  86. DataFile=GW6370PC.GPD
  87. [GW6380PC.GPD]
  88. CopyFiles=@GW63CRES.DLL,@GW6380PC.GPD,UNIDRV
  89. DataSection=UNIDRV_DATA
  90. DataFile=GW6380PC.GPD
  91. ; Copy Sections
  92. ;
  93. ; Lists of files that are actually copied. These sections are referenced
  94. ; from the installer sections, above. Only create a section if it contains
  95. ; two or more files (if we only copy a single file, identify it in the
  96. ; installer section, using the @filename notation) or if it's a color
  97. ; profile (since the DestinationDirs can only handle sections, and not
  98. ; individual files).
  99. ;
  100. [UNIDRV]
  101. UNIDRV.DLL
  102. UNIRES.DLL
  103. GPDPARSE.DLL
  104. UNIDRVUI.DLL
  105. STDNAMES.GPD
  106. RASDDUI.HLP
  107. ;
  108. ; Data Sections
  109. ;
  110. ; These sections contain data that is shared between devices.
  111. ;
  112. [UNIDRV_DATA]
  113. DriverFile=UNIDRV.DLL
  114. ConfigFile=UNIDRVUI.DLL
  115. HelpFile=RASDDUI.HLP
  116. ;
  117. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  118. ; (depending on which environment drivers are getting installed)
  119. ;
  120. [DestinationDirs]
  121. DefaultDestDir=66000
  122. ;
  123. ; Control Flags
  124. ;
  125. [ControlFlags]
  126. ExcludeFromSelect = 2369
  127. ;
  128. ; Localizable Strings
  129. ;
  130. [Strings]
  131. ;MS="Microsoft Windows NT 5.0"
  132. MS="Local Testing - GW63C"
  133. PrinterClassName="Printer"
  134. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  135. GREAT_WALL="Great Wall"