From b797a71a803e7a6139afae649f97b4f131ff3ac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Thu, 15 Dec 2005 18:20:21 +0000 Subject: [PATCH] Add message box to tell the user to reboot after the installation of a network card svn path=/trunk/; revision=20192 --- reactos/lib/netcfgx/netcfgx.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reactos/lib/netcfgx/netcfgx.c b/reactos/lib/netcfgx/netcfgx.c index 821a8f9a628..22cb4e023cf 100644 --- a/reactos/lib/netcfgx/netcfgx.c +++ b/reactos/lib/netcfgx/netcfgx.c @@ -346,6 +346,11 @@ NetClassInstaller( goto cleanup; } + /* HACK: hpoussin, Dec 2005. TCP/IP driver is not able to manage devices + * which are installed after its startup. So, we have to reboot to take + * this new netcard into account. + */ + MessageBox(NULL, TEXT("You need to reboot to finish the installation of your network card."), TEXT("Reboot required"), MB_OK | MB_ICONWARNING); rc = ERROR_SUCCESS; cleanup: