Re: Silent Install Parameters

From: Dave Page <dpage(at)pgadmin(dot)org>
To: David Mear <david(at)mearkats(dot)co(dot)uk>
Cc: "pgadmin-support(at)lists(dot)postgresql(dot)org" <pgadmin-support(at)lists(dot)postgresql(dot)org>
Subject: Re: Silent Install Parameters
Date: 2022-04-14 08:49:55
Message-ID: CA+OCxoxAUDrdDf3YrDDE=Dc0FztG0DGYhK=0NVn9xRWS=f=vPQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi

On Thu, 14 Apr 2022 at 09:34, David Mear <david(at)mearkats(dot)co(dot)uk> wrote:

> Good afternoon,
>
>
>
> I have been asked to create a script to install pgAdmin silently via our
> RMM. Can someone provide me with the silent parameters as my attempts have
> worked locally with a administrator PowerShell but once it runs as SYSTEM
> through our RMM, it fails.
>

The general command line parameters for InnoSetup can be found at
https://jrsoftware.org/ishelp/topic_setupcmdline.htm

I've never tested installation using group policy or similar, but I would
imagine you probably need "/VERYSILENT /ALLUSERS" and
maybe /FORCECLOSEAPPLICATIONS, /RESTARTAPPLICATIONS, and
/LOG="C:\path\to\log"

--
Dave Page
Blog: https://pgsnake.blogspot.com
Twitter: @pgsnake

EDB: https://www.enterprisedb.com

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Анастасия Пузикова 2022-04-14 10:14:33 installation problem
Previous Message Khushboo Vashi 2022-04-14 05:05:30 Re: firefox error when proxied through nginx