Module: wine Branch: master Commit: 621b0405c90ef57429f869529106ee28dc32812d URL: http://source.winehq.org/git/wine.git/?a=commit;h=621b0405c90ef57429f8695291...
Author: Hans Leidekker hans@codeweavers.com Date: Tue Aug 23 14:41:43 2011 +0200
msi: Don't create a temporary copy of the package.
There's no need for it now that we open the package in transacted mode.
---
dlls/msi/action.c | 30 +------ dlls/msi/msi.c | 2 +- dlls/msi/msipriv.h | 5 +- dlls/msi/package.c | 230 ++++++++++++++++++++++++++++++++-------------------- dlls/msi/patch.c | 2 +- 5 files changed, 151 insertions(+), 118 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=621b0405c90ef57429f869...