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

  1.  
  2. ; Canon800.INF (for SPD)
  3. ;
  4. ; List of supported printers, manufacturers
  5. ;
  6.  
  7. [Version]
  8. Signature="$Windows NT$"
  9. Provider=%MS%
  10. LayoutFile=canon800.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 Bubble-Jet BJC-80"                              = CANON800.DLL
  29. "Canon Bubble-Jet BJC-240"                             = CANON800.DLL
  30. "Canon Bubble-Jet BJC-250"                             = CANON800.DLL
  31. "Canon Bubble-Jet BJC-610"                             = CANON800.DLL
  32. "Canon Bubble-Jet BJC-620"                             = CANON800.DLL
  33. "Canon Bubble-Jet BJC-4200"                            = CANON800.DLL
  34. "Canon Bubble-Jet BJC-4300"                            = CANON800.DLL
  35. "Canon Bubble-Jet BJC-4550"                            = CANON800.DLL
  36. "Canon Bubble-Jet BJC-4650"                            = CANON800.DLL
  37.  
  38.  
  39. ;
  40. ; Installer Sections
  41. ;
  42. ; These sections control file installation, and reference all files that
  43. ; need to be copied. The section name will be assumed to be the driver
  44. ; file, unless there is an explicit DriverFile section listed.
  45. ;
  46.  
  47. [CANON800.DLL]
  48. CopyFiles=@CANON800.DLL,RASDD
  49. DataSection=RASDD_DATA
  50.  
  51. ; Copy Sections
  52. ;
  53. ; Lists of files that are actually copied. These sections are referenced
  54. ; from the installer sections, above. Only create a section if it contains
  55. ; two or more files (if we only copy a single file, identify it in the
  56. ; installer section, using the @filename notation) or if it's a color
  57. ; profile (since the DestinationDirs can only handle sections, and not
  58. ; individual files).
  59. ;
  60.  
  61. [RASDD]
  62. RASDD.DLL
  63. RASDDUI.DLL
  64. RASDDUI.HLP
  65.  
  66. ;
  67. ; Data Sections
  68. ;
  69. ; These sections contain data that is shared between devices.
  70. ;
  71. [RASDD_DATA]
  72. DriverFile=RASDD.DLL
  73. ConfigFile=RASDDUI.DLL
  74. HelpFile=RASDDUI.HLP
  75.  
  76. ;
  77. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  78. ; (depending on which environment drivers are getting installed)
  79. ;
  80.  
  81. [DestinationDirs]
  82. DefaultDestDir=66000
  83.  
  84. ;
  85. ; diskid = description,tagfile,unused,subdir
  86. ;
  87. [SourceDisksNames.x86]
  88. 4 = %sp%,,,\i386
  89.  
  90. [SourceDisksNames.alpha]
  91. 4 = %sp%,,,\alpha
  92.  
  93. ;
  94. ; These sections are used during text-mode setup and correspond
  95. ; to the targetdirectory field in the [SourceDisksFiles] section.
  96. ;
  97.  
  98. ;
  99. ; filename_on_source = diskid,subdir,size,checksum,spare,spare
  100. ; extra fields are nt-specific
  101. ;   bootmediaord,targetdirectory,upgradedisposition,textmodedisposition,targetname
  102. ;
  103. [SourceDisksFiles]
  104. rasdd.dll    = 4
  105. rasddui.dll  = 4
  106. rasddui.hlp  = 4
  107. CANON800.dll  = 4
  108.  
  109.  
  110. ;
  111. ; Localizable Strings
  112. ;
  113. [Strings]
  114. MS="SPD"
  115. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  116. sp="Supplemental Printer Disk for NT4.0"