Mon, 10 Sep 2012 23:15:37 -0400
Pidgin won't currently work in Windows NT4, so there's no need to have special behavior in the installer.
| pidgin/win32/nsis/pidgin-installer.nsi | file | annotate | diff | comparison | revisions |
--- a/pidgin/win32/nsis/pidgin-installer.nsi Mon Sep 10 23:15:37 2012 -0400 +++ b/pidgin/win32/nsis/pidgin-installer.nsi Mon Sep 10 23:15:37 2012 -0400 @@ -34,7 +34,6 @@ !include "MUI.nsh" !include "Sections.nsh" -!include "WinVer.nsh" !include "LogicLib.nsh" !include "Memento.nsh" @@ -345,21 +344,6 @@ perl_done: - ; If this is under NT4, delete the SILC support stuff - ; there is a bug that will prevent any account from connecting - ; See https://lists.silcnet.org/pipermail/silc-devel/2005-January/001588.html - ; Also, remove the GSSAPI SASL plugin and associated files as they aren't - ; compatible with NT4. - ${If} ${IsNT} - ${AndIf} ${IsWinNT4} - ;SILC - Delete "$INSTDIR\plugins\libsilc.dll" - Delete "$INSTDIR\libsilcclient-1-1-3.dll" - Delete "$INSTDIR\libsilc-1-1-2.dll" - ;GSSAPI - Delete "$INSTDIR\sasl2\saslGSSAPI.dll" - ${EndIf} - SetOutPath "$INSTDIR" ; If we don't have install rights we're done