RE: Silent Install Parameters

From: David Mear <david(at)mearkats(dot)co(dot)uk>
To: "Osdoba, Sascha" <S(dot)Osdoba(at)gsi(dot)de>
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 14:28:12
Message-ID: LO0P265MB600884997EA80E18D11B6381E6EF9@LO0P265MB6008.GBRP265.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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<mailto:S(dot)Osdoba(at)gsi(dot)de>
Sent: Thursday, April 14, 2022 3:24 PM
To: David Mear<mailto:david(at)mearkats(dot)co(dot)uk>
Cc: pgadmin-support(at)lists(dot)postgresql(dot)org<mailto:pgadmin-support(at)lists(dot)postgresql(dot)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

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Asmita Thapliyal 2022-04-19 14:53:44 OAUTH2 Problem with AzureAD
Previous Message Osdoba, Sascha 2022-04-14 14:24:17 AW: Silent Install Parameters