advpack: Add the regsvr action to the SetupInstallFromInfSection call.
This commit is contained in:
parent
f5acc51f2c
commit
a39913fa11
|
@ -327,7 +327,7 @@ static HRESULT spapi_install(ADVInfo *info)
|
||||||
SetupTermDefaultQueueCallback(context);
|
SetupTermDefaultQueueCallback(context);
|
||||||
|
|
||||||
ret = SetupInstallFromInfSectionW(NULL, info->hinf, info->install_sec,
|
ret = SetupInstallFromInfSectionW(NULL, info->hinf, info->install_sec,
|
||||||
SPINST_INIFILES | SPINST_REGISTRY,
|
SPINST_INIFILES | SPINST_REGISTRY | SPINST_REGSVR,
|
||||||
HKEY_LOCAL_MACHINE, NULL, 0,
|
HKEY_LOCAL_MACHINE, NULL, 0,
|
||||||
NULL, NULL, NULL, NULL);
|
NULL, NULL, NULL, NULL);
|
||||||
if (!ret)
|
if (!ret)
|
||||||
|
|
Loading…
Reference in New Issue