21 Jul
2010
21 Jul
'10
3:54 p.m.
Module: wine Branch: master Commit: 424e3a9fb8d24a49cad0330a50d63bee126a7102 URL: http://source.winehq.org/git/wine.git/?a=commit;h=424e3a9fb8d24a49cad0330a50... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Wed Jul 21 09:47:03 2010 +0200 msi: Move the component enabled check into the standard actions. --- dlls/msi/action.c | 145 +++++++++++++++++++++++++++++++++++++--------- dlls/msi/classes.c | 24 ++++++++ dlls/msi/files.c | 32 ++++++++++- dlls/msi/font.c | 12 ++++ dlls/msi/tests/install.c | 4 +- 5 files changed, 186 insertions(+), 31 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=424e3a9fb8d24a49cad033...