SR Registry Key

Is there a Registry Key my plug-in’s installer can check for the latest SR installed.

ie if not SR9 close installer and open download page.

thx

The explanation on the following page suggests that you look for the date that is associated with the SR.

http://wiki.mcneel.com/developer/installingandregisteringaplugin/v4

Found by http://lmgtfy.com/?q=service+release+registry+site%3Awiki.mcneel.com :smile:

@dale @menno looks like this is for Rhino V4 only - no date key for RhinoV5.

Ah, too bad… I’m not at a Windows PC to check the registry at the moment.

If you look here:

HKEY_LOCAL_MACHINE\SOFTWARE\McNeel\Rhinoceros\5.0x64\Install

You will find a value named Version with a value that looks some like 5.10.41021.23040. I’m running Rhino 5 SR10 RC. With a little string parsing, you can extract the second value, or “10” in my case.

Does this help?

1 Like

Thanks Dale,Menno,

I was looking in the Current User.

Keith