; ; Copyright (c) 2005 Microsoft Corporation ; ; All rights reserved. ; ; File Name: ; ; tsprint.inf ; ; Abstract: ; ; tsprint; a ts specific driver printer of a monolothic xps driver ; [Version] Signature="$Windows NT$" Provider=%Msft% ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318} Class=Printer DriverVer = 06/21/2006,10.0.26100.1882 PnpLockDown=1 [Manufacturer] %Msft%=Msft,NTx86,NTamd64,NTarm,NTarm64 ; ; the name "Remote Desktop Easy Print" is referenced ; from the code. the name below must be in sync with the code ; that also means its not localizable; or we need some programatic ; means to get this name at runtime to choose the driver to install ; [Msft.NTx86] "Remote Desktop Easy Print"= TSPRINT_FILES [Msft.NTamd64] "Remote Desktop Easy Print"= TSPRINT_FILES [Msft.NTarm] "Remote Desktop Easy Print"= TSPRINT_FILES [Msft.NTarm64] "Remote Desktop Easy Print"= TSPRINT_FILES [TSPRINT_FILES] CopyFiles=tsprintFiles DriverFile=mxdwdrv.dll ConfigFile=tsprint.dll ; although we do not really need a datafile, looks like the client side ; of the printer installation fails if we do not specify any datafile ; so lets make printer installation happy by specifying a datafile. DataFile=tsprint-datafile.dat CoreDriverSections="{D20EA372-DD35-4950-9ED8-A6335AFE79F5},XPSDRV.OEM" [PrinterPackageInstallation.amd64] PackageAware=TRUE CoreDriverDependencies={D20EA372-DD35-4950-9ED8-A6335AFE79F5} [tsprintFiles] tsprint.dll tsprint-PipelineConfig.xml tsprint-datafile.dat [DestinationDirs] tsprintFiles=66000 [SourceDisksNames.x86] 1 = %Location%,, 2 = %Location%,,,\i386 [SourceDisksNames.amd64] 1 = %Location%,, 2 = %Location%,,,\amd64 [SourceDisksNames.arm] 1 = %Location%,, 2 = %Location%,,,\arm [SourceDisksNames.arm64] 1 = %Location%,, 2 = %Location%,,,\arm64 [SourceDisksFiles] tsprint.dll = 2 tsprint-PipelineConfig.xml = 1 tsprint-datafile.dat = 1 [Strings] Msft = "Microsoft" Location="RDPrint Driver Location"