home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 October / VPR9810B.BIN / DRIVER / nec / M2050F / M2050F21.EXE / N4SETUP.INF < prev    next >
Windows Setup INFormation  |  1998-06-12  |  3KB  |  116 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 = %wkscd%,\cdrom_w.40,,""
  27. ;1 = %disk_name%,\cdrom_w.40,,""
  28. ;1=%disk_name%,,0
  29. 1 = %DiskId%,,,""
  30. _1 = %wks1%,\disk101,,""
  31. _2 = %wks2%,\disk102,,""
  32. _3 = %wks3%,\disk103,,""
  33.  
  34. ;
  35. ; filename_on_source = diskid,subdir,size,checksum,spare,spare
  36. ; extra fields are nt-specific
  37. ;   bootmediaord,targetdirectory,upgradedisposition,textmodedisposition,targetname
  38. ;
  39. [SourceDisksFiles]
  40. ;njlmonn4.dll   = 1,,87552,,,,,2,0,0
  41. njll08n4.dll   = 1,,160768,,,,,2,0,0
  42. ;
  43. ; Model sections. Each section here corresponds with an entry listed in the
  44. ; [Manufacturer] section, above. The models will be displayed in the order
  45. ; that they appear in the INF file.
  46. ;
  47. ; Each model lists a variation of its own name as a compatible ID. This
  48. ; is done primarily as an optimization during upgrade.
  49. ;
  50.  
  51. [NEC]
  52. "NEC MultiWriter 2050"                              = M42050.NPD
  53.  
  54. ;
  55. ; Installer Sections
  56. ;
  57. ; These sections control file installation, and reference all files that
  58. ; need to be copied. The section name will be assumed to be the driver
  59. ; file, unless there is an explicit DriverFile section listed.
  60. ;
  61.  
  62. [M42050.NPD]
  63. CopyFiles=@M42050.NPD,@NJLL08N4.DLL,P4MW3OF
  64. DataSection=P4MW3OF_DATA
  65. DataFile=M42050.NPD
  66. LanguageMonitor=%PJL_MONITOR%
  67.  
  68. ; Copy Sections
  69. ;
  70. ; Lists of files that are actually copied. These sections are referenced
  71. ; from the installer sections, above. Only create a section if it contains
  72. ; two or more files (if we only copy a single file, identify it in the
  73. ; installer section, using the @filename notation) or if it's a color
  74. ; profile (since the DestinationDirs can only handle sections, and not
  75. ; individual files).
  76. ;
  77.  
  78. [P4MW3OF]
  79. P4MW3OF.DLL
  80. P4MW3OFU.DLL
  81. P4MW3OF.HLP
  82. P4MW3OF.CNT
  83.  
  84. ; Data Sections
  85. ;
  86. ; These sections contain data that is shared between devices.
  87.  
  88. [P4MW3OF_DATA]
  89. DriverFile=P4MW3OF.DLL
  90. ConfigFile=P4MW3OFU.DLL
  91. HelpFile  =P4MW3OF.HLP
  92. CntFile   =P4MW3OF.CNT
  93.  
  94. ;
  95. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  96. ; (depending on which environment drivers are getting installed)
  97. ;
  98.  
  99. [DestinationDirs]
  100. DefaultDestDir=66000
  101.  
  102. ;
  103. ; Control Flags
  104. ;
  105. [ControlFlags]
  106. ExcludeFromSelect = 2369
  107. ;
  108. ; Localizable Strings
  109. ;
  110. [Strings]
  111. MS="Microsoft"
  112. NEC="日本電気"
  113. ;PJL_MONITOR="PrintAgent Language Monitor,NJLMONN4.DLL"
  114. PJL_MONITOR="PrintAgent Language Monitor for MultiWriter 2050,NJLL08N4.DLL"
  115. DISKID="NMPSディスク #2"
  116.