1.0版本里面有安装教程,不过英文版的,
The steps are:
1. Unzip the zip package (The package should contain at least two files, one .addin and one .dll)
2. Copy all files except .addin to some folder, for example: C:\\RevitApp
3. Modify the .addin file according the dll folder (change the item in Assembly to the dll file path, like: c:\\RevitApp\\myapp.dll)
4. Copy the .addin to following folder according your operation system
* In a non-user specific location in "application data"
o For Windows XP - C:\\Documents and Settings\\All Users\\Application Data\\Autodesk\\Revit\\Addins\\2011\\
o For Vista/Windows 7 - C:\\ProgramData\\Autodesk\\Revit\\Addins\\2011\\
* In a user specific location in "application data"
o For Windows XP - C:\\Documents and Settings\\<user>\\Application Data\\Autodesk\\Revit\\Addins\\2011\\
o For Vista/Windows 7 - C:\\Users\\<user>\\AppData\\Roaming\\Autodesk\\Revit\\Addins\\2011\\ |