[Bug 18231] Adobe Acrobat 7, 8 installers fail due to spooler service being disabled by default

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Apr 16 14:04:52 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=18231

--- Comment #30 from Anastasius Focht <focht at 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/0b85eee2363bcca934489e15a000b146bb683cf4

--- snip ---
$ git show 0b85eee2363bcca934489e15a000b146bb683cf4
commit 0b85eee2363bcca934489e15a000b146bb683cf4
Author: Alexandre Julliard <julliard at 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

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list