Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.51 KB | None | 0 0
  1. ; NTPRINT.INF (for Windows Server 2003 family)
  2. ;
  3. ; List of supported printers, manufacturers
  4. ;
  5.  
  6. [Version]
  7. Signature="$Windows NT$"
  8. Provider="Microsoft"
  9. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  10. Class=Printer
  11. CatalogFile=ntprint.cat
  12. DriverIsolation=2
  13. DriverVer=06/21/2006,6.1.7601.17514
  14.  
  15. [Manufacturer]
  16. "Microsoft"=Microsoft,NTamd64
  17.  
  18. [Microsoft.NTamd64]
  19. "{D20EA372-DD35-4950-9ED8-A6335AFE79F0}" = {D20EA372-DD35-4950-9ED8-A6335AFE79F0}, {D20EA372-DD35-4950-9ED8-A6335AFE79F0}
  20. "{D20EA372-DD35-4950-9ED8-A6335AFE79F1}" = {D20EA372-DD35-4950-9ED8-A6335AFE79F1}, {D20EA372-DD35-4950-9ED8-A6335AFE79F1}
  21. "{D20EA372-DD35-4950-9ED8-A6335AFE79F2}" = {D20EA372-DD35-4950-9ED8-A6335AFE79F2}, {D20EA372-DD35-4950-9ED8-A6335AFE79F2}
  22. "{D20EA372-DD35-4950-9ED8-A6335AFE79F3}" = {D20EA372-DD35-4950-9ED8-A6335AFE79F3}, {D20EA372-DD35-4950-9ED8-A6335AFE79F3}
  23. "{D20EA372-DD35-4950-9ED8-A6335AFE79F5}" = {D20EA372-DD35-4950-9ED8-A6335AFE79F5}, {D20EA372-DD35-4950-9ED8-A6335AFE79F5}
  24.  
  25. [{D20EA372-DD35-4950-9ED8-A6335AFE79F0}]
  26. CopyFiles=UNIDRV,PJLMON.DLL,@TTFSUB.GPD,@LOCALE.GPD,@MSXPSINC.GPD
  27.  
  28. [{D20EA372-DD35-4950-9ED8-A6335AFE79F1}]
  29. CopyFiles=PSCRIPT,@MSXPSINC.PPD,@PSCRPTFE.NTF
  30.  
  31. [{D20EA372-DD35-4950-9ED8-A6335AFE79F2}]
  32. CopyFiles=PCLXL,@PCL5ERES.DLL,@PCL5URES.DLL,@PCL4RES.DLL
  33.  
  34. [{D20EA372-DD35-4950-9ED8-A6335AFE79F3}]
  35.  
  36. [{D20EA372-DD35-4950-9ED8-A6335AFE79F5}]
  37. CopyFiles=XPSDRV
  38.  
  39. ;
  40. ; MS Driver Core installs
  41. ;
  42. ; These sections are used by Printer OEMs to install MS provided drivers
  43. ;
  44.  
  45.  
  46. ; For Core Printer Driver {D20EA372-DD35-4950-9ED8-A6335AFE79F0}
  47.  
  48. ; UNIDRV without PJLMON support
  49. [UNIDRV.OEM]
  50. CopyFiles=UNIDRV
  51.  
  52. ; UNIDRV with PJLMON support
  53. [UNIDRV_BIDI.OEM]
  54. CopyFiles=UNIDRV,PJLMON.DLL
  55.  
  56. [UNIDRV_DATA]
  57. DriverFile=UNIDRV.DLL
  58. ConfigFile=UNIDRVUI.DLL
  59. HelpFile=UNIDRV.HLP
  60.  
  61. ; Data section that attaches PJLMON as the driver Lang Monitor
  62. [UNIDRV_BIDI_DATA]
  63. DriverFile=UNIDRV.DLL
  64. ConfigFile=UNIDRVUI.DLL
  65. HelpFile=UNIDRV.HLP
  66. LanguageMonitor="PJL Language Monitor,PJLMON.DLL"
  67.  
  68. ; Section to allow OEMs to reference the Global Font Substitution Table
  69. [TTFSUB.OEM]
  70. CopyFiles=@TTFSUB.GPD
  71.  
  72. ; Section to allow OEMs to set locale dependencies
  73. [LOCALE.OEM]
  74. CopyFiles=@LOCALE.GPD
  75.  
  76. ; Section to allow OEMs to include core GPD file(s) for XPSDrv driver
  77. [XPSGPD.OEM]
  78. CopyFiles=@MSXPSINC.GPD
  79.  
  80. ; Section to allow OEMs to install PJLMON.DLL
  81. [PJLMON.OEM]
  82. CopyFiles=PJLMON.DLL
  83.  
  84. ; For Core Printer Driver {D20EA372-DD35-4950-9ED8-A6335AFE79F1}
  85.  
  86. ; PSCRIPT
  87. [PSCRIPT.OEM]
  88. CopyFiles=PSCRIPT
  89.  
  90. [PSCRIPT_FE.OEM]
  91. CopyFiles=PSCRIPT,@PSCRPTFE.NTF
  92.  
  93. [PSCRIPT_DATA]
  94. DriverFile=PSCRIPT5.DLL
  95. ConfigFile=PS5UI.DLL
  96. HelpFile=PSCRIPT.HLP
  97.  
  98. ; Section to allow OEMs to include core PPD file(s) for XPSDrv driver
  99. [XPSPPD.OEM]
  100. CopyFiles=@MSXPSINC.PPD
  101.  
  102. ; For Core Printer Driver {D20EA372-DD35-4950-9ED8-A6335AFE79F2}
  103.  
  104. ; Section to allow OEMs to install PCL6 support files
  105. [PCLXL.OEM]
  106. CopyFiles=PCLXL,@PCL5ERES.DLL
  107.  
  108. [PCL5ERES.OEM]
  109. CopyFiles=@PCL5ERES.DLL
  110.  
  111. [PCL5URES.OEM]
  112. CopyFiles=@PCL5URES.DLL
  113.  
  114. [PCL4RES.OEM]
  115. CopyFiles=@PCL4RES.DLL
  116.  
  117.  
  118. ; For Core Printer Driver {D20EA372-DD35-4950-9ED8-A6335AFE79F3}
  119.  
  120. ; Section to allow OEMs to use sRGB color profile
  121. [sRGBPROFILE.OEM]
  122. ColorProfiles="sRGB Color Space Profile.icm"
  123.  
  124.  
  125. ; For Core Printer Driver {D20EA372-DD35-4950-9ED8-A6335AFE79F5}
  126.  
  127. [XPSDRV.OEM]
  128. CopyFiles=XPSDRV
  129.  
  130. [PSCRIPT]
  131. PSCRIPT5.DLL
  132. PS5UI.DLL
  133. PSCRIPT.HLP
  134. PSCRIPT.NTF
  135. PS_SCHM.GDL
  136.  
  137. [PJLMON.DLL]
  138. PJLMON.DLL,,,0x00000020 ; Copy only if new binary
  139.  
  140. [UNIDRV]
  141. UNIDRV.DLL
  142. UNIRES.DLL
  143. UNIDRVUI.DLL
  144. STDNAMES.GPD
  145. STDDTYPE.GDL
  146. STDSCHEM.GDL
  147. STDSCHMX.GDL
  148. UNIDRV.HLP
  149.  
  150.  
  151. [PCLXL]
  152. PCLXL.DLL
  153. PCLXL.GPD
  154. P6FONT.GPD
  155. PJL.GPD
  156. P6DISP.GPD
  157.  
  158. [XPSDRV]
  159. MXDWDRV.DLL
  160. XPSSVCS.DLL
  161.  
  162. ;
  163. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  164. ; (depending on which environment drivers are getting installed)
  165. ;
  166.  
  167. [DestinationDirs]
  168. DefaultDestDir=66000
  169. PJLMON.DLL=66002
  170.  
  171. [SourceDisksFiles]
  172. LOCALE.GPD = 1
  173. MSXPSINC.PPD = 1
  174. MSXPSINC.GPD = 1
  175. MXDWDRV.DLL = 1
  176. PCLXL.DLL = 1
  177. PCLXL.GPD = 1
  178. PCL5ERES.DLL = 1
  179. PCL5URES.DLL = 1
  180. PCL4RES.DLL = 1
  181. P6FONT.GPD = 1
  182. PJL.GPD = 1
  183. PJLMON.DLL = 1
  184. P6DISP.GPD = 1
  185. PSCRIPT5.DLL = 1
  186. PS5UI.DLL = 1
  187. PSCRIPT.HLP = 1
  188. PSCRIPT.NTF = 1
  189. PSCRPTFE.NTF = 1
  190. PS_SCHM.GDL = 1
  191. STDNAMES.GPD = 1
  192. STDDTYPE.GDL = 1
  193. STDSCHEM.GDL = 1
  194. STDSCHMX.GDL = 1
  195. ttfsub.gpd = 1
  196. unidrv.dll = 1
  197. unidrv.hlp = 1
  198. unidrvui.dll = 1
  199. unires.dll = 1
  200. XPSSVCS.DLL = 1
  201.  
  202. [ControlFlags]
  203. AlwaysExcludeFromSelect=*
  204.  
  205. [PrinterPackageInstallation.amd64]
  206. PackageAware=TRUE
  207.  
  208. [Strings]
  209.  
  210.  
  211. ;Localizable
  212. Disk1="Windows Installation Disc"
  213.  
  214. [SourceDisksNames.x86]
  215. 1 = %Disk1%,,,"I386"
  216.  
  217. [SourceDisksNames.amd64]
  218. 1 = %Disk1%,,,"Amd64"
  219.  
  220. [SourceDisksNames.ia64]
  221. 1 = %Disk1%,,,"Ia64"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement