advpack: Add the regsvr action to the SetupInstallFromInfSection call.

This commit is contained in:
James Hawkins 2006-08-29 15:12:39 -07:00 committed by Alexandre Julliard
parent f5acc51f2c
commit a39913fa11

View file

@ -327,7 +327,7 @@ static HRESULT spapi_install(ADVInfo *info)
SetupTermDefaultQueueCallback(context);
ret = SetupInstallFromInfSectionW(NULL, info->hinf, info->install_sec,
SPINST_INIFILES | SPINST_REGISTRY,
SPINST_INIFILES | SPINST_REGISTRY | SPINST_REGSVR,
HKEY_LOCAL_MACHINE, NULL, 0,
NULL, NULL, NULL, NULL);
if (!ret)