home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 March / VPR0003B.ISO / support / usprndrv / pclibm.inf < prev    next >
Windows Setup INFormation  |  1999-10-14  |  3KB  |  109 lines

  1.  
  2. ; PCLIBM.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=PCLIBM.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. "IBM"
  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. [IBM]
  28. "IBM Network Printer 12 (PCL)"                         = PCLIBM.DLL
  29. "IBM Network Printer 17 (PCL)"                         = PCLIBM.DLL
  30. "IBM Network Printer 24 (PCL)"                         = PCLIBM.DLL
  31.  
  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.  
  41. [PCLIBM.DLL]
  42. CopyFiles=@PCLIBM.DLL,RASDD
  43. DataSection=RASDD_DATA
  44.  
  45.  
  46. ; Copy Sections
  47. ;
  48. ; Lists of files that are actually copied. These sections are referenced
  49. ; from the installer sections, above. Only create a section if it contains
  50. ; two or more files (if we only copy a single file, identify it in the
  51. ; installer section, using the @filename notation) or if it's a color
  52. ; profile (since the DestinationDirs can only handle sections, and not
  53. ; individual files).
  54. ;
  55.  
  56. [RASDD]
  57. RASDD.DLL
  58. RASDDUI.DLL
  59. RASDDUI.HLP
  60.  
  61. ;
  62. ; Data Sections
  63. ;
  64. ; These sections contain data that is shared between devices.
  65. ;
  66. [RASDD_DATA]
  67. DriverFile=RASDD.DLL
  68. ConfigFile=RASDDUI.DLL
  69. HelpFile=RASDDUI.HLP
  70.  
  71. ;
  72. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  73. ; (depending on which environment drivers are getting installed)
  74. ;
  75.  
  76. [DestinationDirs]
  77. DefaultDestDir=66000
  78.  
  79. ;
  80. ; diskid = description,tagfile,unused,subdir
  81. ;
  82. [SourceDisksNames.x86]
  83. 4 = %sp%,,,\i386
  84.  
  85. [SourceDisksNames.alpha]
  86. 4 = %sp%,,,\alpha
  87.  
  88. ;
  89. ; These sections are used during text-mode setup and correspond
  90. ; to the targetdirectory field in the [SourceDisksFiles] section.
  91. ;
  92.  
  93. ;
  94. ; filename_on_source = diskid,subdir,size,checksum,spare,spare
  95. ; extra fields are nt-specific
  96. ;   bootmediaord,targetdirectory,upgradedisposition,textmodedisposition,targetname
  97. ;
  98. [SourceDisksFiles]
  99. rasdd.dll    = 4
  100. rasddui.dll  = 4
  101. rasddui.hlp  = 4
  102. PCLIBM.dll   = 4
  103.  
  104. ;
  105. ; Localizable Strings
  106. ;
  107. [Strings]
  108. MS="Microsoft"
  109. sp="NT Service Pack 4"