Commit c08310a8 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

wine.inf: Always use FLG_ADDREG_APPEND for SvcHost entries.

Now that FLG_ADDREG_APPEND is changed to correctly create the value if it doesn't exist, this is safe, and less error-prone when adding new services.
parent 38e36e8f
......@@ -2370,15 +2370,15 @@ ErrorControl=1
[BITSServiceKeys]
HKR,Parameters,"ServiceDll",,"%11%\qmgr.dll"
HKLM,%CurrentVersionNT%\SvcHost,"netsvcs",0x00010000,"BITS"
HKLM,%CurrentVersionNT%\SvcHost,"netsvcs",0x00010008,"BITS"
[EventLogServiceKeys]
HKR,Parameters,"ServiceDll",,"%11%\wevtsvc.dll"
HKLM,%CurrentVersionNT%\SvcHost,"LocalServiceNetworkRestricted",0x00010000,"EventLog"
HKLM,%CurrentVersionNT%\SvcHost,"LocalServiceNetworkRestricted",0x00010008,"EventLog"
[StiServiceKeys]
HKR,Parameters,"ServiceDll",,"%11%\wiaservc.dll"
HKLM,%CurrentVersionNT%\SvcHost,"imgsvc",0x00010000,"StiSvc"
HKLM,%CurrentVersionNT%\SvcHost,"imgsvc",0x00010008,"StiSvc"
[PlugPlayService]
Description="Enables automatic configuration of devices"
......
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