Keep track of what sequence we are in and register unique
commitc9802931c191b1070bb058ae6d5519ea138f398a
authorAric Stewart <aric@codeweavers.com>
Thu, 30 Jun 2005 20:45:43 +0000 (30 20:45 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 30 Jun 2005 20:45:43 +0000 (30 20:45 +0000)
tree8ed0ec4efecaa2416a0b98b84a21a43049e02c55
parent8ee142a179b56fefd00de851fc8b5739b8e244a3
Keep track of what sequence we are in and register unique
actions. This allows us to make sure actions and custom actions
flagged to run only once, actually run only once.
Also clean up some of the numeric constants in custom.c using the
defined values from msidefs.h.
dlls/msi/action.c
dlls/msi/action.h
dlls/msi/custom.c
dlls/msi/helpers.c
dlls/msi/upgrade.c