home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / inf / tsprint.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  4.6 KB  |  98 lines

  1. ;
  2. ; Copyright (c) 2005  Microsoft Corporation
  3. ;
  4. ; All rights reserved.
  5. ;
  6. ; File Name:
  7. ;
  8. ;    tsprint.inf
  9. ;
  10. ; Abstract:
  11. ;
  12. ;    tsprint; a ts specific driver printer of a monolothic xps driver
  13. ;
  14.  
  15. [Version]
  16. Signature="$Windows NT$"
  17. Provider=%MS%
  18. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  19. Class=Printer
  20. DriverVer=06/21/2006,6.0.6001.18000
  21.  
  22. [Manufacturer]
  23. %Msft%=Msft,NTx86...2,NTx86...3,NTia64...2,NTia64...3,NTamd64...2,NTamd64...3
  24.  
  25. ;
  26. ; the name "Terminal Services universal printer driver" is referenced
  27. ; from the code. the name below must be in sync with the code
  28. ; that also means its not localizable; or we need some programatic
  29. ; means to get this name at runtime to choose the driver to install
  30. [Msft.NTx86...2]
  31. "Terminal Services Easy Print"= TSPRINT_FILES
  32.  
  33. [Msft.NTx86...3]
  34. "Terminal Services Easy Print"= TSPRINT_FILES
  35.  
  36. [Msft.NTia64...2]
  37. "Terminal Services Easy Print"= TSPRINT_FILES
  38.  
  39. [Msft.NTia64...3]
  40. "Terminal Services Easy Print"= TSPRINT_FILES
  41.  
  42. [Msft.NTamd64...2]
  43. "Terminal Services Easy Print"= TSPRINT_FILES
  44.  
  45. [Msft.NTamd64...3]
  46. "Terminal Services Easy Print"= TSPRINT_FILES
  47.  
  48.  
  49. [TSPRINT_FILES]
  50. CopyFiles=tsprintFiles
  51. DriverFile=mxdwdrv.dll
  52. ConfigFile=tsprint.dll
  53. ; although we dont really need datafile, looks like the client side
  54. ; of the printer installation fails if we dont specify any datafile
  55. ; so lets make printer installation happy by specifying a datafile.
  56. DataFile=tsprint-datafile.dat
  57. CoreDriverSections="{D20EA372-DD35-4950-9ED8-A6335AFE79F5},XPSDRV.OEM"
  58.  
  59. [PrinterPackageInstallation.x86]
  60. PackageAware=TRUE
  61. CoreDriverDependencies={D20EA372-DD35-4950-9ED8-A6335AFE79F5}
  62.  
  63. [PrinterPackageInstallation.amd64]
  64. PackageAware=TRUE
  65. CoreDriverDependencies={D20EA372-DD35-4950-9ED8-A6335AFE79F5}
  66.  
  67.  
  68. [tsprintFiles]
  69. tsprint.dll
  70. tsprint-PipelineConfig.xml
  71. tsprint-datafile.dat
  72.  
  73. [DestinationDirs]
  74. DefaultDestDir=66000
  75.  
  76. [SourceDisksNames.x86]
  77. 1 = %Location%,,
  78. 2 = %Location%,,,\i386
  79.  
  80. [SourceDisksNames.ia64]
  81. 1 = %Location%,,
  82. 2 = %Location%,,,\ia64
  83.  
  84. [SourceDisksNames.amd64]
  85. 1 = %Location%,,
  86. 2 = %Location%,,,\amd64
  87.  
  88. [SourceDisksFiles]
  89. tsprint.dll                      = 2
  90. tsprint-PipelineConfig.xml       = 1
  91. tsprint-datafile.dat         = 1
  92.  
  93. [Strings]
  94. Msft = "Microsoft"
  95. Location="TSPrint Driver Location"
  96. MS="Microsoft Terminal Services"
  97.