logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

msidump - dump the tables and streams contained in Windows Installer packages

Authors

msidump was written by Marc-André Lureau for Red Hat, Inc.  This manual page was adapted from the program
       usage information by Stephen Kitt <skitt@debian.org>, for the Debian GNU/Linux system (but may be used by
       others). It was last modified for msidump version 0.93.

msitools                                        December 21, 2014                                     msidump(1)

Description

msidump dumps the tables and streams contained in Windows Installer packages (.MSI files).

Name

       msidump - dump the tables and streams contained in Windows Installer packages

Options

-t, --tables
              Dump the tables. This is the default.

       -s, --streams
              Dump the streams.

       -S, --signature
              Dump the signature, parsed as ASN.1.

       -d, --directory <directory>
              Dump to the given directory.

       -h, --help
              Print a help message and exit.

       -v, --version
              Print version information and exit.

       More than one of -t, -s or -S may be specified.

Synopsis

msidump [<option> [<option> ...]] <MSIfile>

See Also