home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 September / VPR9809B.ISO / DRIVER / nec / pr700xh2 / pr700xh2.exe / WIN95 / OEMSETUP.INF next >
Windows Setup INFormation  |  1997-05-14  |  2KB  |  83 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 PC-PR700JH"        = PR700V1.DRV,NEC_PC-PR700JH
  29. "NEC PC-PR700XH"        = PR700V1.DRV,NEC_PC-PR700XH
  30. ;"NEC PC-PR700JH"        = PR700V1.DRV,LPTENUM\NECPC-PR700JH21CA,NECPC-PR700JH21CA,NEC_PC-PR700JH
  31. ;"NEC PC-PR700XH"        = PR700V1.DRV,LPTENUM\NECPC_PR700XH83C6,NECPC_PR700XH83C6,NEC_PC-PR700XH
  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. [PR700V1.DRV]
  41. CopyFiles=@PR700V1.DRV,UNI
  42. DataSection=UNI_DATA
  43.  
  44. ; Copy Sections
  45. ;
  46. ; Lists of files that are actually copied. These sections are referenced
  47. ; from the installer sections, above. Only create a section if it contains
  48. ; two or more files (if we only copy a single file, identify it in the
  49. ; installer section, using the @filename notation) or if it's a color
  50. ; profile (since the DestinationDirs can only handle sections, and not
  51. ; individual files).
  52. ;
  53. [UNI]
  54. UNIDRV.DLL
  55. UNIDRV.HLP
  56. ICONLIB.DLL
  57. DMCOLOR.DLL
  58. ;
  59. ; Data Sections
  60. ;
  61. ; These sections contain data that is shared between devices.
  62. ;
  63.  
  64. [UNI_DATA]
  65. HelpFile=UNIDRV.HLP
  66. DefaultDataType=EMF
  67.  
  68. ; Localizable Strings
  69. ;
  70. [Strings]
  71. MS="Microsoft"
  72. CLASSNAME="プリンタ"
  73. GENERIC="一般 / テキストのみ"
  74. PJL_MONITOR="PJL 言語モニター、PJLMON.DLL"
  75. PS_MONITOR="PostScript 言語モニター、PSMON.DLL"
  76.  
  77. ; Lacalizable Manufacturer Names
  78. ;
  79. NEC="NEC"
  80.  
  81. [DestinationDirs]
  82. DefaultDestDir=11
  83.