home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 March / VPR9903B.ISO / SUPPORT / USPRNDRV / CANONLBP.INF < prev    next >
Windows Setup INFormation  |  1998-11-10  |  2KB  |  107 lines

  1.  
  2. ; CANONLBP.INF ( for NT 4.0 Service Pack 4 )
  3. ;
  4. ; List of supported printers, manufacturers
  5. ;
  6.  
  7. [Version]
  8. Signature="$Windows NT$"
  9. Provider=%MS%
  10. LayoutFile=canonlbp.inf
  11. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  12. Class=Printer
  13.  
  14. ;
  15. ; The Manufacturer section lists all of the manufacturers that we will
  16. ; display in the Dialog box
  17. ;
  18. [Manufacturer]
  19. "Canon"
  20.  
  21. ;
  22. ; Model sections. Each section here corresponds with an entry listed in the
  23. ; [Manufacturer] section, above. The models will be displayed in the order
  24. ; that they appear in the INF file.
  25. ;
  26.  
  27. [Canon]
  28. "Canon LBP-1260C PCL"                                  = PCL5EMS2.DLL
  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.  
  37. [PCL5EMS2.DLL]
  38. CopyFiles=@PCL5EMS2.DLL,RASDD
  39. DataSection=RASDD_DATA
  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.  
  51. [RASDD]
  52. RASDD.DLL
  53. RASDDUI.DLL
  54. RASDDUI.HLP
  55.  
  56. ;
  57. ; Data Sections
  58. ;
  59. ; These sections contain data that is shared between devices.
  60. ;
  61. [RASDD_DATA]
  62. DriverFile=RASDD.DLL
  63. ConfigFile=RASDDUI.DLL
  64. HelpFile=RASDDUI.HLP
  65.  
  66. ;
  67. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  68. ; (depending on which environment drivers are getting installed)
  69. ;
  70.  
  71. [DestinationDirs]
  72. DefaultDestDir=66000
  73.  
  74. ;
  75. ; diskid = description,tagfile,unused,subdir
  76. ;
  77. [SourceDisksNames.x86]
  78. 4 = %sp%,,,\i386
  79.  
  80. [SourceDisksNames.alpha]
  81. 4 = %sp%,,,\alpha
  82.  
  83.  
  84. ;
  85. ; These sections are used during text-mode setup and correspond
  86. ; to the targetdirectory field in the [SourceDisksFiles] section.
  87. ;
  88.  
  89. ;
  90. ; filename_on_source = diskid,subdir,size,checksum,spare,spare
  91. ; extra fields are nt-specific
  92. ;   bootmediaord,targetdirectory,upgradedisposition,textmodedisposition,targetname
  93. ;
  94. [SourceDisksFiles]
  95. rasdd.dll    = 4
  96. rasddui.dll  = 4
  97. rasddui.hlp  = 4
  98. PCL5EMS2.dll  = 4
  99.  
  100.  
  101. ;
  102. ; Localizable Strings
  103. ;
  104. [Strings]
  105. MS="Microsoft"
  106. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  107. sp="NT Service Pack 4"