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

  1.  
  2. ; XPRO610.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=XPRO610.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. "Xerox"
  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. [Xerox]
  28. "Xerox DWC Pro 610"                             = XPRO610.DLL
  29.  
  30. ;
  31. ; Installer Sections
  32. ;
  33. ; These sections control file installation, and reference all files that
  34. ; need to be copied. The section name will be assumed to be the driver
  35. ; file, unless there is an explicit DriverFile section listed.
  36. ;
  37.  
  38. [XPRO610.DLL]
  39. CopyFiles=@XPRO610.DLL,RASDD
  40. DataSection=RASDD_DATA
  41.  
  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. XPRO610.dll   = 4
  100.  
  101. ;
  102. ; Localizable Strings
  103. ;
  104. [Strings]
  105. MS="Microsoft"
  106. sp="NT Service Pack 4"