wine.inf: Register Spooler service.

This commit is contained in:
Jacek Caban 2007-03-19 14:14:32 +01:00 committed by Alexandre Julliard
parent d1ddc9c1f7
commit 546de27f11
1 changed files with 13 additions and 0 deletions

View File

@ -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"