Mercurial > trustbridge
comparison packaging/trustbridge.nsi @ 1162:2a1206932f53
(issue107) Comment all TODO's and FIXME's with issues as documented in issue107
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 18 Sep 2014 18:53:11 +0200 |
parents | fd2194295218 |
children | c8f698ca6355 |
comparison
equal
deleted
inserted
replaced
1161:b67681a61e3e | 1162:2a1206932f53 |
---|---|
271 Section "Uninstall" | 271 Section "Uninstall" |
272 StrCmp "$douninstcertificates" "TRUE" 0 skip_certs | 272 StrCmp "$douninstcertificates" "TRUE" 0 skip_certs |
273 ExpandEnvStrings $0 %LOCALAPPDATA% | 273 ExpandEnvStrings $0 %LOCALAPPDATA% |
274 nsExec::ExecToLog '"$INSTDIR\cinst.exe" "list=$0\BSI\TrustBridge\list-installed.txt" "choices=uninstall"' | 274 nsExec::ExecToLog '"$INSTDIR\cinst.exe" "list=$0\BSI\TrustBridge\list-installed.txt" "choices=uninstall"' |
275 skip_certs: | 275 skip_certs: |
276 RMDir /r "$INSTDIR" ; TODO include uninstall files | 276 RMDir /r "$INSTDIR" ; TODO (issue137) include uninstall files |
277 ; !include "filelist-un.nsh" | 277 ; !include "filelist-un.nsh" |
278 ; Delete "$INSTDIR\Uninstall.exe" | 278 ; Delete "$INSTDIR\Uninstall.exe" |
279 ; RMDir "$INSTDIR" | 279 ; RMDir "$INSTDIR" |
280 | 280 |
281 !insertmacro MUI_STARTMENU_GETFOLDER Application $StartMenuFolder | 281 !insertmacro MUI_STARTMENU_GETFOLDER Application $StartMenuFolder |