Difference between revisions of "Pidgin Instant Messenger"
From WPKG | Open Source Software Deployment and Distribution
(Added notes on LCID setting for silent setup.) |
|||
Line 30: | Line 30: | ||
</package> | </package> | ||
</source> | </source> | ||
+ | |||
+ | If you want to set pidgins' language other than english, "/L=" to your countrys' LCID. | ||
= Links = | = Links = | ||
Line 35: | Line 37: | ||
* [http://developer.pidgin.im/wiki/Installing%20Pidgin#UnattendedInstallations More informations on pidgin setup silent switches] | * [http://developer.pidgin.im/wiki/Installing%20Pidgin#UnattendedInstallations More informations on pidgin setup silent switches] | ||
* [http://downloads.sourceforge.net/pidgin/pidgin-2.5.4.exe download pidgin 2.5.4 for Windows] | * [http://downloads.sourceforge.net/pidgin/pidgin-2.5.4.exe download pidgin 2.5.4 for Windows] | ||
− | |||
− | |||
[[category:Silent Installers]] | [[category:Silent Installers]] |
Revision as of 13:18, 14 February 2009
This is a silent installer and uninstaller for Pidgin.
Pidgin is a multi-protocol Instant Messaging client that allows you to use all of your IM accounts at once.
Pidgin can work with:
* AIM * Bonjour * Gadu-Gadu * Google Talk * Groupwise * ICQ * IRC * MSN * MySpaceIM * QQ * SILC * SIMPLE * Sametime * XMPP * Yahoo! * Zephyr
I download the client and GTK separately, install GTK first, then Bonjour and finally the client.
<package
id="pidgin"
name="Pidgin 2.3.1"
revision="4"
reboot="false"
priority="1">
<depends package-id="gtk"/>
<check type="file" condition="versionequalto" path="%programfiles%\pidgin\pidgin.exe" value="2.3.1.0" />
<install cmd='"%SOFTWARE%\pidgin\bonjoursetup.exe" /qn ' >
<exit code="11728" />
</install>
<install cmd='cmd /C taskkill /F /IM pidgin.exe' >
<exit code='1' />
<exit code='128' />
</install>
<install cmd='"%SOFTWARE%\pidgin\pidgin-2.3.1-no-gtk.exe" /L=1033 /S' />
<remove cmd='"%ProgramFiles%\pidgin\pidgin-uninst.exe"/L=1033 /S' />
</package>
If you want to set pidgins' language other than english, "/L=" to your countrys' LCID.