summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-02-14 03:25:56 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-02-14 03:25:56 +0100
commitd42b3cd2c7dd4bd08b15eeb07eb87c2cb349772f (patch)
treea943cf7da7cdaf419ed81712992a8f215aa0121a /tools
parent08b8bb37465991f91f72aae7a073e95d9dedef83 (diff)
downloadmsitools-d42b3cd2c7dd4bd08b15eeb07eb87c2cb349772f.tar.gz
msitools-d42b3cd2c7dd4bd08b15eeb07eb87c2cb349772f.tar.xz
msitools-d42b3cd2c7dd4bd08b15eeb07eb87c2cb349772f.zip
msidiff: compare signatures too
Diffstat (limited to 'tools')
-rw-r--r--tools/msidiff.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/msidiff.in b/tools/msidiff.in
index b3ef35e..cea70b2 100644
--- a/tools/msidiff.in
+++ b/tools/msidiff.in
@@ -142,8 +142,8 @@ done
tmpdir=`mktemp -d ${TMPDIR:-/tmp}/msidiff.XXXXXX`
mkdir "$tmpdir/old" "$tmpdir/new"
-msidump --tables --directory "$tmpdir/old" $1 >/dev/null
-msidump --tables --directory "$tmpdir/new" $2 >/dev/null
+msidump --signature --tables --directory "$tmpdir/old" $1 >/dev/null
+msidump --signature --tables --directory "$tmpdir/new" $2 >/dev/null
if ${list:-false} || ${long:-false} ; then
msiextract --directory "$tmpdir/old/files" $1 >/dev/null
msiextract --directory "$tmpdir/new/files" $2 >/dev/null