Advertisement
Guest User

Untitled

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