From: Hervé Poussineau Date: Thu, 15 Dec 2005 18:20:21 +0000 (+0000) Subject: Add message box to tell the user to reboot after the installation of a network card X-Git-Tag: backups/expat-rbuild@40467~916 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=b797a71a803e7a6139afae649f97b4f131ff3ac1 Add message box to tell the user to reboot after the installation of a network card svn path=/trunk/; revision=20192 --- 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: