advpack: Add the regsvr action to the SetupInstallFromInfSection call.
diff --git a/dlls/advpack/install.c b/dlls/advpack/install.c
index 5dd61fd..8f356ba 100644
--- a/dlls/advpack/install.c
+++ b/dlls/advpack/install.c
@@ -327,7 +327,7 @@
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)