wine.inf: Start EventLogService on prefix initialization.

The service has StartType=2, and should start automatically.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Rémi Bernon 2022-01-26 10:50:19 +01:00 committed by Alexandre Julliard
parent 22f9f5caea
commit 0c88a52440
1 changed files with 4 additions and 4 deletions

View File

@ -171,7 +171,7 @@ WineFakeDlls=FakeDllsWin32
[DefaultInstall.Services]
AddService=BITS,0,BITSService
AddService=EventLog,0,EventLogService
AddService=EventLog,0x800,EventLogService
AddService=HTTP,0,HTTPService
AddService=MSIServer,0,MSIService
AddService=RpcSs,0,RpcSsService
@ -190,7 +190,7 @@ AddService=nsiproxy,0x800,NsiProxyService
[DefaultInstall.NT.Services]
AddService=BITS,0,BITSService
AddService=EventLog,0,EventLogService
AddService=EventLog,0x800,EventLogService
AddService=HTTP,0,HTTPService
AddService=MSIServer,0,MSIService
AddService=RpcSs,0,RpcSsService
@ -209,7 +209,7 @@ AddService=nsiproxy,0x800,NsiProxyService
[DefaultInstall.ntamd64.Services]
AddService=BITS,0,BITSService
AddService=EventLog,0,EventLogService
AddService=EventLog,0x800,EventLogService
AddService=HTTP,0,HTTPService
AddService=MSIServer,0,MSIService
AddService=RpcSs,0,RpcSsService
@ -228,7 +228,7 @@ AddService=nsiproxy,0x800,NsiProxyService
[DefaultInstall.ntarm64.Services]
AddService=BITS,0,BITSService
AddService=EventLog,0,EventLogService
AddService=EventLog,0x800,EventLogService
AddService=HTTP,0,HTTPService
AddService=MSIServer,0,MSIService
AddService=RpcSs,0,RpcSsService