Move the contents of documentation/psdrv.reg to winedefault.reg.
This commit is contained in:
parent
9ffa91ef12
commit
c10f3bba91
|
@ -1,30 +0,0 @@
|
|||
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers\Wine PostScript Driver]
|
||||
"Attributes"="dword:00000000"
|
||||
"Default Devmode"=
|
||||
"Name"="Wine PostScript Driver"
|
||||
"Port"="LPT1:"
|
||||
"Print Processor"="WinPrint"
|
||||
"Printer Driver"="PS Driver"
|
||||
"Priority"="dword:00000000"
|
||||
"Start Time"="dword:00000000"
|
||||
"Status"="dword:00000000"
|
||||
"Until Time"="dword:00000000"
|
||||
|
||||
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers\Wine PostScript Driver\PrinterDriverData]
|
||||
"PPD File"="/unix/path/to/PPD/file"
|
||||
|
||||
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers\Wine PostScript Driver\PrinterDriverData\FontSubTable]
|
||||
"Courier New"="Courier"
|
||||
"Arial"="Helvetica"
|
||||
"Helv"="Helvetica"
|
||||
"Times New Roman"="Times"
|
||||
|
||||
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Drivers\PS Driver]
|
||||
"Configuration File"="WINEPS.DRV"
|
||||
"Data File"=""
|
||||
"Driver"="WINEPS.DRV"
|
||||
"Version"="dword:0a000000"
|
||||
"Datatype"=""
|
||||
"Dependent Files"=""
|
||||
"Help Files"=""
|
||||
"Monitor"=""
|
|
@ -100,6 +100,41 @@
|
|||
"ACP"="1252"
|
||||
"OEMCP"="437"
|
||||
|
||||
#
|
||||
# This configures Wine's PostScript printer driver
|
||||
#
|
||||
|
||||
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers\Wine PostScript Driver]
|
||||
"Attributes"="dword:00000000"
|
||||
"Default Devmode"=
|
||||
"Name"="Wine PostScript Driver"
|
||||
"Port"="LPT1:"
|
||||
"Print Processor"="WinPrint"
|
||||
"Printer Driver"="PS Driver"
|
||||
"Priority"="dword:00000000"
|
||||
"Start Time"="dword:00000000"
|
||||
"Status"="dword:00000000"
|
||||
"Until Time"="dword:00000000"
|
||||
|
||||
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers\Wine PostScript Driver\PrinterDriverData]
|
||||
"PPD File"="/unix/path/to/PPD/file"
|
||||
|
||||
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers\Wine PostScript Driver\PrinterDriverData\FontSubTable]
|
||||
"Courier New"="Courier"
|
||||
"Arial"="Helvetica"
|
||||
"Helv"="Helvetica"
|
||||
"Times New Roman"="Times"
|
||||
|
||||
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Drivers\PS Driver]
|
||||
"Configuration File"="WINEPS.DRV"
|
||||
"Data File"=""
|
||||
"Driver"="WINEPS.DRV"
|
||||
"Version"="dword:0a000000"
|
||||
"Datatype"=""
|
||||
"Dependent Files"=""
|
||||
"Help Files"=""
|
||||
"Monitor"=""
|
||||
|
||||
#
|
||||
# Entries for OLE32 (COM/OLE base)
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue