Support Forum: Get Support for Patch My PC Products and Services

Microsoft Configuration Manager and Intune (Enterprises/Paid) => Support and General Questions (Enterprises Using ConfigMgr and Intune) => Topic started by: trigger on September 02, 2019, 03:32:16 AM

Title: FileZilla - Disable of Auto Update?
Post by: trigger on September 02, 2019, 03:32:16 AM
At the moment it is not possible to disable Auto-Update by the GUI of PatchMyPC for the Application "FileZilla"... Could you please add this for the future, at least for Applications (initial installations)?

Thanks
Title: Re: FileZilla - Disable of Auto Update?
Post by: Justin Chalfant (Patch My PC) on September 02, 2019, 04:48:12 AM
We will evaluate this process to see if it can be automated.
Title: Re: FileZilla - Disable of Auto Update?
Post by: bachirica on December 17, 2020, 03:27:14 AM
Any progress on this topic?? The option is still not available in the GUI and the product installs with Auto-Update enabled by default

Thanks!!
Bernardo
Title: Re: FileZilla - Disable of Auto Update?
Post by: Adam Cook (Patch My PC) on December 17, 2020, 07:33:37 AM
Hi!

It looks like this is possible but we won't be able to support it as a native right click option like you can with most other apps within our publisher. This is due to the limitations of FileZilla.

You can disable automatic updates system wide by saving a file specifically named fzdefaults.xml in the same directory as FileZilla.exe lives (e.g. C:\Program Files\FileZilla FTP Client) with the following contents:

<FileZilla3>
  <Settings>
    <Setting name="Disable update check">1</Setting>
  </Settings>
  <Servers>
  </Servers>
</FileZilla3>


The documentation for the fzdefaults.xml file can be found here (https://wiki.filezilla-project.org/Fzdefaults.xml). When you install FileZilla you can find an example of the XML file in C:\Program Files\FileZilla FTP Client\docs.

You can include this fzdefaults.xml file for all of your FileZilla base application installs using the right click option Manage custom pre/post update installation scripts (https://patchmypc.com/custom-options-available-for-third-party-updates-and-applications). You will need an accompanying script within this option to copy fzdefaults.xml to the same directory as FileZilla.exe.

You will see the Updates page within the Settings window is no longer available (see attachment).
Title: Re: FileZilla - Disable of Auto Update?
Post by: bachirica on December 17, 2020, 07:42:24 AM
Thanks Adam!!