summaryrefslogtreecommitdiff
path: root/support/wmf2epsc/PSprint/Win8/W7Print.INF
diff options
context:
space:
mode:
Diffstat (limited to 'support/wmf2epsc/PSprint/Win8/W7Print.INF')
-rw-r--r--support/wmf2epsc/PSprint/Win8/W7Print.INF57
1 files changed, 57 insertions, 0 deletions
diff --git a/support/wmf2epsc/PSprint/Win8/W7Print.INF b/support/wmf2epsc/PSprint/Win8/W7Print.INF
new file mode 100644
index 0000000000..e35a93a8b1
--- /dev/null
+++ b/support/wmf2epsc/PSprint/Win8/W7Print.INF
@@ -0,0 +1,57 @@
+; W7Print.INF
+; thanks to
+; http://www.rumborak.de/forum/viewtopic.php?TopicID=1271
+;
+
+[Version]
+Signature="$Windows NT$"
+Provider=WMF2EPS
+LayoutFile=layout.inf
+ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
+Class=Printer
+
+DriverVer=04/04/2010, 1.0
+
+;
+; Manufacturer section.
+;
+; This section lists all of the manufacturers
+; that we will display in the Dialog box
+;
+[MANUFACTURER]
+%OEM% = OemSection, NTamd64
+
+[OemSection]
+%MODEL1%=WPD1,%PNPIDSTR1%
+
+[OemSection.NTamd64]
+%MODEL1%=WPD1,%PNPIDSTR1%
+;
+
+[WPD1]
+CopyFiles=@WMF2EPS2.PPD, PSCRIPT
+DataFile=WMF2EPS2.PPD
+DataSection=PSCRIPT_DATA
+Include=ntprint.inf
+Needs=PSCRIPT.OEM, PSCRIPT_DATA
+
+;
+; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
+; (depending on which environment drivers are getting installed)
+;
+
+[DestinationDirs]
+DefaultDestDir=66000
+
+;
+; Control Flags
+;
+[ControlFlags]
+ExcludeFromSelect = 2369
+;
+; Localizable Strings
+;
+[Strings]
+OEM="WMF2EPS"
+MODEL1="WMF2EPS Color PS L2"
+