ChangeSet ID: 18575 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/06/30 15:45:43
Modified files: dlls/msi : upgrade.c helpers.c custom.c action.h action.c
Log message: Aric Stewart aric@codeweavers.com 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.
Patch: http://cvs.winehq.org/patch.py?id=18575
Old revision New revision Changes Path 1.2 1.3 +6 -4 wine/dlls/msi/upgrade.c 1.4 1.5 +44 -0 wine/dlls/msi/helpers.c 1.16 1.17 +57 -6 wine/dlls/msi/custom.c 1.21 1.22 +9 -1 wine/dlls/msi/action.h 1.166 1.167 +7 -0 wine/dlls/msi/action.c