Module: wine Branch: master Commit: 9c8b83ce015d91c44917c4aa4856d7a117ed170b URL: http://source.winehq.org/git/wine.git/?a=commit;h=9c8b83ce015d91c44917c4aa48...
Author: Hans Leidekker hans@codeweavers.com Date: Thu Oct 1 11:53:20 2009 +0200
msi: Schedule a rename operation when the file to overwrite is in use.
---
dlls/msi/action.c | 3 + dlls/msi/files.c | 39 ++++++++++- dlls/msi/media.c | 47 ++++++++++++-- dlls/msi/msipriv.h | 1 + dlls/msi/tests/install.c | 163 ++++++++++++++++++++++++++++++++++++---------- 5 files changed, 209 insertions(+), 44 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=9c8b83ce015d91c44917c4...