home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 September / VPR9809B.ISO / DRIVER / nec / m2xefd / m2xefd22.exe / N4SETUP.INF < prev    next >
Windows Setup INFormation  |  1998-04-10  |  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. njll07n4.dll   = 1,,151552,,,,,2,0,0
  41.  
  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 2200XE"                              = M42200XE.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. [M42200XE.NPD]
  63. CopyFiles=@M42200XE.NPD,@NJLL07N4.DLL,P4MW3OE
  64. DataSection=P4MW3OE_DATA
  65. DataFile=M42200XE.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. [P4MW3OE]
  79. P4MW3OE.DLL
  80. P4MW3OEU.DLL
  81. P4MW3OE.HLP
  82. P4MW3OE.CNT
  83.  
  84. ; Data Sections
  85. ;
  86. ; These sections contain data that is shared between devices.
  87.  
  88. [P4MW3OE_DATA]
  89. DriverFile=P4MW3OE.DLL
  90. ConfigFile=P4MW3OEU.DLL
  91. HelpFile=P4MW3OE.HLP
  92. CntFile=P4MW3OE.CNT
  93. ;DefaultDataType=RAW
  94.  
  95. ;
  96. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  97. ; (depending on which environment drivers are getting installed)
  98. ;
  99.  
  100. [DestinationDirs]
  101. DefaultDestDir=66000
  102.  
  103. ;
  104. ; Control Flags
  105. ;
  106. [ControlFlags]
  107. ExcludeFromSelect = 2369
  108. ;
  109. ; Localizable Strings
  110. ;
  111. [Strings]
  112. MS="Microsoft"
  113. NEC="日本電気"
  114. PJL_MONITOR="PrintAgent Language Monitor for MultiWriter 2200XE,NJLL07N4.DLL"
  115. DISKID="NMPSディスク #2"
  116.