summaryrefslogtreecommitdiff
path: root/win/template.nsi
diff options
context:
space:
mode:
Diffstat (limited to 'win/template.nsi')
-rwxr-xr-xwin/template.nsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/template.nsi b/win/template.nsi
index 0420886..af4e036 100755
--- a/win/template.nsi
+++ b/win/template.nsi
@@ -97,11 +97,13 @@ Section "Uninstall"
Delete $INSTDIR\readme.txt
Delete $INSTDIR\nssm.exe
+ Delete $INSTDIR\helper.log
$extra_uninstall_files
; uninstaller must be always the last thing to remove
Delete $INSTDIR\uninstall.exe
+ RMDir $INSTDIR
SectionEnd
Function .onInit