msi: Move the firing of control events to MSI_ProcessMessage.
commitd679bc5ab31b7d7181bf386e8200dc99667d2e3f
authorRobert Shearman <rob@codeweavers.com>
Mon, 23 Jan 2006 16:30:31 +0000 (23 17:30 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 23 Jan 2006 16:30:31 +0000 (23 17:30 +0100)
tree9769f43f16d95bf24c85cf1099d456eaaf39e1d6
parentd2e48e01ac91678e0b5b7c5f68691aaf3543eeec
msi: Move the firing of control events to MSI_ProcessMessage.
Move the firing of control events from internal helper functions to
MSI_ProcessMessage so that custom actions can all cause control events
to be fired.
Added the firing of progress events.
dlls/msi/action.c
dlls/msi/helpers.c
dlls/msi/package.c