Hi,
One specific customer of mine installed a plugin.
Now we have a problem.
We cannot uninstall the plugin.
What we tried :
Remove the RHP file, open rhino now its not present, then place again the rhp file on the same filepath as before , rhino will again hook it…
Remove the plugin from %appdata%
Remove the plugin from the registry
How can we ensure that a plugin file is not loaded ever again. I tried all the usual steps I take but It seems that uninstalling it It got stuck and now won’t uninstall ever.
Where should I look at ?
Even reinstalling Rhino, erasing all registry keys and all temp and appdata files didnt work.
Creating a new user worked though. @dale
Note : his entire office (15 other machines) are exactly the same, setup the same by me using the same script, yet they do not experience this issue at all.
What we do :
-We have filepath/file.rhp
-We remove the file.rhp
-We open rhino and its correctly not having any plugins installed
-We remove the entry key for file.rhp on registry
We expect now that even if we place file.rhp again on the shared server, not to be fetched by rhino. So we expect :
-Open Rhino
-Plugin not fetched
What instead happens :
-We open Rhino
-Plugin is fetched
So, given that we removed appdata and registry keys, why its still forcing the fetch of that plugin that was uninstalled?