Jacek Caban : wine.inf: Register Spooler service.
Module: wine Branch: master Commit: 546de27f1124b974bd777ec833964ae7731f736d URL: http://source.winehq.org/git/wine.git/?a=commit;h=546de27f1124b974bd777ec833... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Mon Mar 19 14:14:32 2007 +0100 wine.inf: Register Spooler service. --- tools/wine.inf | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/tools/wine.inf b/tools/wine.inf index d6f312b..ebefa21 100644 --- a/tools/wine.inf +++ b/tools/wine.inf @@ -45,6 +45,7 @@ AddReg=\ Nls,\ OLE,\ Printing,\ + Services, \ Tapi,\ Timezones @@ -68,6 +69,7 @@ AddReg=\ Nls,\ OLE,\ Printing,\ + Services, \ Tapi,\ Timezones,\ VersionInfo @@ -81,6 +83,7 @@ CurrentVersion="Software\Microsoft\Windows\CurrentVersion" CurrentVersionNT="Software\Microsoft\Windows NT\CurrentVersion" FontSubStr="Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes" Control="System\CurrentControlSet\Control" +Services="System\CurrentControlSet\Services" [Classes] HKCR,.avi,"Content Type",2,"video/avi" @@ -2578,6 +2581,16 @@ HKLM,%CurrentVersionNT%\Time Zones\Tasmania Standard Time,"Dlt",,"Tasmania Dayli HKLM,%CurrentVersionNT%\Time Zones\Tasmania Standard Time,"Std",,"Tasmania Standard Time" HKLM,%CurrentVersionNT%\Time Zones\Tasmania Standard Time,"TZI",1,a8,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,03,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,0a,00,00,00,01,00,02,00,00,00,00,00,00,00 +[Services] +HKLM,"%Services%\Spooler","Description",,"Loads files to memory for later printing." +HKLM,"%Services%\Spooler","DisplayName",,"Print Spooler" +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","Type",0x10001,0x110 + [VersionInfo] HKLM,%CurrentVersionNT%,"CurrentVersion",2,"5.0" HKLM,%CurrentVersionNT%,"CSDVersion",2,"Service Pack 4"
participants (1)
-
Alexandre Julliard