V3.66.5 EXE doesn't contain Version Information

Come here to discuss FileZilla and FTP in general

Moderator: Project members

Post Reply
Message
Author
BenniG
500 Command not understood
Posts: 1
Joined: 2024-03-04 14:01
First name: Benni
Last name: G

V3.66.5 EXE doesn't contain Version Information

#1 Post by BenniG » 2024-03-04 14:09

Hi

the latest Version 3.66.5 doesn't contain the Version string any more, which messes with deployment tools like SCCM when ou rely on this.

Before, it was like this (In Powershell)

Code: Select all

PS C:\Program Files (x86)\FileZilla FTP Client> (Get-Item -Path .\filezilla.exe).VersionInfo.FileVersionRaw

Major  Minor  Build  Revision
-----  -----  -----  --------
3      65     0      0
now:

Code: Select all

PS C:\Program Files (x86)\FileZilla FTP Client> (Get-Item -Path .\filezilla.exe).VersionInfo.FileVersionRaw

Major  Minor  Build  Revision
-----  -----  -----  --------
0      0      0      0
Overall, all the Informations are missing on the EXE:
2024-03-04 15_08_38-filezilla.exe Properties.png
2024-03-04 15_08_38-filezilla.exe Properties.png (25.16 KiB) Viewed 430 times


EDIT:

For others with the same issue that stumble over this: The uninstall.exe contains the information, if you can use this for your detection

Post Reply