Juan Lang : setupapi: Install more items when installing a class.

Alexandre Julliard julliard at winehq.org
Fri Oct 12 05:23:02 CDT 2007


Module: wine
Branch: master
Commit: 33c2d032fec7ab53b8035f164a50a5268f399519
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=33c2d032fec7ab53b8035f164a50a5268f399519

Author: Juan Lang <juan.lang at gmail.com>
Date:   Thu Oct 11 13:23:21 2007 -0700

setupapi: Install more items when installing a class.

---

 dlls/setupapi/devinst.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/setupapi/devinst.c b/dlls/setupapi/devinst.c
index f57634c..a9d9aa3 100644
--- a/dlls/setupapi/devinst.c
+++ b/dlls/setupapi/devinst.c
@@ -3198,7 +3198,7 @@ BOOL WINAPI SetupDiInstallClassW(
     SetupInstallFromInfSectionW(NULL,
 				hInf,
 				SectionName,
-				SPINST_REGISTRY,
+				SPINST_COPYINF | SPINST_FILES | SPINST_REGISTRY,
 				hClassKey,
 				NULL,
 				0,




More information about the wine-cvs mailing list