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

Erich E. Hoover erich.e.hoover at wine-staging.com
Sun Apr 9 14:13:46 CDT 2017


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-msidb-Add-support-for-importing-database-tables.patch
Type: text/x-patch
Size: 5986 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20170409/8c8619fd/attachment-0001.bin>


More information about the wine-patches mailing list