Detlef Riekenberg : wine.inf: Add printing section for local port monitor.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Feb 28 06:08:29 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 8a8a54877e1df85222aeb68c49571d933ff62aa8
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=8a8a54877e1df85222aeb68c49571d933ff62aa8

Author: Detlef Riekenberg <wine.dev at web.de>
Date:   Thu Feb 23 00:20:19 2006 +0100

wine.inf: Add printing section for local port monitor.

---

 tools/wine.inf |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/tools/wine.inf b/tools/wine.inf
index e16264d..b94a3a5 100644
--- a/tools/wine.inf
+++ b/tools/wine.inf
@@ -42,6 +42,7 @@ AddReg=\
     Misc,\
     Nls,\
     OLE,\
+    Printing,\
     Tapi,\
     Timezones
 
@@ -62,6 +63,7 @@ AddReg=\
     Misc,\
     Nls,\
     OLE,\
+    Printing,\
     Tapi,\
     Timezones,\
     VersionInfo
@@ -609,6 +611,9 @@ HKLM,System\CurrentControlSet\Control\Nl
 HKLM,"Software\Microsoft\OLE","EnableDCOM",,"Y"
 HKLM,"Software\Microsoft\OLE","EnableRemoteConnect",,"N"
 
+[Printing]
+HKLM,%Control%\Print\Monitors\Local Port,"Driver",2,"localspl.dll"
+
 [Tapi]
 HKLM,%CurrentVersion%\Telephony,"Perf1",0x10001,0x5045524a
 HKLM,%CurrentVersion%\Telephony,"Perf2",0x10001,0x50455246




More information about the wine-cvs mailing list