msidb: Permit specifying tables to import by filename.
commitdcb3747f5eb4c8bf7ec1ae40a220399e628d7211
authorErich E. Hoover <erich.e.hoover@gmail.com>
Sat, 16 Mar 2019 17:19:26 +0000 (16 11:19 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 19 Mar 2019 17:31:04 +0000 (19 18:31 +0100)
tree51a057b80a570497d439ba38e42fee45ccbc95ee
parent3d7471570eb2a6d57701a45dc86685c109620e24
msidb: Permit specifying tables to import by filename.

msidb permits tables to be imported by filename (rather than just
the name of the table) when the '.idt' extension is specified.
This feature also allows specifying tables with long filenames:
msidb -d package.msi -f . -i InstallExecuteSequence.idt

Signed-off-by: Erich E. Hoover <erich.e.hoover@gmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
programs/msidb/Makefile.in
programs/msidb/main.c