Difference between revisions of "Gaim"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | This is a silent installer and deinstaller for Gaim. | + | This is a silent installer and deinstaller for Gaim, an instant messaging client. Gaim have been renamed as [[Pidgin Instant Messenger|Pidgin]]. |
+ | <source lang="xml"> | ||
<package id="gaim" name="GAIM internet chat" revision="1" reboot="false" priority="0" > | <package id="gaim" name="GAIM internet chat" revision="1" reboot="false" priority="0" > | ||
− | <check type="uninstall" condition="exists" path="Gaim (remove only)" /> | + | <check type="uninstall" condition="exists" path="Gaim (remove only)" /> |
− | <install cmd=" | + | |
− | <install cmd='cmd /s del /s /q "%AllUsersProfile%\Desktop\gaim.lnk"' /> | + | <install cmd="%SOFTWARE%\gaim\gaim-1.1.4-no-gtk.exe /S" /> |
− | <remove cmd="%ProgramFiles%\gaim\gaim-uninst.exe /s | + | <install cmd='cmd /s del /s /q "%AllUsersProfile%\Desktop\gaim.lnk"' /> |
− | + | <remove cmd="%ProgramFiles%\gaim\gaim-uninst.exe /s" /> | |
</package> | </package> | ||
+ | </source> | ||
− | [[category:Silent Installers | + | |
+ | [[category:Silent Installers]] |
Latest revision as of 10:54, 1 April 2011
This is a silent installer and deinstaller for Gaim, an instant messaging client. Gaim have been renamed as Pidgin.
<package id="gaim" name="GAIM internet chat" revision="1" reboot="false" priority="0" >
<check type="uninstall" condition="exists" path="Gaim (remove only)" />
<install cmd="%SOFTWARE%\gaim\gaim-1.1.4-no-gtk.exe /S" />
<install cmd='cmd /s del /s /q "%AllUsersProfile%\Desktop\gaim.lnk"' />
<remove cmd="%ProgramFiles%\gaim\gaim-uninst.exe /s" />
</package>