Software » filezilla-project.org » FileZilla Client » 3.25.2
Homepage https://filezilla-project.org/client_features.php
Download FileZilla_3.25.2_win64-setup.exe
FileZilla_3.25.2_win32-setup.exe

Silent Install

x64

FileZilla_3.25.2_win64-setup.exe /S

x86

FileZilla_3.25.2_win32-setup.exe /S
ReturnCodes 0

Settings

disable Updates

To make setup disabled updates as default setting create/edit the fzdefaults.xml file in the setup folder. Set the option "Disable update check" to 1.

Maybe the users have already a settings file. Then you also need to change that under "\AppData\Roaming\FileZilla\filezilla.xml" of each user folder.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<FileZilla3>
    <Settings>
        <Setting name="Disable update check">1</Setting>
    </Settings>
</FileZilla3>

Silent Uninstall

%ProgramFiles%\FileZilla FTP Client\uninstall.exe /S
ReturnCodes 0