home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 April / VPR0004B.BIN / DRIVER / NEC / M225HF1 / M225HF13.EXE / N4SETUP.INF < prev    next >
Windows Setup INFormation  |  1999-12-15  |  3KB  |  108 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. njll13n4.dll   = 1,,198144,,,,,2,0,0
  34.  
  35. ;
  36. ; Model sections. Each section here corresponds with an entry listed in the
  37. ; [Manufacturer] section, above. The models will be displayed in the order
  38. ; that they appear in the INF file.
  39. ;
  40. ; Each model lists a variation of its own name as a compatible ID. This
  41. ; is done primarily as an optimization during upgrade.
  42. ;
  43.  
  44. [NEC]
  45. "NEC MultiWriter 2250H"                              = NS4LDDI.NPD
  46.  
  47. ;
  48. ; Installer Sections
  49. ;
  50. ; These sections control file installation, and reference all files that
  51. ; need to be copied. The section name will be assumed to be the driver
  52. ; file, unless there is an explicit DriverFile section listed.
  53. ;
  54. [NS4LDDI.NPD]
  55. CopyFiles=@NS4LDDI.NPD,@NJLL13N4.DLL,NS4LDD
  56. DataSection=NS4LDD_DATA
  57. DataFile=NS4LDDI.NPD
  58. LanguageMonitor=%PJL_MONITOR%
  59.  
  60.  
  61. ; Copy Sections
  62. ;
  63. ; Lists of files that are actually copied. These sections are referenced
  64. ; from the installer sections, above. Only create a section if it contains
  65. ; two or more files (if we only copy a single file, identify it in the
  66. ; installer section, using the @filename notation) or if it's a color
  67. ; profile (since the DestinationDirs can only handle sections, and not
  68. ; individual files).
  69. ;
  70.  
  71. [NS4LDD]
  72. NS4LDDD.DLL
  73. NS4LDDU.DLL
  74. NS4LDDJ.HLP
  75. NS4LDDJ.CNT
  76.  
  77. ; Data Sections
  78. ;
  79. ; These sections contain data that is shared between devices.
  80. [NS4LDD_DATA]
  81. DriverFile=NS4LDDD.DLL
  82. ConfigFile=NS4LDDU.DLL
  83. HelpFile  =NS4LDDJ.HLP
  84. CntFile   =NS4LDDJ.CNT
  85.  
  86. ;
  87. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  88. ; (depending on which environment drivers are getting installed)
  89. ;
  90.  
  91. [DestinationDirs]
  92. DefaultDestDir=66000
  93.  
  94. ;
  95. ; Control Flags
  96. ;
  97. [ControlFlags]
  98. ExcludeFromSelect = 2369
  99.  
  100. ;
  101. ; Localizable Strings
  102. ;
  103. [Strings]
  104. MS="Microsoft"
  105. NEC="日本電気"
  106. PJL_MONITOR="PrintAgent Language Monitor for MultiWriter 2250H,NJLL13N4.DLL"
  107. DISKID="NMPSディスク #3"
  108.