Mercurial > pidgin
changeset 6973:969474e79e98
[gaim-migrate @ 7525]
Uninstaller updated with nss and perl
committer: Tailor Script <tailor@pidgin.im>
author | uid99490 |
---|---|
date | Thu, 25 Sep 2003 20:22:55 +0000 |
parents | d77fda2cde85 |
children | fca04eebd2a7 |
files | gaim-installer.nsi |
diffstat | 1 files changed, 13 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/gaim-installer.nsi Thu Sep 25 16:03:31 2003 +0000 +++ b/gaim-installer.nsi Thu Sep 25 20:22:55 2003 +0000 @@ -514,6 +514,7 @@ RMDir /r "$INSTDIR\locale" RMDir /r "$INSTDIR\pixmaps" + RMDir /r "$INSTDIR\perlmod" Delete "$INSTDIR\plugins\autorecon.dll" Delete "$INSTDIR\plugins\history.dll" Delete "$INSTDIR\plugins\iconaway.dll" @@ -543,16 +544,20 @@ RMDir "$INSTDIR\sounds" Delete "$INSTDIR\gaim.dll" Delete "$INSTDIR\gaim.exe" - Delete "$INSTDIR\${GAIM_UNINST_EXE}" Delete "$INSTDIR\idletrack.dll" Delete "$INSTDIR\libgtkspell.dll" - Delete "$INSTDIR\perl56.dll" - ;Remove possible GTK+ files and folders.. - RMDir \r "$INSTDIR\lib" - RMDir \r "$INSTDIR\share" - RMDir \r "$INSTDIR\locale" - RMDir \r "$INSTDIR\bin" - Delete "$INSTDIR\*.dll" + Delete "$INSTDIR\nspr4.dll" + Delete "$INSTDIR\nss3.dll" + Delete "$INSTDIR\nssckbi.dll" + Delete "$INSTDIR\plc4.dll" + Delete "$INSTDIR\plds4.dll" + Delete "$INSTDIR\softokn3.dll" + Delete "$INSTDIR\ssl3.dll" + Delete "$INSTDIR\${GAIM_UNINST_EXE}" + !ifdef DEBUG + Delete "$INSTDIR\exchndl.dll" + !endif + ;Try to remove Gaim install dir .. if empty RMDir "$INSTDIR"