ChangeSet ID: 17468 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/05/13 08:56:39
Modified files: dlls/msi : msipriv.h action.c
Log message: Aric Stewart aric@codeweavers.com - ExecuteAction runs the whole Execute table and not just from InstallValidate onward. To do this make sure we do not do the costing initialization work again if it is already done (by checking the CostingComplete Property). - A lot of work to refine feature states, setting the state affects the state of all child features and also respect features that want to default to something other than LOCAL.
Patch: http://cvs.winehq.org/patch.py?id=17468
Old revision New revision Changes Path 1.54 1.55 +1 -0 wine/dlls/msi/msipriv.h 1.112 1.113 +153 -23 wine/dlls/msi/action.c