setupapi: Install more items when installing a class.
This commit is contained in:
parent
01bf19dc0b
commit
33c2d032fe
|
@ -3198,7 +3198,7 @@ BOOL WINAPI SetupDiInstallClassW(
|
||||||
SetupInstallFromInfSectionW(NULL,
|
SetupInstallFromInfSectionW(NULL,
|
||||||
hInf,
|
hInf,
|
||||||
SectionName,
|
SectionName,
|
||||||
SPINST_REGISTRY,
|
SPINST_COPYINF | SPINST_FILES | SPINST_REGISTRY,
|
||||||
hClassKey,
|
hClassKey,
|
||||||
NULL,
|
NULL,
|
||||||
0,
|
0,
|
||||||
|
|
Loading…
Reference in New Issue