From d959a5918c6d82bfba8c330d15d2d556c2f41b70 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sat, 2 Feb 2013 02:36:15 +0200 Subject: [PATCH] Remove unused label. --- src/windows/installer.nsi | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/windows/installer.nsi b/src/windows/installer.nsi index ba02d4bb5..9c77fe565 100644 --- a/src/windows/installer.nsi +++ b/src/windows/installer.nsi @@ -3,9 +3,8 @@ Section "-hidden" ;Search if qBittorrent is already installed. FindFirst $0 $1 "$INSTDIR\uninst.exe" FindClose $0 - StrCmp $1 "" done - - uninst: + StrCmp $1 "" done + ;Run the uninstaller of the previous install. DetailPrint $(inst_unist) ExecWait '"$INSTDIR\uninst.exe" /S _?=$INSTDIR'