Silent Install
x64
FileZilla_3.40.0_win64-setup.exe /S
x86
FileZilla_3.40.0_win32-setup.exe /S
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 “AppDataRoamingFileZillafilezilla.xml” of each user folder.
-
fzdefaults.xml
-
<?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 Clientuninstall.exe /S