home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703B.ISO / driver / epson / mjznt351 / disk / zeno.inf < prev    next >
Windows Setup INFormation  |  1996-06-19  |  4KB  |  146 lines

  1. ; ZENO.INF
  2. ; SuperPrint 4.0 Epson Japanese - Product 610J
  3. ;
  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.  
  67. [Epson]
  68. "Epson MJ-700V2C -Z-"       = EPSTY,Epson_Stylus_SuperDriver
  69. "Epson MJ-800C -Z-"         = EPSTY,Epson_Stylus_SuperDriver
  70. "Epson MJ-500C -Z-"         = EPSTY,Epson_Stylus_SuperDriver
  71. "Epson MJ-900C -Z-"         = EPSTY,Epson_Stylus_SuperDriver
  72. "Epson MJ-5000C -Z-"        = EPSTY,Epson_Stylus_SuperDriver
  73. "Epson MJ-3000CU -Z-"       = EPSTY,Epson_Stylus_SuperDriver
  74.  
  75. ;
  76. ; Installer Sections
  77. ;
  78. ; These sections control file installation, and reference all files that
  79. ; need to be copied. The section name will be assumed to be the driver
  80. ; file, unless there is an explicit DriverFile section listed.
  81. ;
  82.  
  83. [EPSTY]
  84. CopyFiles=@QD4.DRV,@SD_EPSTY.DLL,@SD_EPSTY.HLP,@SD_EPSTY.CNT,@SD_EPSTY.SDD,@SU_EPSTY.DLL,SD
  85. DataSection=EPSTY_DATA
  86.  
  87. ; Copy Sections
  88. ;
  89. ; Lists of files that are actually copied. These sections are referenced
  90. ; from the installer sections, above. Only create a section if it contains
  91. ; two or more files (if we only copy a single file, identify it in the
  92. ; installer section, using the @filename notation) or if it's a color
  93. ; profile (since the DestinationDirs can only handle sections, and not
  94. ; individual files).
  95. ;
  96.  
  97. [SD]
  98. SR32.DLL
  99. SD4.DLL
  100. ZFDA.DLL
  101. ZDSP.DLL
  102. QDPRINT.DLL
  103. SDDMUI.DLL
  104. SDDM32.DLL
  105. SDTADC00.BMP
  106. SDTAFG00.BMP
  107. SDTAEE00.BMP
  108. SDTAB8G0.BMP
  109. SDTADG00.BMP
  110. SDTAC760.BMP
  111. SDTAC880.BMP
  112. SDTAC7G0.BMP
  113. SP40HELP.HLP
  114. SP40HELP.CNT
  115. SQ.INF
  116. SQ95PRNT.DLL
  117. ZGDI32.DLL
  118. WINPRINT.DLL
  119. SMF.SQF
  120.  
  121. ;
  122. ; Data Sections
  123. ;
  124. ; These sections contain data that is shared between devices.
  125. ;
  126.  
  127. [EPSTY_DATA]
  128. DriverFile=QD4.DRV
  129. DataFile=SD_EPSTY.SDD
  130. ConfigFile=QD4.DRV
  131. HelpFile=SD_EPSTY.HLP
  132.  
  133. ;
  134. ; List of application cache files that need removal during upgrade. Key
  135. ; off the file extension listed in the [Extensions] section of win.ini.
  136. ;
  137. [Caches to Remove]
  138. qdi=WPR.DAT
  139.  
  140. ;
  141. ; Localizable Strings
  142. ;
  143. [Strings]
  144. ZS="Zenographics"
  145. CLASSNAME="Printer"
  146.