home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 August / CHIP_CD_1998_08_PL.iso / drivers / xero4508 / XEROX.INF < prev    next >
Encoding:
Windows Setup INFormation  |  1996-04-01  |  3.4 KB  |  139 lines

  1. ; Xerox.INF
  2.  
  3. [Version]
  4. Signature="$CHICAGO$"
  5. Class=Printer
  6. Provider=%Xerox%
  7. LayoutFile=layout.inf
  8.  
  9. [ClassInstall]
  10. AddReg=ClassAddReg
  11. DelReg=ClassDelReg
  12.  
  13. [ClassDelReg]
  14. HKLM,"System\CurrentControlSet\Services\Class\Printer","NoUseClass"
  15.  
  16. [ClassAddReg]
  17. HKR,,,,%CLASSNAME%
  18. HKR,,Installer,,MSPRINT.DLL
  19. HKR,,Icon,,-4
  20. HKR,,NoDisplayClass,,1
  21.  
  22. [Environment]
  23. UpdateInis=Environment_Ini
  24. AddReg=Environment_Reg
  25.  
  26. [Environment_Ini]
  27. win.ini,Ports,"LPT1.DOS=",
  28. win.ini,Ports,"LPT2.DOS=",
  29. win.ini,Ports,"LPT3.DOS=",
  30. win.ini,Ports,"LPT1.OS2=",
  31. win.ini,Ports,"LPT2.OS2=",
  32. win.ini,Ports,"LPT3.OS2=",
  33. win.ini,windows,"Spooler=",
  34. win.ini,windows,"DosPrint=",
  35. win.ini,windows,"DeviceNotSelectedTimeout=",
  36. win.ini,windows,"TransmissionRetryTimeout=",
  37.  
  38. [Environment_Reg]
  39. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0","Directory",,"CHICAGO"
  40. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Drivers",,,
  41. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Print Processors",,,
  42. HKLM,"System\CurrentControlSet\Control\Print\Monitors",,,
  43. HKLM,"System\CurrentControlSet\Control\Print\Printers",,,
  44. HKLM,"System\CurrentControlSet\Control\Print\Printers","StartOnBoot",1,01,00,00,00
  45. HKLM,"System\CurrentControlSet\Control\Print\Providers",,,
  46.  
  47. ;
  48. [Manufacturer]
  49. "Xerox"
  50. ;
  51. ; Each model lists a variation of its own name as a compatible ID. This
  52. ; is done primarily as an optimization during upgrade.
  53. ;
  54. [Xerox]
  55. "Xerox 4505"=XRX4500.DRV,LPTENUM\Xerox4505AFC6
  56. "Xerox DocuPrint 4508"=XRX4500.DRV,LPTENUM\XEROX45081708
  57. "Xerox 4510"=XRX4500.DRV,LPTENUM\Xerox45103CAD
  58. ;"Xerox DocuPrint 4517"=XRX4500.DRV,LPTENUM\Xerox4517FEEC,HP_LaserJet_4_Plus
  59. "Xerox 4520"=XRX4500.DRV,LPTENUM\Xerox4520CCAD
  60.  
  61.  
  62. ;
  63. ; Installer Sections
  64. ;
  65.  
  66. [XRX4500.DRV]
  67. CopyFiles=UNI,FINSTALL,x4500
  68. DataSection=UNI_DATA
  69. DriverFile=xrx4500.DRV
  70. DataFile=xrx4500.DRV
  71.  
  72. ; Copy Sections
  73. ;
  74. ; Lists of files that are actually copied. These sections are referenced
  75. ; from the installer sections, above. Only create a section if it contains
  76. ; two or more files (if we only copy a single file, identify it in the
  77. ; installer section, using the @filename notation) or if it's a color
  78. ; profile (since the DestinationDirs can only handle sections, and not
  79. ; individual files).
  80. ;
  81. [x4500]
  82. xrx4500.drv, xrx4500.dr_
  83.  
  84. [FINSTALL]
  85. FINSTALL.DLL
  86. FINSTALL.HLP
  87.  
  88. [UNI]
  89. UNIDRV.DLL
  90. UNIDRV.HLP
  91. ICONLIB.DLL
  92. ;PJLMON.DLL
  93.  
  94. ; Data Sections
  95. ;
  96. ; These sections contain data that is shared between devices.
  97. ;
  98.  
  99. [UNI_DATA]
  100. HelpFile=UNIDRV.HLP
  101. DefaultDataType=RAW
  102. ;LanguageMonitor=%PJL_MONITOR%
  103.  
  104.  
  105. [DestinationDirs]
  106. DefaultDestDir=11
  107. ;
  108. ; Hints for installing language monitors from a print server. These
  109. ; strings are not localized (since the localizable portion comes
  110. ; directly from the server).
  111. ;
  112. ;[LanguageMonitorHints]
  113. ;"PJL Language Monitor"="PJL Language Monitor,PJLMON.DLL"
  114. ;"PostScript Language Monitor"="PostScript Language Monitor,PSMON.DLL"
  115.  
  116. ;
  117. ; List of application cache files that need removal during upgrade. Key
  118. ; off the file extension listed in the [Extensions] section of win.ini.
  119. ;
  120. [Caches to Remove]
  121. qdi=WPR.DAT
  122.  
  123.  
  124. [SourceDisksFiles]
  125. xrx4500.drv=100
  126.  
  127. [SourceDisksNames]
  128. 100= %ID1%,DriverDisk,0000-0000
  129.  
  130. ;
  131. ; Localizable Strings
  132. ;
  133. [Strings]
  134. CLASSNAME="Printer"
  135. ID1="Xerox 4500 Series PCL Driver Installation Disk"
  136. ;PS_MONITOR="PostScript Language Monitor,PSMON.DLL"
  137. ;PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  138.  
  139.