home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 October / VPR0310.ISO / DRIVER / NEC / 2800N4T5 / 2800n4t5.exe / N4CUSTOM / N4SETUP.INF next >
Encoding:
Text (UTF-16)  |  2003-06-13  |  3.2 KB  |  99 lines

  1. ;
  2. ; N4SETUP.INF (for Windows NT 4.0)
  3. ;
  4. ; Copyright 2000-2001 NEC. All right reserved
  5. ;
  6.  
  7. [Version]
  8. Signature       = "$Windows NT$"
  9. Provider        = %NEC%
  10. ClassGUID       = {4D36E979-E325-11CE-BFC1-08002BE10318}
  11. Class           = Printer
  12. LayoutFile      = Layout.inf
  13.  
  14. ;
  15. ;
  16. ; Manufacturer section (Japanese)
  17. ;
  18.  
  19. [Manufacturer]
  20. %NEC%           = NEC.JPN
  21.  
  22. ;
  23. ; Model sections (Japanese)
  24. ;
  25.  
  26. [NEC.JPN]
  27. "NEC MultiWriter 2800"     = NS4LDNI.NPD
  28.  
  29. ;
  30. ; Installer Sections (Japanese)
  31. ;
  32.  
  33. [NS4LDNI.NPD]
  34. CopyFiles       = @NS4LDNI.NPD,@NS4FKSJ.DLL,@NS4LDNJ.CNT,@NS4FKSE.DLL,@NS4LDNE.HLP,@NS4LDNE.CNT,NS4LDND
  35. DataSection     = NS4LDND_DATA
  36. DataFile        = NS4LDNI.NPD
  37.  
  38. ;
  39. ; Copy section (Japanese)
  40. ;
  41.  
  42. [NS4LDND]
  43. NS4FKSD.DLL
  44. NS4FKSU.DLL
  45. NS4LDNJ.HLP
  46.  
  47. ;
  48. ;  Source Disk Section (Japanese)
  49. ;
  50.  
  51. [SourceDisksNames.x86]
  52. 1 = %DISK1%,,,
  53.  
  54. [SourceDisksFiles]
  55. NS4FKSD.DLL     = 1
  56. NS4FKSU.DLL     = 1
  57. NS4FKSJ.DLL     = 1
  58. NS4FKSE.DLL     = 1
  59. NS4LDNI.NPD     = 1
  60. NS4LDNJ.HLP     = 1
  61. NS4LDNJ.CNT     = 1
  62. NS4LDNE.HLP     = 1
  63. NS4LDNE.CNT     = 1
  64.  
  65. ;
  66. ; Data Sections
  67. ;
  68. ; These sections contain data that is shared between devices.
  69. ;
  70.  
  71. [NS4LDND_DATA]
  72. DriverFile      = NS4FKSD.DLL
  73. ConfigFile      = NS4FKSU.DLL
  74. HelpFile        = NS4LDNJ.HLP
  75.  
  76. ;
  77. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  78. ; (depending on which environment drivers are getting installed)
  79. ;
  80.  
  81. [DestinationDirs]
  82. DefaultDestDir  = 66000
  83.  
  84. ;
  85. ; Localizable Strings
  86. ;
  87.  
  88. [Strings]
  89. DISK1           = "N4CUSTOMディスク"
  90. NEC             = "日本電気"
  91.  
  92. ;
  93. ; Control Flags
  94. ;
  95.  
  96. [ControlFlags]
  97. ExcludeFromSelect = 2369
  98.  
  99.