DOKK / manpages / debian 12 / msitools / msiinfo.1.en
msiinfo(1) General Commands Manual msiinfo(1)

msiinfo - display and extract information from Windows Installer packages

msiinfo <subcommand> [<options>]

msiinfo -h|--help

msiinfo -v|--version

msiinfo provides various ways of inspecting and extracting the contents of Windows Installer packages.

Prints a help message and exits.
Prints the program version and exits.

Prints help information for either msiinfo globally or the specified subcommand if any.
Lists the streams in the given package.
Lists the tables in the given package.
Extracts the given stream from a package, and outputs it to the standard output.
Exports the given table from a package, and outputs it to standard output, either in tabular form or, if -s is specified, as SQL statements.
Displays summary information about the given package.

msiinfo was written by Paolo Bonzini 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 msitools version 0.93.

December 26, 2014 msitools