From ea08e037d2264ef85bf2863bd2d8f809da68bfc8 Mon Sep 17 00:00:00 2001 From: Rajendra Singh Date: Mon, 28 Jan 2019 21:24:55 +0530 Subject: [PATCH] Remove autocomplete directory on uninstall Close #5277 --- PowerEditor/installer/nsisInclude/uninstall.nsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PowerEditor/installer/nsisInclude/uninstall.nsh b/PowerEditor/installer/nsisInclude/uninstall.nsh index 3ac42767f..7b9db2f53 100644 --- a/PowerEditor/installer/nsisInclude/uninstall.nsh +++ b/PowerEditor/installer/nsisInclude/uninstall.nsh @@ -45,7 +45,8 @@ FunctionEnd Function un.onUninstSuccess ; make sure all the empty folders are deleted on successful uninstall - ; These folders will be deleted only if they are emtpy + ; These folders will be deleted only if they are empty + RMDir "$INSTDIR\autoCompletion\" RMDir "$INSTDIR\localization\" RMDir "$INSTDIR\plugins\APIs\" RMDir "$INSTDIR\plugins\disabled\"