mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:26:17 +00:00
[SYSSETUP] Start the dnscache service after the network support has been installed
CORE-16558
This commit is contained in:
parent
07e1f6ed47
commit
eb7be70007
1 changed files with 2 additions and 0 deletions
|
@ -756,6 +756,7 @@ InstallLiveCD(VOID)
|
||||||
/* Start the TCP/IP protocol driver */
|
/* Start the TCP/IP protocol driver */
|
||||||
SetupStartService(L"Tcpip", FALSE);
|
SetupStartService(L"Tcpip", FALSE);
|
||||||
SetupStartService(L"Dhcp", FALSE);
|
SetupStartService(L"Dhcp", FALSE);
|
||||||
|
SetupStartService(L"Dnscache", FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Register components */
|
/* Register components */
|
||||||
|
@ -1274,6 +1275,7 @@ InstallReactOS(VOID)
|
||||||
/* Start the TCP/IP protocol driver */
|
/* Start the TCP/IP protocol driver */
|
||||||
SetupStartService(L"Tcpip", FALSE);
|
SetupStartService(L"Tcpip", FALSE);
|
||||||
SetupStartService(L"Dhcp", FALSE);
|
SetupStartService(L"Dhcp", FALSE);
|
||||||
|
SetupStartService(L"Dnscache", FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
InstallWizard();
|
InstallWizard();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue