wine.inf: Start the spool service when needed

André Hentschel nerv at dawncrow.de
Fri Apr 27 12:18:06 CDT 2012


see http://bugs.winehq.org/show_bug.cgi?id=18231
commit 0b85eee2363bcca934489e15a000b146bb683cf4 turned the StartType from 2 (Auto) to 4 (Disabled), because the service is a stub.
I think 3 (Manual) is a good compromise to help Apps/Installer that want to start it.
---
 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"
 
-- 

Best Regards, André Hentschel


More information about the wine-patches mailing list