Page 1 of 1

V3.66.5 EXE doesn't contain Version Information

Posted: 2024-03-04 14:09
by BenniG
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 1198 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