msidb: Add support for wildcard table import.
commit4e2f48ce2c504ca41e381fbbef2fa909c8a0c688
authorErich E. Hoover <erich.e.hoover@gmail.com>
Sun, 17 Mar 2019 03:15:39 +0000 (16 21:15 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 19 Mar 2019 17:31:15 +0000 (19 18:31 +0100)
tree95b58aac5480c5406f89271c9366507a7a95d00e
parentdcb3747f5eb4c8bf7ec1ae40a220399e628d7211
msidb: Add support for wildcard table import.

msidb allows multiple tables to be imported with the use of
standard wildcards.  For example, both Feature and
FeatureComponent tables can be imported simultaneously like so:
msidb -d package.msi -f . -i 'Feature*'

Please note that it is important to quote the wildcard to prevent
files from being passed instead of the intended pattern.

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/main.c