msi: Add support for deleting streams from an MSI database.
commit51d5242a5fa07a76077f2318fbbff968d760389d
authorErich E. Hoover <erich.e.hoover@gmail.com>
Fri, 15 Mar 2019 09:03:56 +0000 (15 10:03 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 15 Mar 2019 19:01:27 +0000 (15 20:01 +0100)
tree88b8767a28fcedf61496405da686bde3de511c2a
parentba5a6436f806ecc5946640f8cc46d07a11d91439
msi: Add support for deleting streams from an MSI database.

msidb allows developers to remove "streams" (cabinet files) from a
database with the "-k" mode flag.  To support that feature we need
MSIMODIFY_DELETE support in the underlying MSI implementation.

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>
dlls/msi/streams.c
dlls/msi/tests/db.c