summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2018-07-17 12:30:00 +0200
committerRuben Pollan <meskio@sindominio.net>2018-07-17 12:35:00 +0200
commit6dfd25989e3e0f326d7979c219bf545524755552 (patch)
treec526648a62f4515931c92ff3f91fd3464fb7a773
parent3f46574400609ee32603dbc8ebfaaaab3307a951 (diff)
[pkg] remove log with the uninstaller
-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