pidgin/win32/nsis/pidgin-installer.nsi

branch
release-2.x.y
changeset 33353
213ea319f7cd
parent 32096
59e46efb363d
child 33366
75dbccde9fc7
equal deleted inserted replaced
33282:8dd359c4bfdc 33353:213ea319f7cd
358 ; compatible with NT4. 358 ; compatible with NT4.
359 ${If} ${IsNT} 359 ${If} ${IsNT}
360 ${AndIf} ${IsWinNT4} 360 ${AndIf} ${IsWinNT4}
361 ;SILC 361 ;SILC
362 Delete "$INSTDIR\plugins\libsilc.dll" 362 Delete "$INSTDIR\plugins\libsilc.dll"
363 Delete "$INSTDIR\libsilcclient-1-1-2.dll" 363 Delete "$INSTDIR\libsilcclient-1-1-3.dll"
364 Delete "$INSTDIR\libsilc-1-1-2.dll" 364 Delete "$INSTDIR\libsilc-1-1-2.dll"
365 ;GSSAPI 365 ;GSSAPI
366 Delete "$INSTDIR\sasl2\saslGSSAPI.dll" 366 Delete "$INSTDIR\sasl2\saslGSSAPI.dll"
367 ${EndIf} 367 ${EndIf}
368 368
635 Delete "$INSTDIR\libplc4.dll" 635 Delete "$INSTDIR\libplc4.dll"
636 Delete "$INSTDIR\libplds4.dll" 636 Delete "$INSTDIR\libplds4.dll"
637 Delete "$INSTDIR\libpurple.dll" 637 Delete "$INSTDIR\libpurple.dll"
638 Delete "$INSTDIR\libsasl.dll" 638 Delete "$INSTDIR\libsasl.dll"
639 Delete "$INSTDIR\libsilc-1-1-2.dll" 639 Delete "$INSTDIR\libsilc-1-1-2.dll"
640 Delete "$INSTDIR\libsilcclient-1-1-2.dll" 640 Delete "$INSTDIR\libsilcclient-1-1-3.dll"
641 Delete "$INSTDIR\libxml2-2.dll" 641 Delete "$INSTDIR\libxml2-2.dll"
642 Delete "$INSTDIR\libymsg.dll" 642 Delete "$INSTDIR\libymsg.dll"
643 Delete "$INSTDIR\nss3.dll" 643 Delete "$INSTDIR\nss3.dll"
644 Delete "$INSTDIR\nssutil3.dll" 644 Delete "$INSTDIR\nssutil3.dll"
645 Delete "$INSTDIR\nssckbi.dll" 645 Delete "$INSTDIR\nssckbi.dll"

mercurial