home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / ProPlus.WW / ProPsWW2.cab / MSCOL11.INF < prev    next >
Windows Setup INFormation  |  2010-01-20  |  3KB  |  93 lines

  1. ; Copyright (c) 2003 Microsoft Corp.
  2. ;
  3. ; MSCOL11.INF - Installer file for MSCOL11.PPD, a printer file
  4. ; for Generic Color PS for Commercial Printing
  5.  
  6. ; [Version] section is the standard header for all INF files. 
  7. ; The signature string is not case sensitive, but must be $Chicago$. 
  8. ; The CatalogFile is the certificate provided by Windows Hardware 
  9. ; Quality Lab.
  10.  
  11. [Version]
  12. Signature="$Windows NT$"
  13. Provider=%OEM%
  14. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  15. Class=Printer
  16. CatalogFile=OEMPRINT.cat
  17. ; Date & version of driver package
  18. DriverVer=01/04/2010,11.00.46.28
  19.  
  20. [ClassInstall32.ntx86]
  21. AddReg=printer_class_addreg
  22.  
  23. [ClassInstall32.ntamd64]
  24. AddReg=printer_class_addreg
  25.  
  26. [printer_class_addreg]
  27. HKR,,,,%PrinterClassName%
  28. HKR,,Icon,,"-4"
  29. HKR,,Installer32,,"ntprint.dll,ClassInstall32"
  30. HKR,,NoDisplayClass,,1
  31. HKR,,EnumPropPages32,,"printui.dll,PrinterPropPageProvider"
  32.  
  33. ; [Manufacturer] section lists all of the manufacturers to be 
  34. ; displayed in the Add Printer dialog.
  35.  
  36. [Manufacturer]
  37. "Generic" = Generic,ntamd64
  38.  
  39. ; Each [Model] section below corresponds with an entry listed in the
  40. ; Manufacturer section above. The models will display in the order
  41. ; that they appear in this INF file.
  42.  
  43. [Generic]
  44. "Generic Color PS for Commercial Printing"               = MSCOL11.PPD, Generic_Color_PS,Generic_Color_PS_for_Commercial_Printing
  45.  
  46. [Generic.ntamd64]
  47. "Generic Color PS for Commercial Printing"               = MSCOL11.PPD, Generic_Color_PS,Generic_Color_PS_for_Commercial_Printing
  48.  
  49. ; [Installer] section controls file installation, and reference all 
  50. ; files that need to be copied. The section name will be assumed to 
  51. ; be the driver file, unless there is an explicit DriverFile section 
  52. ; listed.
  53.  
  54. [MSCOL11.PPD]
  55. CopyFiles=@MSCOL11.PPD
  56. DataSection=PSCRIPT_DATA
  57. Include=NTPRINT.INF
  58. Needs=PSCRIPT.OEM
  59.  
  60. ; [Data] section lists all the data files used.
  61. ; None, included in Installer section above.
  62.  
  63. ; [Copy] section lists all the files to copy.
  64. ; None, included in Installer section above using @filename notation.
  65.  
  66. ; Call SetupSetDirectoryId with 66000 to set the target directory at 
  67. ; runtime (depending on which environment drivers are getting installed)
  68.  
  69. [DestinationDirs]
  70. DefaultDestDir=66000
  71.  
  72. [SourceDisksNames.x86]
  73. 1   = %Disk1%,,,""
  74.  
  75. [SourceDisksNames.amd64]
  76. 1   = %Disk1%,,,""
  77.  
  78. [SourceDisksNames.Alpha]
  79. 1   = %Disk1%,,,""
  80.  
  81. [SourceDisksFiles]
  82. MSCOL11.inf  =1
  83. MSCOL11.ppd  =1
  84.  
  85. ; [Strings] section contains localizable strings
  86.  
  87. [Strings]
  88. OEM="Microsoft"
  89. PrinterClassName="Printers"
  90. Disk1="OEM Driver Setup Disk 1"
  91.  
  92. ; End of MSCOL11.INF
  93.