pidgin/win32/nsis/pidgin-installer.nsi

changeset 19684
cb06b0123bd5
parent 19668
2071903c58e4
child 19705
aaa5bcae3261
equal deleted inserted replaced
19683:f620aaf019be 19684:cb06b0123bd5
501 ; there is a bug that will prevent any account from connecting 501 ; there is a bug that will prevent any account from connecting
502 ; See https://lists.silcnet.org/pipermail/silc-devel/2005-January/001588.html 502 ; See https://lists.silcnet.org/pipermail/silc-devel/2005-January/001588.html
503 ${If} ${IsNT} 503 ${If} ${IsNT}
504 ${AndIf} ${IsWinNT4} 504 ${AndIf} ${IsWinNT4}
505 Delete "$INSTDIR\plugins\libsilc.dll" 505 Delete "$INSTDIR\plugins\libsilc.dll"
506 Delete "$INSTDIR\silcclient.dll" 506 Delete "$INSTDIR\libsilcclient-1-1-2.dll"
507 Delete "$INSTDIR\silc.dll" 507 Delete "$INSTDIR\libsilc-1-1-2.dll"
508 ${EndIf} 508 ${EndIf}
509 509
510 SetOutPath "$INSTDIR" 510 SetOutPath "$INSTDIR"
511 511
512 ; If we don't have install rights we're done 512 ; If we don't have install rights we're done
762 Delete "$INSTDIR\nssckbi.dll" 762 Delete "$INSTDIR\nssckbi.dll"
763 Delete "$INSTDIR\pidgin.exe" 763 Delete "$INSTDIR\pidgin.exe"
764 Delete "$INSTDIR\pidgin.dll" 764 Delete "$INSTDIR\pidgin.dll"
765 Delete "$INSTDIR\plc4.dll" 765 Delete "$INSTDIR\plc4.dll"
766 Delete "$INSTDIR\plds4.dll" 766 Delete "$INSTDIR\plds4.dll"
767 Delete "$INSTDIR\silc.dll" 767 Delete "$INSTDIR\libsilc-1-1-2.dll"
768 Delete "$INSTDIR\silcclient.dll" 768 Delete "$INSTDIR\libsilcclient-1-1-2.dll"
769 Delete "$INSTDIR\smime3.dll" 769 Delete "$INSTDIR\smime3.dll"
770 Delete "$INSTDIR\softokn3.dll" 770 Delete "$INSTDIR\softokn3.dll"
771 Delete "$INSTDIR\ssl3.dll" 771 Delete "$INSTDIR\ssl3.dll"
772 Delete "$INSTDIR\${PIDGIN_UNINST_EXE}" 772 Delete "$INSTDIR\${PIDGIN_UNINST_EXE}"
773 !ifdef DEBUG 773 !ifdef DEBUG

mercurial