architecture-building-systems / revitpythonshell

An IronPython scripting environment for Autodesk Revit and Vasari
MIT License
494 stars 113 forks source link

Publish scripts as standalone AddIns #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Write an awesome script with RPS
2. Recognize desire to deploy awesome script to all Revit users
3. ???

What is the expected output? What do you see instead?

There is currently no way to do this. I think there should be a feature to 
create installers for scripts and their dependencies. There should be at least 
a mechanism for bundling these scripts with a runtime that doesn't show the the 
whole shell and allows the user to customize the Ribbon interface as with any 
other Revit AddIn.

Original issue reported on code.google.com by dthomas.ch on 8 May 2012 at 7:54