home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 November / VPR0311.ISO / DRIVER / NEC / M2650A50 / m2650a50.exe / DISK3 / N4SETUP.INF < prev    next >
Windows Setup INFormation  |  2003-07-25  |  2KB  |  110 lines

  1.  
  2. ; NECPRINT.INF
  3. ;
  4. ; List of supported printers, manufacturers
  5. ;
  6.  
  7. [Version]
  8. Signature="$Windows NT$"
  9. Provider=%NEC%
  10. LayoutFile=layout.inf
  11. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  12. Class=Printer
  13.  
  14. ;
  15. ; The Manufacturer section lists all of the manufacturers that we will
  16. ; display in the Dialog box
  17.  
  18. [Manufacturer]
  19. %NEC%=NEC
  20.  
  21. ;
  22. ; Model sections. 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. ; Each model lists a variation of its own name as a compatible ID. This
  27. ; is done primarily as an optimization during upgrade.
  28. ;
  29.  
  30. [NEC]
  31. "NEC MultiWriter 2650"                              = M42650.NPD
  32.  
  33. ;
  34. ; Installer Sections
  35. ;
  36. ; These sections control file installation, and reference all files that
  37. ; need to be copied. The section name will be assumed to be the driver
  38. ; file, unless there is an explicit DriverFile section listed.
  39. ;
  40.  
  41. [M42650.NPD]
  42. CopyFiles=@M42650.NPD,@NJLL09N4.DLL,P4MW3OH
  43. DataSection=P4MW3OH_DATA
  44. DataFile=M42650.NPD
  45. LanguageMonitor=%PJL_MONITOR%
  46.  
  47. ; Copy Sections
  48. ;
  49. ; Lists of files that are actually copied. These sections are referenced
  50. ; from the installer sections, above. Only create a section if it contains
  51. ; two or more files (if we only copy a single file, identify it in the
  52. ; installer section, using the @filename notation) or if it's a color
  53. ; profile (since the DestinationDirs can only handle sections, and not
  54. ; individual files).
  55. ;
  56.  
  57. [P4MW3OH]
  58. P4MW3OH.DLL
  59. P4MW3OHU.DLL
  60. P4MW3OH.HLP
  61. P4MW3OH.CNT
  62.  
  63. [SourceDisksNames.x86]
  64. 1 = %DISK1%,,
  65.  
  66. ;
  67. ;  Source Disk Section (Japanese)
  68. ;
  69.  
  70. [SourceDisksFiles]
  71. M42650.NPD = 1
  72. P4MW3OH.CNT = 1
  73. P4MW3OH.HLP = 1
  74. P4MW3OH.DLL = 1
  75. P4MW3OHU.DLL = 1
  76. njll09n4.dll   = 1,,166912,,,,,2,0,0
  77.  
  78. ; Data Sections
  79. ;
  80. ; These sections contain data that is shared between devices.
  81.  
  82. [P4MW3OH_DATA]
  83. DriverFile=P4MW3OH.DLL
  84. ConfigFile=P4MW3OHU.DLL
  85. HelpFile  =P4MW3OH.HLP
  86. CntFile   =P4MW3OH.CNT
  87.  
  88. ;
  89. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  90. ; (depending on which environment drivers are getting installed)
  91. ;
  92.  
  93. [DestinationDirs]
  94. DefaultDestDir=66000
  95.  
  96. ;
  97. ; Control Flags
  98. ;
  99. [ControlFlags]
  100. ExcludeFromSelect = 2369
  101.  
  102. ;
  103. ; Localizable Strings
  104. ;
  105.  
  106. [Strings]
  107. NEC="日本電気"
  108. DISK1="NMPSディスク #3"
  109. PJL_MONITOR="PrintAgent Language Monitor for MultiWriter 2650,NJLL09N4.DLL"
  110.