AW: Silent Install Parameters - Mailing list pgadmin-support

From Osdoba, Sascha
Subject AW: Silent Install Parameters
Date
Msg-id d11746ab81084eb9af93a2eef2949b7b@gsi.de
Whole thread Raw
In response to Re: Silent Install Parameters  (Dave Page <dpage@pgadmin.org>)
Responses RE: Silent Install Parameters  (David Mear <david@mearkats.co.uk>)
List 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
installingan 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

pgadmin-support by date:

Previous
From: Анастасия Пузикова
Date:
Subject: installation problem
Next
From: David Mear
Date:
Subject: RE: Silent Install Parameters