Hey @brian,
i know there is so much out there. Chocolatey’s package provider lists a lot of packages already and keeps the amount of time we have to spend on developing scripts / automations for the diverse products at a minimum.
Here is a simple example how to put the exe installer into a nugetpackage for chocolatey: https://chocolatey.org/docs/create-packages-quick-start#creating-chocolatey-packages---tldr-version
A quick comparison / explanation on the different solutions is here: https://stackoverflow.com/questions/37823964/whats-the-difference-between-chocolatey-oneget-psget-nuget/37828915#37828915
If you can setup an automation to publish it on chocolatey i’d be happy. If not i’d be happy if you can give me an quick instruction how to check for updates + download location for the latest exe programmatically. I think you have an endpoint, which rhino internally uses to check for updates, so i’ll write an automation myself.