mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[SYSSETUP] Start the dnscache service after the network support has been installed
CORE-16558
This commit is contained in:
@@ -756,6 +756,7 @@ InstallLiveCD(VOID)
|
||||
/* Start the TCP/IP protocol driver */
|
||||
SetupStartService(L"Tcpip", FALSE);
|
||||
SetupStartService(L"Dhcp", FALSE);
|
||||
SetupStartService(L"Dnscache", FALSE);
|
||||
}
|
||||
|
||||
/* Register components */
|
||||
@@ -1274,6 +1275,7 @@ InstallReactOS(VOID)
|
||||
/* Start the TCP/IP protocol driver */
|
||||
SetupStartService(L"Tcpip", FALSE);
|
||||
SetupStartService(L"Dhcp", FALSE);
|
||||
SetupStartService(L"Dnscache", FALSE);
|
||||
}
|
||||
|
||||
InstallWizard();
|
||||
|
||||
Reference in New Issue
Block a user