Is there a way to automatically keep Rhino up to date? I’d like to have it update in the background if possible, but unsure if there is any way I can achieve this
Hi -
Once an update has been automatically downloaded, you will need to manually allow Rhino to update.
-wim
Thanks @wim, so there’s no way to script this currently or update it through yak etc?
Hi -
Well, … there’s this - Automating installation Rhino 7 for Windows: Scripted Install
-wim
So if I could use curl
to poll a url for the latest rhino install daily, if its newer, download and use this link, I could achieve this?
Hi -
As I understand it, yes.
Rhino already polls and auto-downloads updates, so, if you can detect movement in C:\ProgramData\McNeel\McNeelUpdate\DownloadCache
, and have that trigger the install, you wouldn’t have to download again.
You might need to be running as administrator…
-wim