Difference between revisions of "FloAt's mobile agent (FMA)"
From WPKG | Open Source Software Deployment and Distribution
(New page: 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 [http:/...) |
m |
||
Line 2: | Line 2: | ||
Use the following for silent installation: | Use the following for silent installation: | ||
− | < | + | <source lang="xml"> |
<?xml version="1.0" encoding="utf-8" ?> | <?xml version="1.0" encoding="utf-8" ?> | ||
<packages> | <packages> | ||
Line 15: | Line 15: | ||
</packages> | </packages> | ||
− | </ | + | </source> |
[[Category:Silent Installers]] | [[Category:Silent Installers]] |
Latest revision as of 19:22, 12 February 2008
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>