msiextract (1)
NAME
msiextract - extract the files contained in Windows Installer packagesSYNOPSIS
msiextract [<option> [<option> ...]] <MSI file>DESCRIPTION
msiextract extracts the files contained in Windows Installer packages (.MSI files).
OPTIONS
- -C, --directory <directory>
- Extract to the given directory.
- -l, --list
- List the files only.
- -h, --help
- Print a help message and exit.
- --version
- Print version information and exit.
More than one of -t, -s or -S may be specified.