# HG changeset patch # User Daniel Atallah # Date 1189109271 0 # Node ID c59e7cd277970b3d8ef40976ba98fea286eefea3 # Parent e5b23336e52f72a6fde2a6b5bee9b77b1f6d172a Make the uninstaller remove everything it installs. diff -r e5b23336e52f -r c59e7cd27797 pidgin/win32/nsis/pidgin-installer.nsi --- a/pidgin/win32/nsis/pidgin-installer.nsi Thu Sep 06 15:49:12 2007 +0000 +++ b/pidgin/win32/nsis/pidgin-installer.nsi Thu Sep 06 20:07:51 2007 +0000 @@ -694,6 +694,7 @@ Delete "$INSTDIR\ca-certs\Equifax_Secure_CA.pem" Delete "$INSTDIR\ca-certs\GTE_CyberTrust_Global_Root.pem" + Delete "$INSTDIR\ca-certs\Verisign_Class3_Extended_Validation_CA.pem" Delete "$INSTDIR\ca-certs\Verisign_Class3_Primary_CA.pem" Delete "$INSTDIR\ca-certs\Verisign_RSA_Secure_Server_CA.pem" RMDir "$INSTDIR\ca-certs" @@ -704,7 +705,7 @@ Delete "$INSTDIR\plugins\buddynote.dll" Delete "$INSTDIR\plugins\convcolors.dll" Delete "$INSTDIR\plugins\extplacement.dll" - Delete "$INSTDIR\plugins\pidginrc.dll" + Delete "$INSTDIR\plugins\gtkbuddynote.dll" Delete "$INSTDIR\plugins\history.dll" Delete "$INSTDIR\plugins\iconaway.dll" Delete "$INSTDIR\plugins\idle.dll" @@ -731,6 +732,7 @@ Delete "$INSTDIR\plugins\notify.dll" Delete "$INSTDIR\plugins\offlinemsg.dll" Delete "$INSTDIR\plugins\perl.dll" + Delete "$INSTDIR\plugins\pidginrc.dll" Delete "$INSTDIR\plugins\psychic.dll" Delete "$INSTDIR\plugins\relnot.dll" Delete "$INSTDIR\plugins\spellchk.dll" @@ -744,12 +746,12 @@ Delete "$INSTDIR\plugins\win2ktrans.dll" Delete "$INSTDIR\plugins\winprefs.dll" RMDir "$INSTDIR\plugins" - Delete "$INSTDIR\sounds\pidgin\alert.wav" - Delete "$INSTDIR\sounds\pidgin\login.wav" - Delete "$INSTDIR\sounds\pidgin\logout.wav" - Delete "$INSTDIR\sounds\pidgin\receive.wav" - Delete "$INSTDIR\sounds\pidgin\send.wav" - RMDir "$INSTDIR\sounds\pidgin" + Delete "$INSTDIR\sounds\purple\alert.wav" + Delete "$INSTDIR\sounds\purple\login.wav" + Delete "$INSTDIR\sounds\purple\logout.wav" + Delete "$INSTDIR\sounds\purple\receive.wav" + Delete "$INSTDIR\sounds\purple\send.wav" + RMDir "$INSTDIR\sounds\purple" RMDir "$INSTDIR\sounds" Delete "$INSTDIR\freebl3.dll" Delete "$INSTDIR\idletrack.dll"