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

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