Module: wine Branch: master Commit: 4668091528e4d124632544b36d0ab10cc890f292 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4668091528e4d124632544b36d...
Author: Hans Leidekker hans@codeweavers.com Date: Mon May 2 16:03:55 2011 +0200
msi: Rewrite the folder resolution code to keep track of the parent-child relationship.
---
dlls/msi/action.c | 181 ++++++++++++++++++++++++++++------------------ dlls/msi/helpers.c | 130 --------------------------------- dlls/msi/install.c | 113 +++++++++++++---------------- dlls/msi/msipriv.h | 12 +++- dlls/msi/package.c | 31 ++++++--- dlls/msi/tests/package.c | 8 ++ 6 files changed, 199 insertions(+), 276 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4668091528e4d124632544...