Pidgin won't currently work in Windows NT4, so there's no need to have special behavior in the installer. release-2.x.y

Mon, 10 Sep 2012 23:15:37 -0400

author
Daniel Atallah <datallah@pidgin.im>
date
Mon, 10 Sep 2012 23:15:37 -0400
branch
release-2.x.y
changeset 33387
bd3d53e730ba
parent 33386
e576f52a2627
child 33391
e56515365c37

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

mercurial