msidb: Add support for extracting stream/cabinet files from MSI databases.
commitd4a362dda718543df6cf3d6c24b2a3b0f81928e4
authorErich E. Hoover <erich.e.hoover@gmail.com>
Fri, 15 Mar 2019 09:04:01 +0000 (15 10:04 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 15 Mar 2019 19:02:11 +0000 (15 20:02 +0100)
treee67e5ba1b9d94f31b1760d461a11bc0523a2eba9
parent0cf6cd00ce15b3a8dc5ef08aa79cdbe61e2b996d
msidb: Add support for extracting stream/cabinet files from MSI databases.

msidb allows developers to extract "streams" (cabinet files) from a
database with the "-x" mode flag followed by the filename for the
stream in the database, example:
msidb -d package.msi -x cabinet.cab

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