home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 January / VPR9901A.BIN / DRIVER / NEC / M7JXFD2 / M7JXFD22.EXE / PRINTER.INF < prev   
Windows Setup INFormation  |  1998-06-30  |  2KB  |  98 lines

  1. ; NEC PRINTER 
  2. ;
  3. [Version]
  4. Signature="$Windows NT$"
  5. Class=Printer
  6. Provider=%NEC%
  7. LayoutFile=LAYOUT.INF
  8. ;
  9. ; The Manufacturer section lists all of the manufacturers that we will
  10. ; display in the Dialog box
  11.  
  12. [Manufacturer]
  13. %NEC%       =NEC
  14.  
  15. ;
  16. ; diskid = description,tagfile,unused,subdir
  17. ;
  18. [SourceDisksNames.x86]
  19. 1 = %wkscd%,\cdrom_w.40,,
  20. 2 = %DiskId%,DISK4.ID,,""
  21.  
  22. ;
  23. ; filename_on_source = diskid,subdir,size,checksum,spare,spare
  24. ; extra fields are nt-specific
  25. ;   bootmediaord,targetdirectory,upgradedisposition,textmodedisposition,targetname
  26. ;
  27. [SourceDisksFiles]
  28. rasdd.dll    = 1
  29. rasddui.dll  = 1
  30. rasddui.hlp  = 1
  31. N40700JX.DLL = 2
  32. LM70JXN4.DLL = 2
  33.  
  34. ;
  35. ; Model sections. Each section here corresponds with an entry listed in the
  36. ; [Manufacturer] section, above. The models will be displayed in the order
  37. ; that they appear in the INF file.
  38. ;
  39. ; Each model lists a variation of its own name as a compatible ID. This
  40. ; is done primarily as an optimization during upgrade.
  41. ;
  42.  
  43. [NEC]
  44. "NEC MultiImpact 700JX"              = N40700JX.DLL
  45.  
  46. ;
  47. ; Installer Sections
  48. ;
  49. ; These sections control file installation, and reference all files that
  50. ; need to be copied. The section name will be assumed to be the driver
  51. ; file, unless there is an explicit DriverFile section listed.
  52. ;
  53.  
  54. [N40700JX.DLL]
  55. CopyFiles=@N40700JX.DLL,@LM70JXN4.DLL,RASDD
  56. DataSection=RASDD_DATA
  57. LanguageMonitor=%PJL_MONITOR%
  58.  
  59. ; Copy Sections
  60. ;
  61. ; Lists of files that are actually copied. These sections are referenced
  62. ; from the installer sections, above. Only create a section if it contains
  63. ; two or more files (if we only copy a single file, identify it in the
  64. ; installer section, using the @filename notation) or if it's a color
  65. ; profile (since the DestinationDirs can only handle sections, and not
  66. ; individual files).
  67. ;
  68.  
  69. [RASDD]
  70. RASDD.DLL
  71. RASDDUI.DLL
  72. RASDDUI.HLP
  73.  
  74. ; Data Sections
  75. ;
  76. ; These sections contain data that is shared between devices.
  77.  
  78. [RASDD_DATA]
  79. DriverFile=RASDD.DLL
  80. ConfigFile=RASDDUI.DLL
  81. HelpFile=RASDDUI.HLP
  82. ;DefaultDataType=EMF
  83. ;
  84.  
  85. [DestinationDirs]
  86. ;DefaultDestDir=11
  87. DefaultDestDir=66000
  88.  
  89. ;
  90. ; Localizable Strings
  91. ;
  92. [Strings]
  93. MS="Microsoft"
  94. NEC="日本電気"
  95. PJL_MONITOR="PrintAgent Language Monitor for MultiImpact 700JX,LM70JXN4.DLL"
  96. DISKID="NEC MultiImpact 700JXプリンタソフトウェアディスク "
  97. wkscd = "Windows NT CD-ROM"
  98.