Installer was always pointing to C:\Programs\Clementine when an active installation was found. This commit fixes this.

This commit is contained in:
Andreas 2015-04-29 19:07:29 +02:00
parent 150270aa54
commit 580cfa4977
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ Function CheckPreviousInstall
; Run the uninstaller
uninst:
ClearErrors
ExecWait '$R0 _?=$INSTDIR' ; Do not copy the uninstaller to a temp file
ExecWait '$R0' ; Do not copy the uninstaller to a temp file
done: