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

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