Some installers don't call the CreateFolders action before the
authorMike McCormack <mike@codeweavers.com>
Sat, 29 Oct 2005 11:29:17 +0000 (11:29 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 29 Oct 2005 11:29:17 +0000 (11:29 +0000)
commit9c8458514cbafa83e79a6742584267204ed2e701
treeda9e4a6f204e29f194f6797748de606b0053a03e
parentc2584306435ba0003c2971262276ae32ffa1afd5
Some installers don't call the CreateFolders action before the
InstallFiles action as MSDN specifies, but it still seems to work, so
make sure that we create component directories in the InstallFiles
action anyway.
dlls/msi/action.c
dlls/msi/action.h
dlls/msi/files.c