diff --git a/bucket/pgadmin4-np.json b/bucket/pgadmin4-np.json index 93fd637ac..e6d0b0826 100644 --- a/bucket/pgadmin4-np.json +++ b/bucket/pgadmin4-np.json @@ -11,19 +11,23 @@ }, "installer": { "args": [ - "/verysilent", - "/nocancel", - "/norestart", - "/dir=$dir" + "/VERYSILENT", + "/SUPPRESSMSGBOXES", + "/SP-", + "/NOCANCEL", + "/NORESTART", + "/NOICONS", + "/DIR=$dir" ] }, - "post_install": "Remove-Item -Recurse \"$([Environment]::GetFolderPath('commonstartmenu'))\\Programs\\pgAdmin 4\"", "uninstaller": { "file": "unins000.exe", "args": [ - "/verysilent", - "/nocancel", - "/norestart" + "/VERYSILENT", + "/SUPPRESSMSGBOXES", + "/SP-", + "/NOCANCEL", + "/NORESTART" ] }, "bin": [