home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / inf / tsprint.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  5KB  |  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. [Version]
  15. Signature="$Windows NT$"
  16. Provider=%MS%
  17. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  18. Class=Printer
  19. DriverVer=06/21/2006,6.0.6001.18000
  20. [Manufacturer]
  21. %Msft%=Msft,NTx86...2,NTx86...3,NTia64...2,NTia64...3,NTamd64...2,NTamd64...3
  22. ;
  23. ; the name "Terminal Services universal printer driver" is referenced
  24. ; from the code. the name below must be in sync with the code
  25. ; that also means its not localizable; or we need some programatic
  26. ; means to get this name at runtime to choose the driver to install
  27. [Msft.NTx86...2]
  28. "Terminal Services Easy Print"= TSPRINT_FILES
  29. [Msft.NTx86...3]
  30. "Terminal Services Easy Print"= TSPRINT_FILES
  31. [Msft.NTia64...2]
  32. "Terminal Services Easy Print"= TSPRINT_FILES
  33. [Msft.NTia64...3]
  34. "Terminal Services Easy Print"= TSPRINT_FILES
  35. [Msft.NTamd64...2]
  36. "Terminal Services Easy Print"= TSPRINT_FILES
  37. [Msft.NTamd64...3]
  38. "Terminal Services Easy Print"= TSPRINT_FILES
  39. [TSPRINT_FILES]
  40. CopyFiles=tsprintFiles
  41. DriverFile=mxdwdrv.dll
  42. ConfigFile=tsprint.dll
  43. ; although we dont really need datafile, looks like the client side
  44. ; of the printer installation fails if we dont specify any datafile
  45. ; so lets make printer installation happy by specifying a datafile.
  46. DataFile=tsprint-datafile.dat
  47. CoreDriverSections="{D20EA372-DD35-4950-9ED8-A6335AFE79F5},XPSDRV.OEM"
  48. [PrinterPackageInstallation.x86]
  49. PackageAware=TRUE
  50. CoreDriverDependencies={D20EA372-DD35-4950-9ED8-A6335AFE79F5}
  51. [PrinterPackageInstallation.amd64]
  52. PackageAware=TRUE
  53. CoreDriverDependencies={D20EA372-DD35-4950-9ED8-A6335AFE79F5}
  54. [tsprintFiles]
  55. tsprint.dll
  56. tsprint-PipelineConfig.xml
  57. tsprint-datafile.dat
  58. [DestinationDirs]
  59. DefaultDestDir=66000
  60. [SourceDisksNames.x86]
  61. 1 = %Location%,,
  62. 2 = %Location%,,,\i386
  63. [SourceDisksNames.ia64]
  64. 1 = %Location%,,
  65. 2 = %Location%,,,\ia64
  66. [SourceDisksNames.amd64]
  67. 1 = %Location%,,
  68. 2 = %Location%,,,\amd64
  69. [SourceDisksFiles]
  70. tsprint.dll                      = 2
  71. tsprint-PipelineConfig.xml       = 1
  72. tsprint-datafile.dat         = 1
  73. [Strings]
  74. Msft = "Microsoft"
  75. Location="TSPrint Driver Location"
  76. MS="Microsoft Terminal Services"