FloAt's mobile agent (FMA)
From WPKG | Open Source Software Deployment and Distribution
FMA (FloAT's mobile agent) is a powerful phone management tool. Mainly for S/O/N/Y phones. If you own a Sony-Ericsson phone you might definitely want to give it a try. Check out at FMA homepage.
Use the following for silent installation:
<?xml version="1.0" encoding="utf-8" ?>
<packages>
<package id='FMA' name='floAt Mobile Agent' revision='21' priority='50' reboot='false' >
<!-- floAt"s Mobile Agent -->
<check type='uninstall' condition='exists' path='floAt"s Mobile Agent 2' />
<install cmd='"%SOFTWARE%\floAt"s Mobile Agent v.2.1.4.102 Beta 4\fma-2.1-beta-4-setup.exe" /sp- /verysilent /norestart' />
<remove cmd='"%ProgramFiles%\Fma 2\unins001.exe" /SILENT' />
<upgrade cmd='"%SOFTWARE%\floAt"s Mobile Agent v.2.1.4.102 Beta 4\fma-2.1-beta-4-setup.exe" /sp- /verysilent /norestart' />
</package>
</packages>