Changes

FileZilla

498 bytes added, 17:07, 4 March 2008
Filezilla 3 deploy added
This is a silent installer for FileZilla2.
<source lang="xml">
</source>
Or for version 3.
 
<source lang="xml">
<packages>
<package id="filezilla" name="filezilla" revision="3" priority="1">
<check type="uninstall" condition="exists" path="FileZilla Client 3.0.7.1" />
<install cmd='%SOFTWARE%\filezilla\FileZilla_3.0.7.1_win32-setup.exe /S' />
<upgrade cmd='%SOFTWARE%\filezilla\FileZilla_3.0.7.1_win32-setup.exe /S' />
<remove cmd='%PROGRAMFILES%\FileZilla FTP Client\uninstall.exe /S' />
</package>
</packages>
</source>
[[Category: Silent Installers]]
Anonymous user