Sweden-Number/programs/msidb
Erich E. Hoover e7cc147f9e msidb: Add support for exporting database tables.
msidb allows developers to export tables from a database with the "-e"
mode flag followed by a list of tables.  For example, this call would
export three tables to the current directory:
msidb -d package.msi -f . -e ActionText Component InstallExecuteSequence

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>
2019-03-15 20:02:17 +01:00
..
Makefile.in msidb: Add stub tool for manipulating MSI databases. 2019-03-11 17:52:08 +01:00
main.c msidb: Add support for exporting database tables. 2019-03-15 20:02:17 +01:00