[pgAdmin4][Patch]: RM#1366 - NOICONS switch for windows installer.

From: Paresh More <paresh(dot)more(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: RM#1366 - NOICONS switch for windows installer.
Date: 2017-11-19 15:20:00
Message-ID: CAAgiCNGUJ2RHbyC1He8qeRyu06jHW2s8N+reoQ6YNvt5NowZGA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

This is regarding patch for RM#1366: Installer: pgadmin4-1.0-beta1.exe
/NOICONS switch issue

This patch includes:
- It would work for both normal and commandline mode when NOICONS argument
is passed.

In Normal mode
Don't create a Start Menu folder option checkbox will be uncheck by
default. i.e Start Menu folder would be created by default.

In commandline when NOICONS is passed
Don't create a Start Menu folder option checkbox will be checked by default.
i.e Start Menu folder will not be created by default.

Please Note : As per documentation of Inno tool.

*/NOICONS*

Instructs Setup to initially check the *Don't create a Start Menu folder* check
box on the *Select Start Menu Folder* wizard page.

User still have a option at runtime whether he want to create or not create
Start Menu folder on runtime. NOICONS will just uncheck the checkbox.

Attached is the patch.

--

Thanks & Regards

*Paresh More*

[image: NEW-EDB-logo-4c]

Pune, India.
www.enterprisedb.com

Attachment Content-Type Size
RM1366.patch application/octet-stream 729 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2017-11-20 05:18:39 Re: [pgAdmin4][Patch]: RM #2781 - New option to set the quotation mark for copying to clipboard.
Previous Message Neel Patel 2017-11-17 13:14:48 Re: [pgAdmin4][patch][runtime]: RM#2829, RM#2491 - pgAdmin4 crashes while saving CSV data from Query tool