=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: wine.inf: Start the spool service when needed.

Alexandre Julliard julliard at winehq.org
Mon Apr 30 14:13:09 CDT 2012


Module: wine
Branch: master
Commit: f9d91a7dc49e423eacdaf16a9eb1b34b3a41e052
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f9d91a7dc49e423eacdaf16a9eb1b34b3a41e052

Author: André Hentschel <nerv at dawncrow.de>
Date:   Fri Apr 27 19:18:06 2012 +0200

wine.inf: Start the spool service when needed.

---

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

diff --git a/tools/wine.inf.in b/tools/wine.inf.in
index 463ecfd..0002b9f 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -3001,7 +3001,7 @@ Description="Loads files to memory for later printing"
 DisplayName="Print Spooler"
 ServiceBinary="%11%\spoolsv.exe"
 ServiceType=0x110
-StartType=4
+StartType=3
 ErrorControl=1
 LoadOrderGroup="SpoolerGroup"
 




More information about the wine-cvs mailing list