# HG changeset patch # User uid99490 # Date 1064521375 0 # Node ID 969474e79e984605fb20db02261886410767f7a8 # Parent d77fda2cde8563b428f9854a578185b36c9d2f41 [gaim-migrate @ 7525] Uninstaller updated with nss and perl committer: Tailor Script diff -r d77fda2cde85 -r 969474e79e98 gaim-installer.nsi --- 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"