Hans Leidekker : msi: Disable filesystem redirection only when really needed.
Module: wine Branch: master Commit: 15f852015a0332313821804cc1fbad79216408c6 URL: https://source.winehq.org/git/wine.git/?a=commit;h=15f852015a0332313821804cc... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Wed Mar 20 09:43:44 2019 +0100 msi: Disable filesystem redirection only when really needed. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46846 Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/msi/action.c | 236 ++++++++++++------------------------- dlls/msi/appsearch.c | 172 ++++++++++++--------------- dlls/msi/custom.c | 2 +- dlls/msi/files.c | 319 +++++++++++++++++++++++++++++++++++++++++---------- dlls/msi/font.c | 20 ++-- dlls/msi/install.c | 2 +- dlls/msi/media.c | 13 +-- dlls/msi/msi.c | 11 +- dlls/msi/msipriv.h | 31 ++++- dlls/msi/package.c | 7 ++ 10 files changed, 467 insertions(+), 346 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=15f852015a03323138218...
participants (1)
-
Alexandre Julliard