Mercurial > trustbridge
changeset 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 | f675f25e2a7b 06bd82b6aeea |
files | packaging/trustbridge.nsi |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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"