home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 November / VPR0311.ISO / DRIVER / NEC / 2250N4T3 / 2250n4t3.exe / N4CUSTOM / N4SETUP.INF < prev    next >
Windows Setup INFormation  |  2003-07-25  |  2KB  |  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. ; Model sections. Each section here corresponds with an entry listed in the
  23. ; [Manufacturer] section, above. The models will be displayed in the order
  24. ; that they appear in the INF file.
  25. ;
  26. ; Each model lists a variation of its own name as a compatible ID. This
  27. ; is done primarily as an optimization during upgrade.
  28. ;
  29.  
  30. [NEC]
  31. "NEC MultiWriter 2250"                              = M42250.NPD
  32.  
  33. ;
  34. ; Installer Sections
  35. ;
  36. ; These sections control file installation, and reference all files that
  37. ; need to be copied. The section name will be assumed to be the driver
  38. ; file, unless there is an explicit DriverFile section listed.
  39. ;
  40.  
  41. [M42250.NPD]
  42. CopyFiles=@M42250.NPD,P4MW3OG
  43. DataSection=P4MW3OG_DATA
  44. DataFile=M42250.NPD
  45.  
  46. ; Copy Sections
  47. ;
  48. ; Lists of files that are actually copied. These sections are referenced
  49. ; from the installer sections, above. Only create a section if it contains
  50. ; two or more files (if we only copy a single file, identify it in the
  51. ; installer section, using the @filename notation) or if it's a color
  52. ; profile (since the DestinationDirs can only handle sections, and not
  53. ; individual files).
  54. ;
  55.  
  56. [P4MW3OG]
  57. P4MW3OG.DLL
  58. P4MW3OGU.DLL
  59. P4MW3OG.HLP
  60. P4MW3OG.CNT
  61.  
  62. [SourceDisksNames.x86]
  63. 1 = %DISK1%,,
  64.  
  65. ;
  66. ;  Source Disk Section (Japanese)
  67. ;
  68.  
  69. [SourceDisksFiles]
  70. M42250.NPD = 1
  71. P4MW3OG.CNT = 1
  72. P4MW3OG.HLP = 1
  73. P4MW3OG.DLL = 1
  74. P4MW3OGU.DLL = 1
  75.  
  76. ; Data Sections
  77. ;
  78. ; These sections contain data that is shared between devices.
  79.  
  80. [P4MW3OG_DATA]
  81. DriverFile=P4MW3OG.DLL
  82. ConfigFile=P4MW3OGU.DLL
  83. HelpFile  =P4MW3OG.HLP
  84. CntFile   =P4MW3OG.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.  
  104. [Strings]
  105. NEC="日本電気"
  106. DISK1="N4CUSTOMディスク"
  107.  
  108.