Austin English : wine.inf: Add " HKLM\System\CurrentControlSet\Services\Eventlog\System" key.
Module: wine Branch: master Commit: 8ba649563c84015a967e36d38e969ba39803044e URL: http://source.winehq.org/git/wine.git/?a=commit;h=8ba649563c84015a967e36d38e... Author: Austin English <austinenglish(a)gmail.com> Date: Thu Dec 3 14:04:09 2015 -0600 wine.inf: Add "HKLM\System\CurrentControlSet\Services\Eventlog\System" key. Signed-off-by: Austin English <austinenglish(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- loader/wine.inf.in | 1 + 1 file changed, 1 insertion(+) diff --git a/loader/wine.inf.in b/loader/wine.inf.in index 58a8d1d..b0844c3 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -3252,6 +3252,7 @@ HKLM,%CurrentVersionNT%\SvcHost,"netsvcs",0x00010008,"Schedule" [Services] HKLM,%CurrentVersion%\RunServices,"winemenubuilder",2,"%11%\winemenubuilder.exe -a -r" HKLM,"System\CurrentControlSet\Services\Eventlog\Application",,16 +HKLM,"System\CurrentControlSet\Services\Eventlog\System",,16 HKLM,"System\CurrentControlSet\Services\RpcSs",,16 HKLM,"System\CurrentControlSet\Services\Tcpip\Parameters",,16 HKLM,"System\CurrentControlSet\Services\VxD\MSTCP",,16
participants (1)
-
Alexandre Julliard