http://bugs.winehq.org/show_bug.cgi?id=18231
--- Comment #30 from Anastasius Focht focht@gmx.net 2012-04-16 14:04:52 CDT --- Hello,
--- quote --- Is there any reason not to set up spooler service as Manual by default? --- quote ---
see commit http://source.winehq.org/git/wine.git/commitdiff/0b85eee2363bcca934489e15a00...
--- snip --- $ git show 0b85eee2363bcca934489e15a000b146bb683cf4 commit 0b85eee2363bcca934489e15a000b146bb683cf4 Author: Alexandre Julliard julliard@winehq.org Date: Thu Dec 20 16:40:41 2007 +0100
wine.inf: Mark the spool service as disabled, it's just a stub.
diff --git a/tools/wine.inf b/tools/wine.inf index ed9bc97..c3cb89c 100644 --- a/tools/wine.inf +++ b/tools/wine.inf @@ -2646,7 +2646,7 @@ HKLM,"%Services%\Spooler","ErrorControl",0x10001,1 HKLM,"%Services%\Spooler","Group",,"SpoolerGroup" HKLM,"%Services%\Spooler","ImagePath",,"spoolsv.exe" HKLM,"%Services%\Spooler","ObjectName",,"LocalSystem" -HKLM,"%Services%\Spooler","Start",0x10001,2 +HKLM,"%Services%\Spooler","Start",0x10001,4 HKLM,"%Services%\Spooler","Type",0x10001,0x110 HKLM,"%Services%\MountMgr","Description",,"Device mounting service." HKLM,"%Services%\MountMgr","DisplayName",,"Mount Manager" --- snip ---
Regards