Hi, we are trying to include Rhino.Inside for Revit on a project where we can’t install directly, but have to manually transfer all files and folders necessary for scan etc etc. Is it possible to list all necessary files and file locations/ directories so we can manually copy the files?
Hi,
Here there is a prototype of what the installer will be that you can use as a reference.
The simplest Revit Addin use to be just two files, an .addin file and a .dll file.
In our case those files are called RhinoInside.Revit.addin
and RhinoInside.Revit.dll
.
Revit looks in one of those folders for .addin files:
Per user: %APPDATA%\Autodesk\Revit\Addins\$(RevitVersion)\
For all users: C:\ProgramData\Autodesk\Revit\Addins\$(RevitVersion)\
In order to make RiR work you should copy RhinoInside.Revit.addin
in one of those folders, depending on Revit verson and if you have admin rights or not, then create a folder called RhinoInside.Revit
and copy RhinoInside.Revit.dll
inside this folder.
Does it help?
Hi, Yeah, We managed to get it to work. Thanks, and keep up the good work!