[2/9] msi: Set the action taken in the RegisterExtensionInfo and RegisterClassInfo actions.

Hans Leidekker hans at codeweavers.com
Fri Apr 2 03:38:12 CDT 2010


---
 dlls/msi/classes.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/msi/classes.c b/dlls/msi/classes.c
index 53ed70f..7d4f1a0 100644
--- a/dlls/msi/classes.c
+++ b/dlls/msi/classes.c
@@ -827,6 +827,7 @@ UINT ACTION_RegisterClassInfo(MSIPACKAGE *package)
                   debugstr_w(feature->Feature), debugstr_w(cls->clsid));
             continue;
         }
+        feature->Action = feature->ActionRequest;
 
         file = get_loaded_file( package, comp->KeyPath );
         if (!file)
@@ -1220,6 +1221,7 @@ UINT ACTION_RegisterExtensionInfo(MSIPACKAGE *package)
                    debugstr_w(feature->Feature), debugstr_w(ext->Extension));
             continue;
         }
+        feature->Action = feature->ActionRequest;
 
         TRACE("Registering extension %s (%p)\n", debugstr_w(ext->Extension), ext);
 
-- 
1.7.0





More information about the wine-patches mailing list