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.
Thanks,
Tom
The text was updated successfully, but these errors were encountered:
Hi Tom, sorry for the delayed response on this issue.
I think it's a reasonable ask to include support for proxies. I'll look into whether it's possible to support without modifications, maybe through some configuration or environment variable.
I'm also going to share this issue with the product manager who is in chart of the collection roadmap so that we can get it into our product queue.
Hi,
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 withininstall.ps1
for any internet communication.Thanks,
Tom
The text was updated successfully, but these errors were encountered: