Commit 87e43b8e authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

loader: Add tag ids to ensure nsiproxy.sys starts before ndis.sys.

This will be needed as ndis.sys depends on iphlpapi which will in turn depend on nsi. Note that this isn't quite how the tags are supposed to work. The tags should be ordered according to the load group's order list. Signed-off-by: 's avatarHuw Davies <huw@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 393e953b
......@@ -3775,6 +3775,7 @@ ErrorControl=1
LoadOrderGroup="System Bus Extender"
[NDISService]
AddReg=NDISServiceKeys
Description="NDIS service"
DisplayName="NDIS"
ServiceBinary="%12%\ndis.sys"
......@@ -3783,7 +3784,11 @@ StartType=2
ErrorControl=1
LoadOrderGroup="System Bus Extender"
[NDISServiceKeys]
HKR,,"Tag",0x10001,2
[NsiProxyService]
AddReg=NsiProxyServiceKeys
Description="NSI proxy service"
DisplayName="NSI Proxy"
ServiceBinary="%12%\nsiproxy.sys"
......@@ -3792,6 +3797,9 @@ StartType=2
ErrorControl=1
LoadOrderGroup="System Bus Extender"
[NsiProxyServiceKeys]
HKR,,"Tag",0x10001,1
[RpcSsService]
Description="RPC service"
DisplayName="Remote Procedure Call (RPC)"
......
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