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.

137 lines
3.5 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. "%LG%"=LG.KOR
  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. [LG.KOR]
  34. "LG GLP-630J/J+" = LGLP63JK.GPD, LG_GLP-630J/J+
  35. "LG GLP-630Pro" = LGLP63PK.GPD, LPTENUM\LG_ELECTRONICSGLP-63D693,LG_ELECTRONICSGLP-63D693,LG_GLP-630Pro
  36. "LG GLP-660J" = LGLP66JK.GPD, LG_GLP-660J
  37. "LG GLP-860" = LGLP860K.GPD, LPTENUM\LG_ELECTRONICSGLP-8619EF,LG_ELECTRONICSGLP-8619EF,LG_GLP-860
  38. "LG GLP-860N" = LGLP86NK.GPD, LPTENUM\LG_ELECTRONICSGLP-86B8D8,LG_ELECTRONICSGLP-86B8D8,LG_GLP-860N
  39. "LG GMF-7000" = LGMF700K.GPD, LG_GMF-7000
  40. ;
  41. ; Installer Sections
  42. ;
  43. ; These sections control file installation, and reference all files that
  44. ; need to be copied. The section name will be assumed to be the driver
  45. ; file, unless there is an explicit DriverFile section listed.
  46. ;
  47. [LGLP63JK.GPD]
  48. CopyFiles=@LGGDIRES.DLL,@LGGDIRES.INI,@LGLP63JK.GPD,UNIDRV
  49. DataSection=UNIDRV_DATA
  50. DataFile=LGLP63JK.GPD
  51. [LGLP63PK.GPD]
  52. CopyFiles=@LGGDIRES.DLL,@LGGDIRES.INI,@LGLP63PK.GPD,UNIDRV
  53. DataSection=UNIDRV_DATA
  54. DataFile=LGLP63PK.GPD
  55. [LGLP66JK.GPD]
  56. CopyFiles=@LGGDIRES.DLL,@LGGDIRES.INI,@LGLP66JK.GPD,UNIDRV
  57. DataSection=UNIDRV_DATA
  58. DataFile=LGLP66JK.GPD
  59. [LGLP860K.GPD]
  60. CopyFiles=@LGGDIRES.DLL,@LGGDIRES.INI,@LGLP860K.GPD,UNIDRV
  61. DataSection=UNIDRV_DATA
  62. DataFile=LGLP860K.GPD
  63. [LGLP86NK.GPD]
  64. CopyFiles=@LGGDIRES.DLL,@LGGDIRES.INI,@LGLP86NK.GPD,UNIDRV
  65. DataSection=UNIDRV_DATA
  66. DataFile=LGLP86NK.GPD
  67. [LGMF700K.GPD]
  68. CopyFiles=@LGGDIRES.DLL,@LGGDIRES.INI,@LGMF700K.GPD,UNIDRV
  69. DataSection=UNIDRV_DATA
  70. DataFile=LGMF700K.GPD
  71. ; Copy Sections
  72. ;
  73. ; Lists of files that are actually copied. These sections are referenced
  74. ; from the installer sections, above. Only create a section if it contains
  75. ; two or more files (if we only copy a single file, identify it in the
  76. ; installer section, using the @filename notation) or if it's a color
  77. ; profile (since the DestinationDirs can only handle sections, and not
  78. ; individual files).
  79. ;
  80. [UNIDRV]
  81. UNIDRV.DLL
  82. UNIRES.DLL
  83. GPDPARSE.DLL
  84. UNIDRVUI.DLL
  85. STDNAMES.GPD
  86. RASDDUI.HLP
  87. ;
  88. ; Data Sections
  89. ;
  90. ; These sections contain data that is shared between devices.
  91. ;
  92. [UNIDRV_DATA]
  93. DriverFile=UNIDRV.DLL
  94. ConfigFile=UNIDRVUI.DLL
  95. HelpFile=RASDDUI.HLP
  96. ;
  97. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  98. ; (depending on which environment drivers are getting installed)
  99. ;
  100. [DestinationDirs]
  101. DefaultDestDir=66000
  102. ;
  103. ; Control Flags
  104. ;
  105. [ControlFlags]
  106. ExcludeFromSelect = 2369
  107. ;
  108. ; Localizable Strings
  109. ;
  110. [Strings]
  111. ;MS="Microsoft Windows NT 5.0"
  112. MS="Local Testing - LGGDI"
  113. PrinterClassName="Printer"
  114. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  115. LG="LG"