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

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