mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 23:15:52 +08:00
Ensure the complete install folder is removed
Fixes: CURA-9526 Uninstalling main build doesn't remove all files
This commit is contained in:
parent
74f864e285
commit
e28e25281c
@ -163,7 +163,7 @@ Delete "$INSTDIR\uninstall.exe"
|
|||||||
Delete "$INSTDIR\${APP_NAME} website.url"
|
Delete "$INSTDIR\${APP_NAME} website.url"
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
RmDir "$INSTDIR"
|
RmDir /r /REBOOTOK "$INSTDIR"
|
||||||
|
|
||||||
!ifdef REG_START_MENU
|
!ifdef REG_START_MENU
|
||||||
!insertmacro MUI_STARTMENU_GETFOLDER "Application" $SM_Folder
|
!insertmacro MUI_STARTMENU_GETFOLDER "Application" $SM_Folder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user