home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / drivers / printr / xer49xx / xprint.inf < prev    next >
Encoding:
INI File  |  1996-02-12  |  4.5 KB  |  193 lines

  1. ; MSPRINT.INF
  2. ;
  3.  
  4. [Version]
  5. Signature="$Windows95$"
  6. Class=Printer
  7. Provider=%MS%
  8. LayoutFile=layout.inf
  9.  
  10. [ClassInstall]
  11. AddReg=ClassAddReg
  12. DelReg=ClassDelReg
  13.  
  14. [ClassDelReg]
  15. HKLM,"System\CurrentControlSet\Services\Class\Printer","NoUseClass"
  16.  
  17. [ClassAddReg]
  18. HKR,,,,%CLASSNAME%
  19. HKR,,Installer,,MSPRINT.DLL
  20. HKR,,Icon,,-4
  21. HKR,,NoDisplayClass,,1
  22.  
  23. [Environment]
  24. UpdateInis=Environment_Ini
  25. AddReg=Environment_Reg
  26.  
  27. [Environment_Ini]
  28. win.ini,Ports,"LPT1.DOS=",
  29. win.ini,Ports,"LPT2.DOS=",
  30. win.ini,Ports,"LPT3.DOS=",
  31. win.ini,Ports,"LPT1.OS2=",
  32. win.ini,Ports,"LPT2.OS2=",
  33. win.ini,Ports,"LPT3.OS2=",
  34. win.ini,windows,"Spooler=",
  35. win.ini,windows,"DosPrint=",
  36. win.ini,windows,"DeviceNotSelectedTimeout=",
  37. win.ini,windows,"TransmissionRetryTimeout=",
  38.  
  39. [Environment_Reg]
  40. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0","Directory",,"CHICAGO"
  41. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Drivers",,,
  42. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Print Processors",,,
  43. HKLM,"System\CurrentControlSet\Control\Print\Monitors",,,
  44. HKLM,"System\CurrentControlSet\Control\Print\Printers",,,
  45. HKLM,"System\CurrentControlSet\Control\Print\Printers","StartOnBoot",1,01,00,00,00
  46. HKLM,"System\CurrentControlSet\Control\Print\Providers",,,
  47.  
  48. ;
  49. ; The Manufacturer section lists all of the manufacturers that we will
  50. ; display in the Dialog box
  51. ;
  52. [Manufacturer]
  53.  
  54. "Xerox"
  55. ;
  56. ; Model sections. Each section here corresponds with an entry listed in the
  57. ; [Manufacturer] section, above. The models will be displayed in the order
  58. ; that they appear in the INF file.
  59. ;
  60. ; Each model lists a variation of its own name as a compatible ID. This
  61. ; is done primarily as an optimization during upgrade.
  62. ;
  63.  
  64. [Xerox]
  65. "Xerox 4900 PostScript (95)"             =xrx49001.SPD,Xerox_49001
  66. "XPrint 4915 PostScript (95)"                =xrx49151.SPD,Xerox_49151
  67. "XPrint 4920/4925 PostScript(95)"            =xrx49201.SPD,Xerox_49201
  68.  
  69. ;
  70. ; Installer Sections
  71. ;
  72. ; These sections control file installation, and reference all files that
  73. ; need to be copied. The section name will be assumed to be the driver
  74. ; file, unless there is an explicit DriverFile section listed.
  75. ;
  76. [XRX49001.SPD]
  77. CopyFiles=@XRX49001.SPD,PSCRIPT
  78. DataSection=PSCRIPT_DATA
  79. [XRX49151.SPD]
  80. ;CopyFiles=@XRX49151.SPD,COLOR_Xerox_49151,PSCRIPT
  81. CopyFiles=@XRX49151.SPD,PSCRIPT
  82. DataSection=PSCRIPT_DATA
  83. [XRX49201.SPD]
  84. ;CopyFiles=@XRX49201.SPD,COLOR_Xerox_49201,PSCRIPT
  85. CopyFiles=@XRX49201.SPD,PSCRIPT
  86. DataSection=PSCRIPT_DATA
  87.  
  88.  
  89. [TTY.DRV]
  90. CopyFiles=TTY,UNI
  91. DataSection=UNI_DATA
  92. HelpFile=TTY.HLP
  93.  
  94. ; Special section to copy just UNIDRV and its dependent files
  95. [UNIDRV_ONLY]
  96. CopyFiles=UNICLR
  97.  
  98. ; Copy Sections
  99. ;
  100. ; Lists of files that are actually copied. These sections are referenced
  101. ; from the installer sections, above. Only create a section if it contains
  102. ; two or more files (if we only copy a single file, identify it in the
  103. ; installer section, using the @filename notation) or if it's a color
  104. ; profile (since the DestinationDirs can only handle sections, and not
  105. ; individual files).
  106. ;
  107.  
  108. [COLOR_Xerox_49151]
  109. ;X4920qd.ICM
  110.  
  111. [COLOR_Xerox_49201]
  112. ;X4920qd.ICM
  113.  
  114. [FINSTALL]
  115. FINSTALL.DLL
  116. FINSTALL.HLP
  117.  
  118. [PSCRIPT]
  119. PSCRIPT.DRV
  120. PSCRIPT.HLP
  121. PSCRIPT.INI
  122. TESTPS.TXT
  123. FONTS.MFM
  124. ICONLIB.DLL
  125. PSMON.DLL
  126.  
  127. [TTY]
  128. TTY.DRV
  129. TTY.HLP
  130.  
  131. [UNI]
  132. UNIDRV.DLL
  133. UNIDRV.HLP
  134. ICONLIB.DLL
  135.  
  136. [UNICLR]
  137. UNIDRV.DLL
  138. UNIDRV.HLP
  139. DMCOLOR.DLL
  140. ICONLIB.DLL
  141.  
  142.  
  143.  
  144. ;
  145. ; Data Sections
  146. ;
  147. ; These sections contain data that is shared between devices.
  148. ;
  149.  
  150. [PSCRIPT_DATA]
  151. DriverFile=PSCRIPT.DRV
  152. HelpFile=PSCRIPT.HLP
  153. LanguageMonitor=%PS_MONITOR%
  154.  
  155. [UNI_DATA]
  156. HelpFile=UNIDRV.HLP
  157. DefaultDataType=EMF
  158.  
  159. ;
  160. ; Color profiles go to the colors directory. All other files go to the
  161. ; system directory
  162. ;
  163.  
  164. [DestinationDirs]
  165. DefaultDestDir=11
  166. COLOR_Xerox_49201=23
  167. COLOR_Xerox_49151=23
  168. ;
  169. ; Hints for installing language monitors from a print server. These
  170. ; strings are not localized (since the localizable portion comes
  171. ; directly from the server).
  172. ;
  173. [LanguageMonitorHints]
  174. "PJL Language Monitor"="PJL Language Monitor,PJLMON.DLL"
  175. "PostScript Language Monitor"="PostScript Language Monitor,PSMON.DLL"
  176.  
  177. ;
  178. ; List of application cache files that need removal during upgrade. Key
  179. ; off the file extension listed in the [Extensions] section of win.ini.
  180. ;
  181. [Caches to Remove]
  182. qdi=WPR.DAT
  183.  
  184. ;
  185. ; Localizable Strings
  186. ;
  187. [Strings]
  188. MS="Microsoft"
  189. CLASSNAME="Printer"
  190. GENERIC="Generic / Text Only"
  191. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  192. PS_MONITOR="PostScript Language Monitor,PSMON.DLL"
  193.