Detlef Riekenberg : tools/wine.inf: Add default printer ports.
Module: wine Branch: master Commit: 832398f41ddab14a0bf5f05b082a2716af920664 URL: http://source.winehq.org/git/wine.git/?a=commit;h=832398f41ddab14a0bf5f05b08... Author: Detlef Riekenberg <wine.dev(a)web.de> Date: Thu Oct 26 18:32:07 2006 +0200 tools/wine.inf: Add default printer ports. --- tools/wine.inf | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/tools/wine.inf b/tools/wine.inf index d539ea8..e16b1b0 100644 --- a/tools/wine.inf +++ b/tools/wine.inf @@ -644,6 +644,14 @@ HKLM,"Software\Microsoft\OLE","EnableRem [Printing] HKLM,%Control%\Print\Monitors\Local Port,"Driver",2,"localspl.dll" +HKLM,%CurrentVersionNT%\Ports,"FILE:",,"" +HKLM,%CurrentVersionNT%\Ports,"LPT1:",,"" +HKLM,%CurrentVersionNT%\Ports,"LPT2:",,"" +HKLM,%CurrentVersionNT%\Ports,"LPT3:",,"" +HKLM,%CurrentVersionNT%\Ports,"COM1:",2,"9600,n,8,1" +HKLM,%CurrentVersionNT%\Ports,"COM2:",2,"9600,n,8,1" +HKLM,%CurrentVersionNT%\Ports,"COM3:",2,"9600,n,8,1" +HKLM,%CurrentVersionNT%\Ports,"COM4:",2,"9600,n,8,1" [Tapi] HKLM,%CurrentVersion%\Telephony,"Perf1",0x10001,0x5045524a
participants (1)
-
Alexandre Julliard