AW: Silent Install Parameters

From: "Osdoba, Sascha" <S(dot)Osdoba(at)gsi(dot)de>
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: AW: Silent Install Parameters
Date: 2022-04-14 14:24:17
Message-ID: d11746ab81084eb9af93a2eef2949b7b@gsi.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

we use SCCM as software deployment and it also installs as SYSTEM account

I would suggest you use powershell app deployment toolkit (PSADT) because if user is still running pgadmin during installing an later version or uninstalling it can break Pgadmin
https://psappdeploytoolkit.com/

this is what you need as batch script:

vcredist_x64.exe /install /quiet /norestart /noreboot /log c:\windows\logs\vcredist_2013_x64_install_12.0.30501.log
pgadmin4-6.8-x64.exe /verysilent /norestart /allusers /LOG=C:\Windows\logs\pgadmin4v6.8_install.log'

If you want I can share the psadt script as well.

Sascha

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message David Mear 2022-04-14 14:28:12 RE: Silent Install Parameters
Previous Message Анастасия Пузикова 2022-04-14 10:14:33 installation problem