You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add an optional parameter to install-script/install.ps1 to enable downloading of the MSI (and any other component required) via a proxy server?
For example, I would like to be able to pass optional parameter -Proxy http://some-proxy.corp.lan:8080 which will then be used within install.ps1 for any internet communication.