Changes
no edit summary
</packages>
</source>
Or for version 3 with defaults.
Get fzdefaults.xml from filezilla doc sub-directory and edit to your liking (e.g. Disable Automatic update).
<source lang="xml">
<packages>
<package
id="filezilla"
name="FileZilla"
revision="03020601"
priority="1"
reboot="false">
<check type="uninstall" condition="exists" path="FileZilla Client 3.2.6.1" />
<install cmd='%SOFTWARE%\filezilla\FileZilla_3.2.6.1_win32-setup.exe /S' />
<install cmd='%COMSPEC% /c copy /y /v "%SOFTWARE%\filezilla\fzdefaults.xml" "%PROGRAMFILES%\FileZilla FTP Client\"' />
<upgrade cmd='%SOFTWARE%\filezilla\FileZilla_3.2.6.1_win32-setup.exe /S' />
<upgrade cmd='%COMSPEC% /c copy /y /v "%SOFTWARE%\filezilla\fzdefaults.xml" "%PROGRAMFILES%\FileZilla FTP Client\"' />
<remove cmd='%COMSPEC% /c del /s /q "%PROGRAMFILES%\FileZilla FTP Client\fzdefaults.xml"' >
<exit code="0" />
<exit code="1" /> <!-- if file does not exist -->
</remove>
<remove cmd='%PROGRAMFILES%\FileZilla FTP Client\uninstall.exe /S' />
</package>
</packages>
</source>
[[Category: Silent Installers]]