File: msiinfo.1

package info (click to toggle)
msitools 0.106%2Brepack-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,336 kB
  • sloc: ansic: 18,006; yacc: 862; sh: 416; perl: 217; makefile: 18
file content (46 lines) | stat: -rw-r--r-- 1,605 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.TH msiinfo 1 "December 26, 2014" msitools
.SH NAME
msiinfo \- display and extract information from Windows Installer
packages
.SH SYNOPSIS
.B msiinfo
.RI < subcommand "> [<" options >]
.PP
.B msiinfo
.BR \-h | \-\-help
.PP
.B msiinfo
.BR \-v | \-\-version
.SH DESCRIPTION
.B msiinfo
provides various ways of inspecting and extracting the contents of
Windows Installer packages.
.PP
.SH GLOBAL OPTIONS
.IP "\fB\-h\fP, \fB\-\-help\fP"
Prints a help message and exits.
.IP "\fB\-v\fP, \fB\-\-version\fP"
Prints the program version and exits.
.SH SUBCOMMANDS
.IP "\fBhelp\fP [<\fIsubcommand\fP>]"
Prints help information for either \fBmsiinfo\fP globally or the
specified \fIsubcommand\fP if any.
.IP "\fBstreams\fP <\fIpackage\fP>"
Lists the streams in the given \fIpackage\fP.
.IP "\fBtables\fP <\fIpackage\fP>"
Lists the tables in the given \fIpackage\fP.
.IP "\fBextract\fP <\fIpackage\fP> <\fIstream\fP>"
Extracts the given \fIstream\fP from a \fIpackage\fP, and outputs it
to the standard output.
.IP "\fBexport\fP [\fB\-s\fP] <\fIpackage\fP> <\fItable\fP>"
Exports the given \fItable\fP from a \fIpackage\fP, and outputs it to
standard output, either in tabular form or, if \fB\-s\fP is specified,
as SQL statements.
.IP "\fBsuminfo\fP <\fIpackage\fP>"
Displays summary information about the given \fIpackage\fP.
.SH AUTHORS
\fBmsiinfo\fP 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 \fBmsitools\fP
version 0.93.