mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 12:47:49 -06:00
Merge pull request #13541 from Ultimaker/CURA-9526
Ensure the complete install folder is removed
This commit is contained in:
commit
db54c95d88
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue