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

  1. ; OEMSETUP.INF Japanese version
  2. ;
  3. ; List of supported printers, manufacturers L through Z
  4. ;
  5.  
  6. [Version]
  7. Signature="$CHICAGO$"
  8. Class=Printer
  9. Provider=%MS%
  10. LayoutFile=layout.inf
  11.  
  12. ;
  13. ; The Manufacturer section lists all of the manufacturers that we will
  14. ; display in the Dialog box
  15.  
  16. [Manufacturer]
  17. %NEC%                 =Mfg.NEC
  18. ;
  19. ; Model sections. Each section here corresponds with an entry listed in the
  20. ; [Manufacturer] section, above. The models will be displayed in the order
  21. ; that they appear in the INF file.
  22. ;
  23. ; Each model lists a variation of its own name as a compatible ID. This
  24. ; is done primarily as an optimization during upgrade.
  25. ;
  26.  
  27. [Mfg.NEC]
  28. "NEC MultiImpact 700JX"        = N95700JX.DRV,LPTENUM\NECMultiImpact_700JX8F5A,NECMultiImpact_700JX8F5A,NEC_MultiImpact_700JX
  29.  
  30. ; Installer Sections
  31. ;
  32. ; These sections control file installation, and reference all files that
  33. ; need to be copied. The section name will be assumed to be the driver
  34. ; file, unless there is an explicit DriverFile section listed.
  35. ;
  36. [N95700JX.DRV]
  37. CopyFiles=@N95700JX.DRV,@LM70JX95.DLL,UNI
  38. DataSection=UNI_DATA
  39. LanguageMonitor=%NPJL_MONITOR%
  40.  
  41. ; Copy Sections
  42. ;
  43. ; Lists of files that are actually copied. These sections are referenced
  44. ; from the installer sections, above. Only create a section if it contains
  45. ; two or more files (if we only copy a single file, identify it in the
  46. ; installer section, using the @filename notation) or if it's a color
  47. ; profile (since the DestinationDirs can only handle sections, and not
  48. ; individual files).
  49. ;
  50. [UNI]
  51. UNIDRV.DLL
  52. UNIDRV.HLP
  53. ICONLIB.DLL
  54. DMCOLOR.DLL
  55. ;
  56. ; Data Sections
  57. ;
  58. ; These sections contain data that is shared between devices.
  59. ;
  60.  
  61. [UNI_DATA]
  62. HelpFile=UNIDRV.HLP
  63. DefaultDataType=EMF
  64.  
  65. ; Localizable Strings
  66. ;
  67. [Strings]
  68. MS="Microsoft"
  69. CLASSNAME="プリンタ"
  70. GENERIC="一般 / テキストのみ"
  71. PJL_MONITOR="PJL 言語モニター、PJLMON.DLL"
  72. PS_MONITOR="PostScript 言語モニター、PSMON.DLL"
  73. NPJL_MONITOR="PrintAgent Language Monitor for MultiImpact 700JX,LM70JX95.DLL"
  74.  
  75. ; Lacalizable Manufacturer Names
  76. ;
  77. NEC="NEC"
  78.  
  79. [DestinationDirs]
  80. DefaultDestDir=11
  81.