'Silent installation mode pgAdmin

is there any way to install pgAdmin 4 in Silent mode? I've tried /VERYSILENT /NORESTART but it doesn't seem to work - the pop up asking whether to install it for all users on this machine or just for this single user still comes up.

Does anyone know how to suppress this?

Thanks!



Solution 1:[1]

/ALLUSERS will work. It's not documented in the command line help /? for this exe. But it is an INNO switch and it works for this.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 ouflak