msi: Set the action taken in the RegisterExtensionInfo and RegisterClassInfo actions.

This commit is contained in:
Hans Leidekker 2010-04-02 10:38:12 +02:00 committed by Alexandre Julliard
parent 843968c056
commit cf75d40dad

View file

@ -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);