Commit a39913fa authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

advpack: Add the regsvr action to the SetupInstallFromInfSection call.

parent f5acc51f
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment