From 580cfa49776355e122433303ba7a3f2ad68ea090 Mon Sep 17 00:00:00 2001 From: Andreas Date: Wed, 29 Apr 2015 19:07:29 +0200 Subject: [PATCH] Installer was always pointing to C:\Programs\Clementine when an active installation was found. This commit fixes this. --- dist/windows/clementine.nsi.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/windows/clementine.nsi.in b/dist/windows/clementine.nsi.in index 8cecb5720..371bdc637 100644 --- a/dist/windows/clementine.nsi.in +++ b/dist/windows/clementine.nsi.in @@ -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: