From: Chris Morgan Date: Fri, 12 Mar 2010 08:59:16 +0000 (+1100) Subject: Win32 uninstaller: MD5 checksums need string comparison rather than int comparison X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9748e75d92dc9c52402be03fa5b09e5a1f725d01;p=inkscape.git Win32 uninstaller: MD5 checksums need string comparison rather than int comparison --- diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi index 8074a480f..c7200772a 100755 --- a/packaging/win32/inkscape.nsi +++ b/packaging/win32/inkscape.nsi @@ -962,7 +962,7 @@ Section Uninstall ; do the uninstalling {{{ ${Else} md5dll::GetMD5File /NOUNLOAD $filename Pop $5 ;md5 of file - ${If} $3 = $5 + ${If} $3 == $5 StrCpy $3 1 ; yes ${ElseIf} $6 != never ; the md5 sums does not match so we ask