home *** CD-ROM | disk | FTP | other *** search
/ PC World 1997 November / PCWorld_1997-11_cd.bin / hardware / prehled / panason / ovladace / kx_p362x / PANA24S.INF < prev    next >
Windows Setup INFormation  |  1995-11-29  |  2KB  |  77 lines

  1. [Version]
  2. Signature="$CHICAGO$"
  3. Class=Printer
  4. Provider="Panasonic"
  5.  
  6.  
  7. ; The Manufacturer section lists all of the manufacturers that we will
  8. ; display in the Dialog box
  9. [Manufacturer]
  10. "Panasonic"
  11.  
  12.  
  13. ; Model sections. Each section here corresponds with an entry listed in the
  14. ; [Manufacturer] section, above. The models will be displayed in the order
  15. ; that they appear in the INF file.
  16. ;
  17. ; Each model lists a variation of its own name as a compatible ID. This
  18. ; is done primarily as an optimization during upgrade.
  19. ;
  20. [Panasonic]
  21. "Panasonic KX-P3624"              = PANA24S.DRV,Panasonic_KX-P3624
  22. "Panasonic KX-P3626"              = PANA24S.DRV,Panasonic_KX-P3626
  23.  
  24.  
  25. ; Installer Sections
  26. ;
  27. ; These sections control file installation, and reference all files that
  28. ; need to be copied. The section name will be assumed to be the driver
  29. ; file, unless there is an explicit DriverFile section listed.
  30. ;
  31. [PANA24S.DRV]
  32. CopyFiles=@PANA24S.DRV,UNI
  33. DataSection=UNI_DATA
  34.  
  35.  
  36. ; Copy Sections
  37. ;
  38. ; Lists of files that are actually copied. These sections are referenced
  39. ; from the installer sections, above. Only create a section if it contains
  40. ; two or more files (if we only copy a single file, identify it in the
  41. ; installer section, using the @filename notation) or if it's a color
  42. ; profile (since the DestinationDirs can only handle sections, and not
  43. ; individual files).
  44. ;
  45. [UNI]
  46. UNIDRV.DLL
  47. UNIDRV.HLP
  48. ICONLIB.DLL
  49.  
  50.  
  51. ; Data Sections
  52. ;
  53. ; These sections contain data that is shared between devices.
  54. ;
  55. [UNI_DATA]
  56. HelpFile=UNIDRV.HLP
  57. DefaultDataType=EMF
  58.  
  59.  
  60. ; Color profiles go to the colors directory. All other files go to the
  61. ; system directory
  62. ;
  63. [DestinationDirs]
  64. DefaultDestDir=11
  65.  
  66.  
  67. [SourceDisksNames]
  68. ; Cabinet file names and associated disks
  69. ; <cab#> = <disk#>,<cabinet filename>, ID (Unused, must be 0)
  70. 1="Panasonic 24-pin Scalable Printer Driver",,0
  71.  
  72.  
  73. [SourceDisksFiles]
  74. ;<file> = <cabinet number>,<subdir>,<filename>,<size>,<checksum>
  75. ;Note: File is not in a cabinet if cab# is 0
  76. PANA24S.DRV=1
  77.