mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:03:00 +00:00
Fix device installation in second stage setup
svn path=/trunk/; revision=19136
This commit is contained in:
parent
3a4e051af1
commit
56d8a5b253
1 changed files with 1 additions and 1 deletions
|
@ -871,7 +871,7 @@ DevInstallW(
|
||||||
|
|
||||||
DPRINT("Installing %S (%S)\n", DevInstData.buffer, InstanceId);
|
DPRINT("Installing %S (%S)\n", DevInstData.buffer, InstanceId);
|
||||||
|
|
||||||
if ((Show != SW_HIDE) && (!FindDriver(&DevInstData)))
|
if ((!FindDriver(&DevInstData)) && (Show != SW_HIDE))
|
||||||
{
|
{
|
||||||
|
|
||||||
/* Create the Welcome page */
|
/* Create the Welcome page */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue