home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 May / VPR0105B.BIN / DRIVER / EPSON / V2310N4 / v2310n4.exe / DISK1 / WINNT40 / E_ESCP3G.INF
Windows Setup INFormation  |  2000-07-17  |  2KB  |  108 lines

  1. ; ESCP3G.INF
  2.  
  3. [Version]
  4. Signature="$Windows NT$"
  5. Provider=EPSON
  6. LayoutFile=layout.inf
  7. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  8. Class=Printer
  9.  
  10. ;
  11. ; Manufacturer section.
  12. ;
  13. ; This section lists all of the manufacturers 
  14. ; that we will display in the Dialog box
  15. ;
  16.  
  17. [Manufacturer]
  18. "セイコーエプソン"=EPSON
  19.  
  20. ;
  21. ; Model sections. 
  22. ; Each section here corresponds with an entry listed in the
  23. ; [Manufacturer] section, above. The models will be displayed in the order
  24. ; that they appear in the INF file.
  25. ;
  26.  
  27. [EPSON]
  28. "EPSON VP-2300" = E_ESCP3G.DLL
  29.  
  30. ;
  31. ; Installer Sections
  32. ;
  33. ; These sections control file installation, and reference all files that
  34. ; need to be copied. The section name will be assumed to be the driver
  35. ; file, unless there is an explicit DriverFile section listed.
  36. ;
  37.  
  38. [E_ESCP3G.DLL]
  39. CopyFiles=@E_ESCP3G.DLL,RASDD,LANMON
  40. DataSection=RASDD_DATA
  41.  
  42. ; Copy Sections
  43. ;
  44. ; Lists of files that are actually copied. These sections are referenced
  45. ; from the installer sections, above. Only create a section if it contains
  46. ; two or more files (if we only copy a single file, identify it in the
  47. ; installer section, using the @filename notation) or if it's a color
  48. ; profile (since the DestinationDirs can only handle sections, and not
  49. ; individual files).
  50. ;
  51.  
  52. [RASDD]
  53. RASDD.DLL
  54. RASDDUI.DLL
  55. RASDDUI.HLP
  56.  
  57. [LANMON]
  58. E_SL4069.DLL
  59.  
  60. ;
  61. ; Data Sections
  62. ;
  63. ; These sections contain data that is shared between devices.
  64. ;
  65.  
  66. [RASDD_DATA]
  67. DriverFile=RASDD.DLL
  68. ConfigFile=RASDDUI.DLL
  69. DataFile=E_ESCP3G.DLL
  70. HelpFile=RASDDUI.HLP
  71. LanguageMonitor="EPSON V3 N4Monitor69,E_SL4069.DLL"
  72.  
  73. ;
  74. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  75. ; (depending on which environment drivers are getting installed)
  76. ;
  77.  
  78. [DestinationDirs]
  79. DefaultDestDir=66000
  80.  
  81. ;
  82. ; diskid = description,tagfile,unused,subdir
  83. ;
  84.  
  85. [SourceDisksNames.x86]
  86. 2 = %SDN%,,,
  87.  
  88. ;
  89. ; filename_on_source = diskid,subdir,size,checksum,spare,spare
  90. ; extra fields are nt-specific
  91. ;
  92. ; bootmediaord,targetdirectory,upgradedisposition,textmodedisposition,targetname
  93. ;
  94.  
  95. [SourceDisksFiles]
  96. E_ESCP3G.DLL = 2,,,,,,,,
  97. RASDD.DLL = 2,,,,,,,,
  98. RASDDUI.DLL = 2,,,,,,,,
  99. RASDDUI.HLP = 2,,,,,,,,
  100. E_SL4069.DLL = 2,,,,,,,,
  101.  
  102. ;
  103. ; Localizable Strings
  104. ;
  105. [Strings]
  106. SDN="VP-2300 セットアップディスク 2"
  107.