# HG changeset patch # User Daniel Atallah # Date 1216773410 0 # Node ID 3ec514b987282dd28ac3938b023b4427dca7b22b # Parent 1452c89e7f057ad5654a7830367eb19c7b4603b0 Uninstall the CAcert certs in the win32 uninstaller. diff -r 1452c89e7f05 -r 3ec514b98728 pidgin/win32/nsis/pidgin-installer.nsi --- a/pidgin/win32/nsis/pidgin-installer.nsi Wed Jul 23 00:35:30 2008 +0000 +++ b/pidgin/win32/nsis/pidgin-installer.nsi Wed Jul 23 00:36:50 2008 +0000 @@ -713,6 +713,8 @@ Push "ymsgr" Call un.UnregisterURIHandler + Delete "$INSTDIR\ca-certs\CAcert_Class3.pem" + Delete "$INSTDIR\ca-certs\CAcert_Root.pem" Delete "$INSTDIR\ca-certs\Equifax_Secure_CA.pem" Delete "$INSTDIR\ca-certs\GTE_CyberTrust_Global_Root.pem" Delete "$INSTDIR\ca-certs\Microsoft_Secure_Server_Authority.pem"