Module: wine Branch: master Commit: a39913fa1199ff2bf1c2c7602ce688eea2295483 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=a39913fa1199ff2bf1c2c760...
Author: James Hawkins truiken@gmail.com Date: Tue Aug 29 15:12:39 2006 -0700
advpack: Add the regsvr action to the SetupInstallFromInfSection call.
---
dlls/advpack/install.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
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 @@ static HRESULT spapi_install(ADVInfo *in 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)