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