I have a click to run web installer that I have been trying to install silently through PowerShell. Some things I have tried was "Start-process", running the .application file directly but also running the web installer directly from the site using PS. I am still being prompted to open the file through the browser and then run the installer manually. The goal is to have the web installer run silently and to force the install without user input. I have also checked and there are not .exe or .msi files for this and apparently the only way to have this app installed is through this click to run file.
Any suggestions would be greatly appreciated!