Fix jump value in CheckOldNSIS

This commit is contained in:
bitraid 2019-01-19 09:55:44 +02:00
parent 73a368d166
commit 22d1f978dd
No known key found for this signature in database
GPG Key ID: 140D99CA504654D3
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ var KeepReg
${if} $R0 != ""
; Remove the quotes from path in $R0
System::Call 'Shlwapi::PathUnquoteSpaces(t r10r10)'
IfFileExists $R0 +3 0
IfFileExists $R0 +2 0
; Return 0 if the uninstaller is missing.
StrCpy $R0 ""
${endif}