home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 September / VPR9809B.ISO / DRIVER / nec / pr700xh2 / pr700xh2.exe / WINNT40 / PRINTER.INF < prev   
Windows Setup INFormation  |  1997-06-25  |  2KB  |  75 lines

  1. ; NEC PRINTER 
  2. ;
  3. [Version]
  4. ;Signature="$CHICAGO$"
  5. Signature="$Windows NT$"
  6. Class=Printer
  7. Provider=%NEC%
  8. LayoutFile=LAYOUT.INF
  9. ;
  10. ; The Manufacturer section lists all of the manufacturers that we will
  11. ; display in the Dialog box
  12.  
  13. [Manufacturer]
  14. %NEC%       =NEC
  15.  
  16. ;
  17. ; Model sections. Each section here corresponds with an entry listed in the
  18. ; [Manufacturer] section, above. The models will be displayed in the order
  19. ; that they appear in the INF file.
  20. ;
  21. ; Each model lists a variation of its own name as a compatible ID. This
  22. ; is done primarily as an optimization during upgrade.
  23. ;
  24.  
  25. [NEC]
  26. "NEC PC-PR700XH"                                       = PR700XH.DLL
  27.  
  28. ;
  29. ; Installer Sections
  30. ;
  31. ; These sections control file installation, and reference all files that
  32. ; need to be copied. The section name will be assumed to be the driver
  33. ; file, unless there is an explicit DriverFile section listed.
  34. ;
  35.  
  36. [PR700XH.DLL]
  37. CopyFiles=@PR700XH.DLL,RASDD
  38. DataSection=RASDD_DATA
  39.  
  40. ; Copy Sections
  41. ;
  42. ; Lists of files that are actually copied. These sections are referenced
  43. ; from the installer sections, above. Only create a section if it contains
  44. ; two or more files (if we only copy a single file, identify it in the
  45. ; installer section, using the @filename notation) or if it's a color
  46. ; profile (since the DestinationDirs can only handle sections, and not
  47. ; individual files).
  48. ;
  49.  
  50. [RASDD]
  51. RASDD.DLL
  52. RASDDUI.DLL
  53. RASDDUI.HLP
  54.  
  55. ; Data Sections
  56. ;
  57. ; These sections contain data that is shared between devices.
  58.  
  59. [RASDD_DATA]
  60. DriverFile=RASDD.DLL
  61. ConfigFile=RASDDUI.DLL
  62. HelpFile=RASDDUI.HLP
  63. ;DefaultDataType=EMF
  64. ;
  65.  
  66. [DestinationDirs]
  67. ;DefaultDestDir=11
  68. DefaultDestDir=66000
  69.  
  70. ;
  71. ; Localizable Strings
  72. ;
  73. [Strings]
  74. NEC="日本電気"
  75.