Last updated on March 19th, 2023 at 05:11 pm
We use FileZilla a lot and we wanted an MSI installer for it. However, we could not seem to find one anywhere and FileZilla themselves do not supply one. So, we decided to create one ourselves.
Depending on how popular this proves, if it is worth our time we will keep up to date with the latest releases of FileZilla and ensure that we keep releasing the latest versions in MSI format.
Downloads
This is the standalone version that has been repackaged by us into an MSI installer. This means that you can use this for deployment with ConfigMgr, WDS, Group Policy and MDT amongst other systems.
MSI Downloader Tool
Instructions
If you want to distribute FileZilla as a silent install, then you can use the code as below:
WDS and Group Policy
FileZillaMSIInstaller.msi /q /norestart
Configuration Manager
msiexec /i "FileZillaMSIInstaller.msi" /q /norestart
Comments
If you have any questions or would like to leave a comment, please use our comments system below.