I am looking for a way to script the downloading of the installation packages using something like Invoke-WebRequest in Powershell. Is there a URL I can use to download either the latest or a specific version of the Development Environment/Lifetime Console/Platform Server?
Thanks.
Hi Matthew,
All downloads can be found on this page: https://www.outsystems.com/downloads/
Regards,
Daniel
Right, but the URL for the download link there is "javascript:__doPostBack('PortalTheme_wt31$block$wtMainContent$DownloadSection_Pat_wt196$block$wtActions$wt36','')" which I obviously can't use with curl/Invoke-WebRequest/etc.
Is there a direct link instead of the embedded javascript on that page?