From: Daid Date: Fri, 31 Oct 2014 08:39:05 +0000 (+0100) Subject: Uninstall old versions is not working, maybe this fixes it. X-Git-Tag: lulzbot-14.12~37 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8470a567e41b19adfd35c2c731ee03fd55b38bbf;p=cura.git Uninstall old versions is not working, maybe this fixes it. --- diff --git a/scripts/win32/installer.nsi b/scripts/win32/installer.nsi index 34b793e9..83b86d3c 100644 --- a/scripts/win32/installer.nsi +++ b/scripts/win32/installer.nsi @@ -208,7 +208,7 @@ Section /o "Uninstall other Cura versions" StrCmp $2 "" loop ReadRegStr $3 HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\$1" "UninstallString" - ExecWait '"$3" /S _?=$INSTDIR' + ExecWait '$3 /S _?=$INSTDIR' done: SectionEnd