advpack: Add the regsvr action to the SetupInstallFromInfSection call

James Hawkins truiken at gmail.com
Tue Aug 29 17:12:39 CDT 2006


Hi,

Changelog:
* Add the regsvr action to the SetupInstallFromInfSection call.

 dlls/advpack/install.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
James Hawkins
-------------- next part --------------
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)
-- 
1.4.2


More information about the wine-patches mailing list