Aaron Parker

Results 174 comments of Aaron Parker

As far as I can tell there's no URL or API to find the latest version number.

This looks to only be specific versions of the `2005` and `2008` releases. Not sure yet whether I can do anything about this. Here's what's currently available and not available:...

The download pages, such as [https://www.microsoft.com/en-us/download/details.aspx?id=18471](https://www.microsoft.com/en-us/download/details.aspx?id=18471), no longer exist, so I can only assume that Microsoft may have pulled the downloads as well.

I'll try look for another link for these but I'm not confident I can resolve this. Do you specifically require those versions? there are other `2005` and `2008` release that...

I can't say for certain, but those later `2008` releases were to address security issues, so it's likely the application will continue to work.

Not at the moment for `OperaGXBrowser` or `OperaBrowser` - would need to go back and work out the queries for those updates.

Download feed is here: * https://plex.tv/api/downloads/5.json * https://plex.tv/api/downloads/6.json * https://plex.tv/api/downloads/7.json

I've added a `-UserAgent` parameter to `Save-EvergreenApp`, which includes a default user agent. This may have fixed this issue

Decoding from base64 doesn't give us much to work with: ```powershell $base64String = "4rX5bXdtzujmFu6u12fKCcudIEoMMDNUDpgMIrgM79I=" $bytes = [System.Convert]::FromBase64String($base64String) [System.Text.Encoding]::UTF8.GetString($bytes) ``` Returns this: ```powershell ��mwm�����g� ˝ J 03T� "� �� ```