pgAdmin 4 commit: Remove the "launch now" option in the Windows install

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Remove the "launch now" option in the Windows install
Date: 2021-02-26 16:24:44
Message-ID: E1lFfv2-0007Pt-QP@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=544483ae1ff1ed40b160ce9a7ddbf33d124e331a

Modified Files
--------------
Make.bat | 10 ++++------
docs/en_US/release_notes_5_1.rst | 1 +
pkg/win32/installer.iss.in | 9 ++++-----
3 files changed, 9 insertions(+), 11 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2021-02-26 16:57:11 pgAdmin 4 commit: Ensure PGADMIN_DEFAULT_EMAIL looks sane when initiali
Previous Message Dave Page 2021-02-26 14:59:47 RM6228 - setup-web.sh platform detection