Fix device installation in second stage setup
Modified: trunk/reactos/lib/newdev/newdev.c
--- trunk/reactos/lib/newdev/newdev.c 2005-11-11 18:11:17 UTC (rev 19135) +++ trunk/reactos/lib/newdev/newdev.c 2005-11-11 18:19:12 UTC (rev 19136) @@ -871,7 +871,7 @@
DPRINT("Installing %S (%S)\n", DevInstData.buffer, InstanceId);
- if ((Show != SW_HIDE) && (!FindDriver(&DevInstData)))
+ if ((!FindDriver(&DevInstData)) && (Show != SW_HIDE))
{ /* Create the Welcome page */