mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 13:27:35 +00:00
advpack: Add the regsvr action to the SetupInstallFromInfSection call.
This commit is contained in:
parent
f5acc51f2c
commit
a39913fa11
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue