diff packaging/trustbridge.nsi @ 1351:4503af8f6ce4

Delete empty appdata roaming directory and not just local appdata
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 30 Oct 2014 12:33:29 +0100
parents 00ba9a4c422d
children 1dbe849fd0bf
line wrap: on
line diff
--- a/packaging/trustbridge.nsi	Thu Oct 30 12:33:06 2014 +0100
+++ b/packaging/trustbridge.nsi	Thu Oct 30 12:33:29 2014 +0100
@@ -331,6 +331,8 @@
   ExpandEnvStrings $0 %LOCALAPPDATA%
   RmDir "$0\BSI\TrustBridge"
   RmDir "$0\BSI"
+  ExpandEnvStrings $0 %APPDATA%
+  RmDir "$0\BSI"
   Delete "$INSTDIR\Uninstall.exe"
   RMDir "$INSTDIR"
 

http://wald.intevation.org/projects/trustbridge/