home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 April / VPR0004B.BIN / DRIVER / NEC / M2650F2 / M2650F22.EXE / N4SETUP.INF < prev    next >
Windows Setup INFormation  |  1999-02-15  |  3KB  |  109 lines

  1. ;
  2. ; N4SETUP.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.  
  19. [Manufacturer]
  20. %NEC%=NEC
  21.  
  22. ;
  23. ; diskid = description,tagfile,unused,subdir
  24. ;
  25. [SourceDisksNames.x86]
  26. 1 = %DiskId%,,,""
  27.  
  28. ;
  29. ; filename_on_source = diskid,subdir,size,checksum,spare,spare
  30. ; extra fields are nt-specific
  31. ;   bootmediaord,targetdirectory,upgradedisposition,textmodedisposition,targetname
  32. ;
  33. [SourceDisksFiles]
  34. njll09n4.dll   = 1,,166400,,,,,2,0,0
  35.  
  36. ;
  37. ; Model sections. Each section here corresponds with an entry listed in the
  38. ; [Manufacturer] section, above. The models will be displayed in the order
  39. ; that they appear in the INF file.
  40. ;
  41. ; Each model lists a variation of its own name as a compatible ID. This
  42. ; is done primarily as an optimization during upgrade.
  43. ;
  44.  
  45. [NEC]
  46. "NEC MultiWriter 2650"                              = M42650.NPD
  47.  
  48. ;
  49. ; Installer Sections
  50. ;
  51. ; These sections control file installation, and reference all files that
  52. ; need to be copied. The section name will be assumed to be the driver
  53. ; file, unless there is an explicit DriverFile section listed.
  54. ;
  55. [M42650.NPD]
  56. CopyFiles=@M42650.NPD,@NJLL09N4.DLL,P4MW3OH
  57. DataSection=P4MW3OH_DATA
  58. DataFile=M42650.NPD
  59. LanguageMonitor=%PJL_MONITOR%
  60.  
  61.  
  62. ; Copy Sections
  63. ;
  64. ; Lists of files that are actually copied. These sections are referenced
  65. ; from the installer sections, above. Only create a section if it contains
  66. ; two or more files (if we only copy a single file, identify it in the
  67. ; installer section, using the @filename notation) or if it's a color
  68. ; profile (since the DestinationDirs can only handle sections, and not
  69. ; individual files).
  70. ;
  71.  
  72. [P4MW3OH]
  73. P4MW3OH.DLL
  74. P4MW3OHU.DLL
  75. P4MW3OH.HLP
  76. P4MW3OH.CNT
  77.  
  78. ; Data Sections
  79. ;
  80. ; These sections contain data that is shared between devices.
  81. [P4MW3OH_DATA]
  82. DriverFile=P4MW3OH.DLL
  83. ConfigFile=P4MW3OHU.DLL
  84. HelpFile  =P4MW3OH.HLP
  85. CntFile   =P4MW3OH.CNT
  86.  
  87. ;
  88. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  89. ; (depending on which environment drivers are getting installed)
  90. ;
  91.  
  92. [DestinationDirs]
  93. DefaultDestDir=66000
  94.  
  95. ;
  96. ; Control Flags
  97. ;
  98. [ControlFlags]
  99. ExcludeFromSelect = 2369
  100.  
  101. ;
  102. ; Localizable Strings
  103. ;
  104. [Strings]
  105. MS="Microsoft"
  106. NEC="日本電気"
  107. PJL_MONITOR="PrintAgent Language Monitor for MultiWriter 2650,NJLL09N4.DLL"
  108. DISKID="NMPSディスク #2"
  109.