Deployment of FileZilla Client Using Intune

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
hoseokhan
500 Command not understood
Posts: 3
Joined: 2023-12-13 16:14
First name: Hoseok
Last name: Han

Deployment of FileZilla Client Using Intune

#1 Post by hoseokhan » 2023-12-13 16:25

Hello guys,

I have encountered challenges while attempting to deploy FileZilla via MS Intune and have not achieved success thus far. I've successfully created the .intunewin format for the installation package without any problems. I suspect that either the installation command or the detection script may be causing an error. Unfortunately, I'm unsure how to address this issue at the moment. If anyone has experience with this and could share their thoughts, I would greatly appreciate it. Thank you. :D

Displayed Error:
The system cannot find the file specified. (0x80070002)
PSScript:

Code: Select all

If([String](Get-Item -Path "$Env:ProgramFiles\FileZilla FTP Client\filezilla.exe","${Env:ProgramFiles(x86)}\FileZilla FTP Client\filezilla.exe" -ErrorAction SilentlyContinue).VersionInfo.FileVersionRaw -ge "3.60.2.0"){
Write-Host "Installed"
Exit 0
}
else {
Exit 1
}
Installation command:

Code: Select all

Install cmd:        FileZilla_3.62.2_win64_sponsored-setup.exe /S
Uninstall cmd:    %ProgramFiles%\FileZilla FTP Client\uninstall.exe” /S

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Deployment of FileZilla Client Using Intune

#2 Post by botg » 2023-12-13 20:34

FileZilla_3.62.2_win64_sponsored-setup.ex
Outdated, entirely unsupported.

hoseokhan
500 Command not understood
Posts: 3
Joined: 2023-12-13 16:14
First name: Hoseok
Last name: Han

Re: Deployment of FileZilla Client Using Intune

#3 Post by hoseokhan » 2023-12-14 15:34

Hey Tim!

You are the BEST!
I changed the version on the script and it worked!!

User avatar
boco
Contributor
Posts: 26940
Joined: 2006-05-01 03:28
Location: Germany

Re: Deployment of FileZilla Client Using Intune

#4 Post by boco » 2023-12-15 05:55

For deployment, it might be wiser to not use the default sponsored Setup. Use the slim installer from https://filezilla-project.org/download.php?show_all=1.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

hoseokhan
500 Command not understood
Posts: 3
Joined: 2023-12-13 16:14
First name: Hoseok
Last name: Han

Re: Deployment of FileZilla Client Using Intune

#5 Post by hoseokhan » 2023-12-15 16:47

Hi Bobo,

Thank you for informing me. Could you please explain the difference between using the default sponsored setup and the Wins version that you recommended?

User avatar
boco
Contributor
Posts: 26940
Joined: 2006-05-01 03:28
Location: Germany

Re: Deployment of FileZilla Client Using Intune

#6 Post by boco » 2023-12-16 05:16

The *_sponsored Installers contain third-party offers and may upset corporate security systems. The other Installer doesn't have them, so, another potential issue avoided.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

Post Reply