Mercurial > pidgin.yaz
comparison pidgin/win32/nsis/pidgin-installer.nsi @ 19673:c59e7cd27797
Make the uninstaller remove everything it installs.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Thu, 06 Sep 2007 20:07:51 +0000 |
parents | 0084f7fba421 |
children | 3023e0ba2fa6 |
comparison
equal
deleted
inserted
replaced
19672:e5b23336e52f | 19673:c59e7cd27797 |
---|---|
692 DeleteRegValue HKLM "${STARTUP_RUN_KEY}" "Pidgin" | 692 DeleteRegValue HKLM "${STARTUP_RUN_KEY}" "Pidgin" |
693 ; Remove Language preference info (TODO: check if NSIS removes this) | 693 ; Remove Language preference info (TODO: check if NSIS removes this) |
694 | 694 |
695 Delete "$INSTDIR\ca-certs\Equifax_Secure_CA.pem" | 695 Delete "$INSTDIR\ca-certs\Equifax_Secure_CA.pem" |
696 Delete "$INSTDIR\ca-certs\GTE_CyberTrust_Global_Root.pem" | 696 Delete "$INSTDIR\ca-certs\GTE_CyberTrust_Global_Root.pem" |
697 Delete "$INSTDIR\ca-certs\Verisign_Class3_Extended_Validation_CA.pem" | |
697 Delete "$INSTDIR\ca-certs\Verisign_Class3_Primary_CA.pem" | 698 Delete "$INSTDIR\ca-certs\Verisign_Class3_Primary_CA.pem" |
698 Delete "$INSTDIR\ca-certs\Verisign_RSA_Secure_Server_CA.pem" | 699 Delete "$INSTDIR\ca-certs\Verisign_RSA_Secure_Server_CA.pem" |
699 RMDir "$INSTDIR\ca-certs" | 700 RMDir "$INSTDIR\ca-certs" |
700 RMDir /r "$INSTDIR\locale" | 701 RMDir /r "$INSTDIR\locale" |
701 RMDir /r "$INSTDIR\pixmaps" | 702 RMDir /r "$INSTDIR\pixmaps" |
702 RMDir /r "$INSTDIR\perlmod" | 703 RMDir /r "$INSTDIR\perlmod" |
703 Delete "$INSTDIR\plugins\autoaccept.dll" | 704 Delete "$INSTDIR\plugins\autoaccept.dll" |
704 Delete "$INSTDIR\plugins\buddynote.dll" | 705 Delete "$INSTDIR\plugins\buddynote.dll" |
705 Delete "$INSTDIR\plugins\convcolors.dll" | 706 Delete "$INSTDIR\plugins\convcolors.dll" |
706 Delete "$INSTDIR\plugins\extplacement.dll" | 707 Delete "$INSTDIR\plugins\extplacement.dll" |
707 Delete "$INSTDIR\plugins\pidginrc.dll" | 708 Delete "$INSTDIR\plugins\gtkbuddynote.dll" |
708 Delete "$INSTDIR\plugins\history.dll" | 709 Delete "$INSTDIR\plugins\history.dll" |
709 Delete "$INSTDIR\plugins\iconaway.dll" | 710 Delete "$INSTDIR\plugins\iconaway.dll" |
710 Delete "$INSTDIR\plugins\idle.dll" | 711 Delete "$INSTDIR\plugins\idle.dll" |
711 Delete "$INSTDIR\plugins\joinpart.dll" | 712 Delete "$INSTDIR\plugins\joinpart.dll" |
712 Delete "$INSTDIR\plugins\libaim.dll" | 713 Delete "$INSTDIR\plugins\libaim.dll" |
729 Delete "$INSTDIR\plugins\markerline.dll" | 730 Delete "$INSTDIR\plugins\markerline.dll" |
730 Delete "$INSTDIR\plugins\newline.dll" | 731 Delete "$INSTDIR\plugins\newline.dll" |
731 Delete "$INSTDIR\plugins\notify.dll" | 732 Delete "$INSTDIR\plugins\notify.dll" |
732 Delete "$INSTDIR\plugins\offlinemsg.dll" | 733 Delete "$INSTDIR\plugins\offlinemsg.dll" |
733 Delete "$INSTDIR\plugins\perl.dll" | 734 Delete "$INSTDIR\plugins\perl.dll" |
735 Delete "$INSTDIR\plugins\pidginrc.dll" | |
734 Delete "$INSTDIR\plugins\psychic.dll" | 736 Delete "$INSTDIR\plugins\psychic.dll" |
735 Delete "$INSTDIR\plugins\relnot.dll" | 737 Delete "$INSTDIR\plugins\relnot.dll" |
736 Delete "$INSTDIR\plugins\spellchk.dll" | 738 Delete "$INSTDIR\plugins\spellchk.dll" |
737 Delete "$INSTDIR\plugins\ssl-nss.dll" | 739 Delete "$INSTDIR\plugins\ssl-nss.dll" |
738 Delete "$INSTDIR\plugins\ssl.dll" | 740 Delete "$INSTDIR\plugins\ssl.dll" |
742 Delete "$INSTDIR\plugins\timestamp.dll" | 744 Delete "$INSTDIR\plugins\timestamp.dll" |
743 Delete "$INSTDIR\plugins\timestamp_format.dll" | 745 Delete "$INSTDIR\plugins\timestamp_format.dll" |
744 Delete "$INSTDIR\plugins\win2ktrans.dll" | 746 Delete "$INSTDIR\plugins\win2ktrans.dll" |
745 Delete "$INSTDIR\plugins\winprefs.dll" | 747 Delete "$INSTDIR\plugins\winprefs.dll" |
746 RMDir "$INSTDIR\plugins" | 748 RMDir "$INSTDIR\plugins" |
747 Delete "$INSTDIR\sounds\pidgin\alert.wav" | 749 Delete "$INSTDIR\sounds\purple\alert.wav" |
748 Delete "$INSTDIR\sounds\pidgin\login.wav" | 750 Delete "$INSTDIR\sounds\purple\login.wav" |
749 Delete "$INSTDIR\sounds\pidgin\logout.wav" | 751 Delete "$INSTDIR\sounds\purple\logout.wav" |
750 Delete "$INSTDIR\sounds\pidgin\receive.wav" | 752 Delete "$INSTDIR\sounds\purple\receive.wav" |
751 Delete "$INSTDIR\sounds\pidgin\send.wav" | 753 Delete "$INSTDIR\sounds\purple\send.wav" |
752 RMDir "$INSTDIR\sounds\pidgin" | 754 RMDir "$INSTDIR\sounds\purple" |
753 RMDir "$INSTDIR\sounds" | 755 RMDir "$INSTDIR\sounds" |
754 Delete "$INSTDIR\freebl3.dll" | 756 Delete "$INSTDIR\freebl3.dll" |
755 Delete "$INSTDIR\idletrack.dll" | 757 Delete "$INSTDIR\idletrack.dll" |
756 Delete "$INSTDIR\libgtkspell.dll" | 758 Delete "$INSTDIR\libgtkspell.dll" |
757 Delete "$INSTDIR\libjabber.dll" | 759 Delete "$INSTDIR\libjabber.dll" |