Module: wine Branch: master Commit: 40cfbaf0230b94ce1a20ff847bdf5ff95b694da0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=40cfbaf0230b94ce1a20ff847b... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Thu Mar 12 11:46:35 2009 +0100 msi: Fix handling of REINSTALL overrides. We were forcing features with a REINSTALL override to be reinstalled locally, which is only correct if the original install state is local. This causes problems with the office 2007 sp1 installer, which applies a REINSTALL override to an advertised feature. --- dlls/msi/action.c | 5 +- dlls/msi/tests/package.c | 334 ++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 314 insertions(+), 25 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=40cfbaf0230b94ce1a20ff...