Aditya Toshniwal
65a35ab23d
Fixed windows signature issue by passing SignTool using /S arg ISCC.exe instead of specifying the path in installer.iss
2025-07-14 15:12:29 +05:30
Aditya Toshniwal
b31c8f78c5
Fixed windows signature issue and specify SignTool in installer.iss file instead of calling signtool directly
2025-07-14 10:57:46 +05:30
Aditya Toshniwal
1e4e00886a
Fixed a windows build issue where uninstaller failed to sign. #8420
2025-07-10 18:55:36 +05:30
Aditya Toshniwal
60c8e5fe05
Fixed an issue where windows installer is not signing tmp files generated by InnoSetup. #8420
...
Co-authored-by: stephannn <stephannn@users.noreply.github.com>
2025-07-10 15:35:02 +05:30
Akshay Joshi
9f4ce1e7d1
Use HKA registry key instead of HKLM/HKEY_LOCAL_MACHINE in Windows installer.iss.in file.
2025-02-05 15:47:59 +05:30
Akshay Joshi
b90a390d5c
1) Run the uninstaller first only if the v8 version is already installed.
...
2) Delete the MyAppVersion key from the Windows registry during the installation or upgrade.
3) Remove the logic that checks if a 32-bit or 64-bit version of the installer is already installed.
2025-02-05 10:17:46 +05:30
Akshay Joshi
cd86ce08cf
Fixed an issue where pgadmin cannot install into path with non ASCII characters. #5204
2025-01-20 16:04:07 +05:30
Akshay Joshi
7e20bf5b75
Remove function call IsPathValid to test non-ascii characters in the path for Windows installer.
2025-01-20 12:25:16 +05:30
Akshay Joshi
99e1f005fc
Update Python version to 3.13
2025-01-15 13:44:34 +05:30
Akshay Joshi
964d211260
Copyright updated for 2025
2025-01-01 11:26:42 +05:30
Dave Page
c0122a72c8
Update the Windows build to work with Meson-built PostgreSQL and winpgbuild.
2024-10-01 15:51:43 +01:00
Dave Page
301920747d
Update Windows build instructions to match modern reality.
2024-05-21 16:44:15 +01:00
Akshay Joshi
740ce15bd7
Update copyright notices for 2024
2024-01-01 14:13:48 +05:30
Akshay Joshi
101f6fc103
1) Remove the version folder from the Windows Default Installation path.
...
2) Rename the release note to 8.0
3) Update the version for release v8.0
2023-11-17 17:52:56 +05:30
Khushboo Vashi
5e0daccf76
Added support for psycopg3 along with psycopg2. #5011
2023-02-15 11:31:29 +05:30
Akshay Joshi
98184e5835
Update copyright notices for 2023
2023-01-02 11:53:55 +05:30
Aditya Toshniwal
cbea043ca1
Allow YouTube video demo links to be added to appropriate pgAdmin documentation. #5563
2022-12-19 10:45:45 +05:30
Dave Page
8459a45d72
Update to use GitHub for source repos.
2022-09-21 10:56:03 +01:00
Dave Page
12d6271b13
Quote string
2022-01-21 13:23:13 +00:00
Dave Page
c65f60771a
Enforce the minimum Windows version that the installer will run on. Fixes #7135
2022-01-21 12:59:01 +00:00
Akshay Joshi
2786f7ac5a
Update copyright notices for 2022
2022-01-04 13:54:25 +05:30
Dave Page
d276f37e87
Support non-admin installation on Windows. Fixes #6524
2021-06-09 13:32:48 +01:00
Dave Page
1ead82f9b8
Various fixes to the setup process description.
2021-05-24 17:03:42 +01:00
Dave Page
544483ae1f
Remove the "launch now" option in the Windows installer, as UAC could cause it to run as an elevated user. Fixes #5628
...
While we're passing, fix a couple of InnoSetup build warnings and remove some unnecessary code.
2021-02-26 16:24:39 +00:00
Dave Page
e8114b5dc6
Allow underscores in the Windows installation path. Fixes #5467
2021-02-26 12:27:39 +00:00
Dave Page
530eb3972b
Convert READMEs to lightly formatted markdown, so they display nicely on Github etc.
2021-02-05 16:18:50 +00:00
Akshay Joshi
102ffd141c
Implemented runtime using NWjs to open pgAdmin4 in a standalone window
...
instead of the system tray and web browser. Used NWjs to get rid of QT
and C++. Fixes #5967
Use cheroot as the default production server for pgAdmin4. Fixes #5017
2021-01-29 13:38:27 +05:30
Dave Page
ddf7f04c94
Update instructions to include KfW build.
2021-01-20 11:37:12 +00:00
Akshay Joshi
eb3cd689a1
1) Update release date.
...
2) Update copyright notice.
2021-01-07 17:05:56 +05:30
Dave Page
9113932066
Tweak the OpenSSL build instructions.
2020-07-13 13:36:56 +01:00
Paresh More
2db518c9c6
Fixed an issue where installation of pgadmin4 not working on 32-bit Windows. Fixes #5630
2020-06-29 10:22:04 +05:30
Paresh More
9d25973a77
Disallow installation of the 32 and 64 bit builds at the same time on Windows.
2020-06-22 12:15:32 +01:00
Dave Page
1485ff338f
Don't use the venv to create the venv on Windows as it doesn't allow python.exe to be relocated on Windows. Use the tried and tested virtualenv instead. Fixes #5595
2020-06-09 16:28:36 +01:00
Dave Page
ba91e3fc1f
Fix a couple of typos.
2020-06-04 10:43:05 +01:00
Dave Page
67c978b7a4
Don't use virtualenv to create the venv on Windows.
2020-06-01 10:32:41 +01:00
Dave Page
676fec8694
Cleanup Windows build scripts and ensure Windows x64 builds will work. Fixes #5574
2020-06-01 09:52:24 +01:00
Akshay Joshi
ad80217593
Remove Python2 references from the source code.
...
refs #5443
Initial patch: Neel Patel
2020-04-30 17:22:48 +05:30
Neel Patel
870bcbd932
SVG image format plugin is added to render the image file from stylesheet. And also removed the theme components staging files used during windows and Mac bundling.
2020-04-22 18:47:13 +05:30
Neel Patel
65bc196eba
Fix the bundling issue of dark mode runtime support for Windows and Mac.
2020-04-14 15:19:39 +05:30
Dave Page
01c7636c75
Update copyright notices for 2020.
2020-01-02 14:43:50 +00:00
Aditya Toshniwal
15556f9f89
Correct the condition to compare version for Windows installer. Regression of last commit.
2019-07-02 20:12:00 +05:30
Aditya Toshniwal
b76e0bea83
Ensure the version comparision should be correct for windows installer. Fixes #4421
2019-07-02 14:58:18 +05:30
Dave Page
bb1e908b54
Apply codestyle checks to all Python code.
2019-03-20 11:17:51 +00:00
Dave Page
c5d49bd862
Fix copyright year.
2019-01-07 11:28:39 +05:30
Dave Page
cb880678cc
Python 2.6 support is officially deprecated.
2018-12-20 09:15:26 +00:00
Dave Page
5f51c39e6f
Delete the venv folder prior to upgrade. Fixes #3384
2018-06-17 21:10:17 -04:00
Dave Page
89821c0d19
Update copyright notices for 2018.
2018-01-05 10:42:50 +00:00
Paresh More
a539147a0e
Fix /NOICONS switch in the windows installer. Fixes #1366
2017-11-20 16:58:35 +00:00
Paresh More
8ff753deb8
Prevent the Windows installer accepting paths containing invalid characters. Fixes #1365
2017-11-20 16:38:20 +00:00
Paresh More
b86fa15dbc
Ensure the web/ directory is cleared before upgrading Windows installations. Fixes #2187
2017-04-10 12:05:09 +01:00