ChangeSet ID: 17783
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/05/27 14:24:23
Modified files:
dlls/msi : msipriv.h events.c custom.c action.h action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Introduce really basic scripting of actions. This is primarily to get
the order of execution of the action correct since some custom actions
can be scripted and others are run during the script building phase.
Patch: http://cvs.winehq.org/patch.py?id=17783
Old revision New revision Changes Path
1.59 1.60 +2 -7 wine/dlls/msi/msipriv.h
1.1 1.2 +1 -1 wine/dlls/msi/events.c
1.13 1.14 +3 -24 wine/dlls/msi/custom.c
1.10 1.11 +17 -1 wine/dlls/msi/action.h
1.124 1.125 +127 -61 wine/dlls/msi/action.c