Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pgadmin4-np: Silent user install support #354

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

c0bw3b
Copy link
Contributor

@c0bw3b c0bw3b commented Oct 3, 2024

Refresh of installer arguments in order to:

  • support silent installs in both user and global contexts => SUPPRESSMSGBOXES will let the installer assume local user install if it does not have admin rights instead of asking for elevated privileges

  • get rid of a post_install error in case of local user install (because 'pgAdmin 4' folder can't be located under the common start menu) by using NOICONS during install instead of trying to remove start menu icons after the fact

Refresh of installer arguments in order to:

* support silent installs in both user and global contexts => `SUPPRESSMSGBOXES` will let the installer assume local user install
if it does not have admin rights instead of asking for elevated privileges

* get rid of a post_install error in case of local user install 
(because 'pgAdmin 4' folder can't be located under the common
start menu) by using `NOICONS` during install instead of 
trying to remove start menu icons after the fact
Copy link
Contributor

github-actions bot commented Oct 3, 2024

All changes look good.

Wait for review from human collaborators.

pgadmin4-np

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

@c0bw3b
Copy link
Contributor Author

c0bw3b commented Oct 22, 2024

Sorry for the ping but could I maybe ask a review from you @HUMORCE ?

I need this for non-admin installs on several machines.

@HUMORCE HUMORCE merged commit 98f86c8 into ScoopInstaller:master Oct 23, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants