[PATCH 2/13] msidb: Add support for importing database tables.

Hans Leidekker hans at codeweavers.com
Mon Mar 11 07:18:49 CDT 2019


On Fri, 2019-03-08 at 07:49 -0700, Erich E. Hoover wrote:
> msidb uses a nice CLI syntax for adding multiple database tables in
> one call with the "-i" mode flag, this patch implements that syntax.
> For example, this call would import three tables from the current
> directory (ActionTe.idt, Componen.idt, and InstallE.idt):
> msidb -d package.msi -f . -i ActionText Component InstallExecuteSequence

I wouldn't call the 8 character limitation "nice", given that there are
9 standard tables starting with Register, and 7 starting with
Unregister, for example.

Maybe we should add a Wine-only -I option that doesn't have this
limitation and otherwise behaves the same as -i.

Signed-off-by: Hans Leidekker <hans at codeweavers.com>




More information about the wine-devel mailing list