Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/win32/installer.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/win32/installer.nsi b/scripts/win32/installer.nsi
index 13c94f4252..e1008e33c1 100644
--- a/scripts/win32/installer.nsi
+++ b/scripts/win32/installer.nsi
@@ -206,7 +206,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