comparison pidgin/win32/nsis/pidgin-installer.nsi @ 25873:21a90a4c76d6

Backport 1ae2b55502a0afd8f28918fc4726683c52e998e9 (#8985 - Remove Start Menu shortcut when unistalling)
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 30 Apr 2009 05:14:38 +0000
parents f59cfb686b02
children e22fa2cc6c46
comparison
equal deleted inserted replaced
25872:3b674151cd60 25873:21a90a4c76d6
811 ;Try to remove Pidgin install dir (only if empty) 811 ;Try to remove Pidgin install dir (only if empty)
812 RMDir "$INSTDIR" 812 RMDir "$INSTDIR"
813 813
814 ; Shortcuts.. 814 ; Shortcuts..
815 Delete "$DESKTOP\Pidgin.lnk" 815 Delete "$DESKTOP\Pidgin.lnk"
816 Delete "$SMPROGRAMS\Pidgin.lnk"
816 817
817 Goto done 818 Goto done
818 819
819 cant_uninstall: 820 cant_uninstall:
820 MessageBox MB_OK $(un.PIDGIN_UNINSTALL_ERROR_1) /SD IDOK 821 MessageBox MB_OK $(un.PIDGIN_UNINSTALL_ERROR_1) /SD IDOK