Describe the bug
The pgAdmin4.exe reports an " after the version number in pgAdmin 4 v9.17 and v9.16 installed via the Windows Installer (e.g. 9.17").
To Reproduce
Steps to reproduce the behavior:
- Install one of the impacted versions of pgAdmin 4, e.g. https://www.postgresql.org/ftp/pgadmin/pgadmin4/v9.17/windows/
- Check the version number (either via File Explorer > Properties) or PowerShell, etc.
PS C:\> (Get-Item 'C:\Program Files\pgAdmin 4\runtime\pgAdmin4.exe').VersionInfo.ProductVersion
9.17"
Expected behavior
Expected this to report a "clean" product version without the trailing double quotation mark (").
Error message
n/a
Screenshots
Desktop (please complete the following information):
- OS: Windows 11, Windows 10, Windows Server 2022 and Windows Server 2025
- pgAdmin version: 9.17 and 9.16
- Mode: Desktop
- Browser (if running in server mode): n/a
- Package type: Windows
Additional context
I have tested this across multiple machines, including as a fresh installation on a machine that never had pgAdmin 4 installed before, so it shouldn't be an update artefact.
I haven't tested outside of the Windows installer, so it's possible that this is impacting other packages too.
Describe the bug
The pgAdmin4.exe reports an
"after the version number in pgAdmin 4 v9.17 and v9.16 installed via the Windows Installer (e.g.9.17").To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected this to report a "clean" product version without the trailing double quotation mark (
").Error message
n/a
Screenshots
Desktop (please complete the following information):
Additional context
I have tested this across multiple machines, including as a fresh installation on a machine that never had pgAdmin 4 installed before, so it shouldn't be an update artefact.
I haven't tested outside of the Windows installer, so it's possible that this is impacting other packages too.