Browse Source

Merge pull request #13541 from Ultimaker/CURA-9526

Ensure the complete install folder is removed
Remco Burema 2 years ago
parent
commit
db54c95d88
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packaging/NSIS/Ultimaker-Cura.nsi.jinja

+ 1 - 1
packaging/NSIS/Ultimaker-Cura.nsi.jinja

@@ -163,7 +163,7 @@ Delete "$INSTDIR\uninstall.exe"
 Delete "$INSTDIR\${APP_NAME} website.url"
 !endif
 
-RmDir "$INSTDIR"
+RmDir /r /REBOOTOK "$INSTDIR"
 
 !ifdef REG_START_MENU
 !insertmacro MUI_STARTMENU_GETFOLDER "Application" $SM_Folder