Changes

Pidgin Instant Messenger

748 bytes added, 07:02, 1 July 2009
no edit summary
* AIM * Bonjour * Gadu-Gadu * Google Talk * Groupwise * ICQ * IRC * MSN
* MySpaceIM * QQ * SILC * SIMPLE * Sametime * XMPP * Yahoo! * Zephyr
 
== 2.5.7 ==
For /L parameter's values look at [http://msdn.microsoft.com/en-us/goglobal/bb964664.aspx this page].
 
<source lang="xml">
<package id="pidgin"
name="Pidgin"
revision="2507"
reboot="false"
priority="0">
 
<check type="file" condition="versionequalto" path="%PROGRAMFILES%\pidgin\pidgin.exe" value="2.5.7.0" />
 
<install cmd='cmd /C taskkill /F /IM pidgin.exe' >
<exit code='1' />
<exit code='128' />
</install>
 
<install cmd='"%SOFTWARE%\packages\pidgin-2.5.7.exe" /L=1040 /DS=0 /SMS=1 /S' />
 
<upgrade cmd='"%SOFTWARE%\packages\pidgin-2.5.7.exe" /L=1040 /DS=0 /SMS=1 /S' />
 
<remove cmd='"%PROGRAMFILES%\pidgin\pidgin-uninst.exe" /L=1040 /S' />
</package>
</source>
 
== 2.3.1 ==
I download the client and GTK separately, install GTK first, then Bonjour and finally the client.
Anonymous user