comparison pidgin/win32/nsis/pidgin-installer.nsi @ 27489:b74fa3d29cda

Modify the Windows build/install setup to deal with the perl modules the way the Linux build/install setup does. This wasn't strictly necessary but does make things more nicely parallel.
author Etan Reisner <pidgin@unreliablesource.net>
date Tue, 07 Jul 2009 15:44:24 +0000
parents 77976350b32d
children 29e85d424701
comparison
equal deleted inserted replaced
27488:cd390b71b9ff 27489:b74fa3d29cda
724 Delete "$INSTDIR\ca-certs\VeriSign_International_Server_Class_3_CA.pem" 724 Delete "$INSTDIR\ca-certs\VeriSign_International_Server_Class_3_CA.pem"
725 Delete "$INSTDIR\ca-certs\Verisign_RSA_Secure_Server_CA.pem" 725 Delete "$INSTDIR\ca-certs\Verisign_RSA_Secure_Server_CA.pem"
726 RMDir "$INSTDIR\ca-certs" 726 RMDir "$INSTDIR\ca-certs"
727 RMDir /r "$INSTDIR\locale" 727 RMDir /r "$INSTDIR\locale"
728 RMDir /r "$INSTDIR\pixmaps" 728 RMDir /r "$INSTDIR\pixmaps"
729 RMDir /r "$INSTDIR\perlmod"
730 Delete "$INSTDIR\plugins\autoaccept.dll" 729 Delete "$INSTDIR\plugins\autoaccept.dll"
731 Delete "$INSTDIR\plugins\buddynote.dll" 730 Delete "$INSTDIR\plugins\buddynote.dll"
732 Delete "$INSTDIR\plugins\convcolors.dll" 731 Delete "$INSTDIR\plugins\convcolors.dll"
733 Delete "$INSTDIR\plugins\extplacement.dll" 732 Delete "$INSTDIR\plugins\extplacement.dll"
734 Delete "$INSTDIR\plugins\gtkbuddynote.dll" 733 Delete "$INSTDIR\plugins\gtkbuddynote.dll"
773 Delete "$INSTDIR\plugins\timestamp_format.dll" 772 Delete "$INSTDIR\plugins\timestamp_format.dll"
774 Delete "$INSTDIR\plugins\win2ktrans.dll" 773 Delete "$INSTDIR\plugins\win2ktrans.dll"
775 Delete "$INSTDIR\plugins\winprefs.dll" 774 Delete "$INSTDIR\plugins\winprefs.dll"
776 Delete "$INSTDIR\plugins\xmppconsole.dll" 775 Delete "$INSTDIR\plugins\xmppconsole.dll"
777 Delete "$INSTDIR\plugins\xmppdisco.dll" 776 Delete "$INSTDIR\plugins\xmppdisco.dll"
777 RMDir /r "$INSTDIR\plugins\perl"
778 RMDir "$INSTDIR\plugins" 778 RMDir "$INSTDIR\plugins"
779 RMDir /r "$INSTDIR\sasl2" 779 RMDir /r "$INSTDIR\sasl2"
780 Delete "$INSTDIR\sounds\purple\alert.wav" 780 Delete "$INSTDIR\sounds\purple\alert.wav"
781 Delete "$INSTDIR\sounds\purple\login.wav" 781 Delete "$INSTDIR\sounds\purple\login.wav"
782 Delete "$INSTDIR\sounds\purple\logout.wav" 782 Delete "$INSTDIR\sounds\purple\logout.wav"