home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April (Special) / Chip-Special_1997-04_cd.bin / epson / win_nt / zenont / disk1 / zeno.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1996-11-14  |  4.1 KB  |  157 lines

  1. ; ZENO.INF
  2. ; SuperPrint 4.01 Epson NT Only - Product 610
  3. ; European version
  4.  
  5. [Version]
  6. Signature="$CHICAGO$"
  7. Class=Printer
  8. Provider=%ZS%
  9. LayoutFile=zenolayt.lyt
  10.  
  11. [ClassInstall]
  12. AddReg=ClassAddReg
  13. DelReg=ClassDelReg
  14.  
  15. [ClassDelReg]
  16. HKLM,"System\CurrentControlSet\Services\Class\Printer","NoUseClass"
  17.  
  18. [ClassAddReg]
  19. HKR,,,,%CLASSNAME%
  20. HKR,,Installer,,MSPRINT.DLL
  21. HKR,,Icon,,-4
  22. HKR,,NoDisplayClass,,1
  23.  
  24. [Environment]
  25. UpdateInis=Environment_Ini
  26. AddReg=Environment_Reg
  27.  
  28. [Environment_Ini]
  29. win.ini,Ports,"LPT1.DOS=",
  30. win.ini,Ports,"LPT2.DOS=",
  31. win.ini,Ports,"LPT3.DOS=",
  32. win.ini,Ports,"LPT1.OS2=",
  33. win.ini,Ports,"LPT2.OS2=",
  34. win.ini,Ports,"LPT3.OS2=",
  35. win.ini,windows,"Spooler=",
  36. win.ini,windows,"DosPrint=",
  37. win.ini,windows,"DeviceNotSelectedTimeout=",
  38. win.ini,windows,"TransmissionRetryTimeout=",
  39.  
  40. [Environment_Reg]
  41. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0","Directory",,"CHICAGO"
  42. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Drivers",,,
  43. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Print Processors",,,
  44. HKLM,"System\CurrentControlSet\Control\Print\Monitors",,,
  45. HKLM,"System\CurrentControlSet\Control\Print\Printers",,,
  46. HKLM,"System\CurrentControlSet\Control\Print\Printers","StartOnBoot",1,01,00,00,00
  47. HKLM,"System\CurrentControlSet\Control\Print\Providers",,,
  48.  
  49. ;
  50. ; The Manufacturer section lists all of the manufacturers that we will
  51. ; display in the Dialog box
  52. ;
  53.  
  54. [Manufacturer]
  55. "Epson"
  56.  
  57. ;
  58. ; Model sections. Each section here corresponds with an entry listed in the
  59. ; [Manufacturer] section, above. The models will be displayed in the order
  60. ; that they appear in the INF file.
  61. ;
  62. ; Each model lists a variation of its own name as a compatible ID. This
  63. ; is done primarily as an optimization during upgrade.
  64. ;
  65.  
  66. [Epson]
  67. "Epson Stylus 1500 -Z-"                 = EPSTY,Epson_Stylus_SuperDriver
  68. "Epson Stylus COLOR 200 -Z-"            = EPSTY,Epson_Stylus_SuperDriver
  69. "Epson Stylus COLOR 500 -Z-"            = EPSTY,Epson_Stylus_SuperDriver
  70. "Epson Stylus 800 -Z-"                  = EPSTY,Epson_Stylus_SuperDriver
  71. "Epson Stylus COLOR -Z-"                = EPSTY,Epson_Stylus_SuperDriver
  72. "Epson Stylus COLOR II -Z-"             = EPSTY,Epson_Stylus_SuperDriver
  73. "Epson Stylus COLOR IIs -Z-"            = EPSTY,Epson_Stylus_SuperDriver
  74. "Epson Stylus PRO -Z-"                  = EPSTY,Epson_Stylus_SuperDriver
  75. "Epson Stylus PRO XL -Z-"               = EPSTY,Epson_Stylus_SuperDriver
  76. "Epson Stylus PRO XL+ -Z-"              = EPSTY,Epson_Stylus_SuperDriver
  77.  
  78. ;
  79. ; Installer Sections
  80. ;
  81. ; These sections control file installation, and reference all files that
  82. ; need to be copied. The section name will be assumed to be the driver
  83. ; file, unless there is an explicit DriverFile section listed.
  84. ;
  85.  
  86. [EPSTY]
  87. CopyFiles=@QD4.DRV,@SD_EPSTY.DLL,@SD_EPSTY.HLP,@SD_EPSTY.CNT,@SD_EPSTY.SDD,@SU_EPSTY.DLL,SD
  88. DataSection=EPSTY_DATA
  89.  
  90. ; Copy Sections
  91. ;
  92. ; Lists of files that are actually copied. These sections are referenced
  93. ; from the installer sections, above. Only create a section if it contains
  94. ; two or more files (if we only copy a single file, identify it in the
  95. ; installer section, using the @filename notation) or if it's a color
  96. ; profile (since the DestinationDirs can only handle sections, and not
  97. ; individual files).
  98. ;
  99.  
  100. [SD]
  101. SD32.DLL
  102. SR32.DLL
  103. SD4.DLL
  104. ZFDA.DLL
  105. ZDSP.DLL
  106. QDPRINT.DLL
  107. SDDMUI.DLL
  108. SDDM32.DLL
  109. SP40HELP.HLP
  110. SP40HELP.CNT
  111. SMFPrint.DLL
  112. ZGDI32.DLL
  113. ZSPOOL32.EXE
  114. ZPRINT32.EXE
  115. ZSPOOL.DLL
  116. SDTARES.DLL
  117. MFC30.DLL
  118. MSVCRT20.DLL
  119. ;
  120. ; Data Sections
  121. ;
  122. ; These sections contain data that is shared between devices.
  123. ;
  124.  
  125. [EPSTY_DATA]
  126. DriverFile=QD4.DRV
  127. DataFile=SD_EPSTY.SDD
  128. ConfigFile=QD4.DRV
  129. HelpFile=SD_EPSTY.HLP
  130. DefaultDataType=SMF
  131. PrintProcessor=SMFPrint,SMFPrint.DLL
  132.  
  133.  
  134. ;
  135. ; List of application cache files that need removal during upgrade. Key
  136. ; off the file extension listed in the [Extensions] section of win.ini.
  137. ;
  138. [Caches to Remove]
  139. qdi=WPR.DAT
  140.  
  141. ;
  142. ; Localizable Strings
  143. ;
  144. [Strings]
  145. ZS="Zenographics"
  146. CLASSNAME="Printer"
  147.  
  148. [Ports]
  149.  
  150. [Win32s]
  151.  
  152. [ZCheck]
  153. OEMSpecial=1,1,2,1,3,3,4,1
  154.  
  155. [SP_OEM]
  156. serial=610-401-12345
  157.