Commit ba4de80e authored by Daniel Jelinski's avatar Daniel Jelinski Committed by Alexandre Julliard

wine.inf: Add registry info for lanmanserver service.

parent 4b7085fd
......@@ -125,6 +125,7 @@ AddService=StiSvc,0,StiService
AddService=TermService,0,TerminalServices
AddService=PlugPlay,0,PlugPlayService
AddService=FontCache3.0.0.0,0,FontCacheService
AddService=LanmanServer,0,LanmanServerService
[DefaultInstall.NT.Services]
AddService=BITS,0,BITSService
......@@ -135,6 +136,7 @@ AddService=StiSvc,0,StiService
AddService=TermService,0,TerminalServices
AddService=PlugPlay,0,PlugPlayService
AddService=FontCache3.0.0.0,0,FontCacheService
AddService=LanmanServer,0,LanmanServerService
[DefaultInstall.ntamd64.Services]
AddService=BITS,0,BITSService
......@@ -145,6 +147,7 @@ AddService=StiSvc,0,StiService
AddService=TermService,0,TerminalServices
AddService=PlugPlay,0,PlugPlayService
AddService=FontCache3.0.0.0,0,FontCacheService
AddService=LanmanServer,0,LanmanServerService
[Strings]
MciExtStr="Software\Microsoft\Windows NT\CurrentVersion\MCI Extensions"
......@@ -2987,6 +2990,19 @@ ServiceType=16
StartType=3
ErrorControl=1
[LanmanServerService]
AddReg=LanmanServerServiceKeys
Description="Lanman Server"
DisplayName="Lanman Server"
ServiceBinary="%11%\svchost.exe -k netsvcs"
ServiceType=32
StartType=4
ErrorControl=1
[LanmanServerServiceKeys]
HKR,Parameters,"ServiceDll",,"%11%\srvsvc.dll"
;; HKLM,%CurrentVersionNT%\SvcHost,"netsvcs",0x00010008,"lanmanserver"
[Services]
HKLM,%CurrentVersion%\RunServices,"winemenubuilder",2,"%11%\winemenubuilder.exe -a -r"
HKLM,"System\CurrentControlSet\Services\VxD\MSTCP",,16
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment