[ros-bugs] [Bug 1116] Networking not configured correctly after second stage.

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Tue Dec 13 18:27:21 CET 2005


http://www.reactos.org/bugzilla/show_bug.cgi?id=1116





------- Additional Comments From hpoussin at reactos.org  2005-12-13 18:27 CET -------
As a workaround, we may add a check in newdev.dll after the installation of a 
device, to tell the user to reboot if the newly installed device is a network 
card.

Something like that:
if (SetupDiGetDeviceRegistryPropertyW(SPDRP_CLASSGUID, &ClassGuid) && IsEqualIID
(ClassGuid, NET_CLASS_GUID)
    MessageBox("You have to reboot your computer to finish the installation of 
your network card");

-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.


More information about the Ros-bugs mailing list