msi: Update the files' target paths as well, because they may have changed if a parent directory is changed

James Hawkins truiken at gmail.com
Tue Jul 4 05:54:36 CDT 2006


Hi,

This fixes bug 5595.  The Lotus Notes installer was calling
MsiSetTargetPath after the CostFinalize action, which is where the
target paths are originally set for installation files.  Originally,
the directories were being changed, but that doesn't trickle down to
the file's target paths, so we have to update those too.  After this
change, all the Lotus Notes files install in the correct destination
directory.  Note that this affects other installers as well, but I
don't remember the numbers off the top of my head.

Changelog:
* Update the files' target paths as well, because they may have
changed if a parent directory is changed.

 dlls/msi/install.c |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

--
James Hawkins
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ea10db4e30cc4f3d611a56f9923d8e06d1eabfb8.diff
Type: text/x-diff
Size: 1038 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20060704/514f4b7b/ea10db4e30cc4f3d611a56f9923d8e06d1eabfb8.diff


More information about the wine-patches mailing list