RE: Silent Install Parameters - Mailing list pgadmin-support

From David Mear
Subject RE: Silent Install Parameters
Date
Msg-id LO0P265MB600884997EA80E18D11B6381E6EF9@LO0P265MB6008.GBRP265.PROD.OUTLOOK.COM
Whole thread Raw
In response to AW: Silent Install Parameters  ("Osdoba, Sascha" <S.Osdoba@gsi.de>)
List pgadmin-support

Thank you both for you suggestions.

 

Also, thank you for the warning regarding breaking it. The script is for onboarding brand new devices so we don’t have much to worry about in that department.

All I needed was the /ALLUSERS part which I was missing so thank you all for that!

 

Kindest regards,

David.

 

From: Osdoba, Sascha
Sent: Thursday, April 14, 2022 3:24 PM
To: David Mear
Cc: pgadmin-support@lists.postgresql.org
Subject: AW: Silent Install Parameters

 

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://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpsappdeploytoolkit.com%2F&amp;data=04%7C01%7C%7Cbef4a6b005cc40542d7d08da1e2275ef%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637855430595228391%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&amp;sdata=R6lEYfU97khRcjQLrLgMM%2FCyL2xWoockT0kUmGVdmEU%3D&amp;reserved=0


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: "Osdoba, Sascha"
Date:
Subject: AW: Silent Install Parameters
Next
From: Asmita Thapliyal
Date:
Subject: OAUTH2 Problem with AzureAD