Mercurial > trustbridge
comparison 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 |
comparison
equal
deleted
inserted
replaced
1350:00ba9a4c422d | 1351:4503af8f6ce4 |
---|---|
329 dontDeleteNSS: | 329 dontDeleteNSS: |
330 !include "filelist_un.nsh" | 330 !include "filelist_un.nsh" |
331 ExpandEnvStrings $0 %LOCALAPPDATA% | 331 ExpandEnvStrings $0 %LOCALAPPDATA% |
332 RmDir "$0\BSI\TrustBridge" | 332 RmDir "$0\BSI\TrustBridge" |
333 RmDir "$0\BSI" | 333 RmDir "$0\BSI" |
334 ExpandEnvStrings $0 %APPDATA% | |
335 RmDir "$0\BSI" | |
334 Delete "$INSTDIR\Uninstall.exe" | 336 Delete "$INSTDIR\Uninstall.exe" |
335 RMDir "$INSTDIR" | 337 RMDir "$INSTDIR" |
336 | 338 |
337 !insertmacro MUI_STARTMENU_GETFOLDER Application $StartMenuFolder | 339 !insertmacro MUI_STARTMENU_GETFOLDER Application $StartMenuFolder |
338 | 340 |