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

msidiff - compare Windows Installer packages

Authors

msidiff  was  written  by  Ville  Skyttä 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 msidiff version 0.93.

msitools                                        December 21, 2014                                     msidiff(1)

Description

msidiff compares Windows Installer packages (.MSI files).

Name

       msidiff - compare Windows Installer packages

Options

-t, --tables
              Compare MSI tables as text. This is the default.

       -l, --list
              Compare the file lists in the packages.

       -L, --long-list
              Compare the detailed file lists in the packages.

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

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

       More than one of -t, -l or -L may be specified.

       <diff-options>  are  passed  to  diff(1).  The first repeated argument of the above or the first argument
       starting with a `-' but not a valid msidiff option starts <diff-options>, the first argument not starting
       with `-' ends them. By default, <diff-options> is -Nup for contents, -U0 for  others,  and  -r  which  is
       always passed.

Synopsis

msidiff [<option> [<option> ...]] [<diff-options>] <sourceMSI> <targetMSI>

See Also