Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
As I understand it, Inventor Professional 2016 will load addin .dll files from the following locations:
- "%appdata%\Autodesk\ApplicationPlugins\subfolder" = version-independant
- "%programdata%\Autodesk\Inventor Addins\subfolder" = user-specific
- "%appdata%\Autodesk\Inventor 2016\Addins\subfolder" = version-specific
Would I be correct in assuming that Inventor is hard-coded to only accept addin .dll files from these locations, or should I be able to point this section of the .addin file to anywhere I choose:
<Assembly>"C:\Some\path\to\my\Addin\AddinName.dll"</Assembly>
This would be different to Revit:
<Assembly>"C:\Program Files\Dynamo 0.8\Revit_2016\DynamoRevitDS.dll"</Assembly>
which does allow the .addin file to dictate where addin .dlls can be loaded from.
?
----------------------------------------------------------------
Alex Fielder
Inventor Expert
https://github.com/alexfielder/
LinkedIn - Github Inventor Extension Server - Bonkers polygon iLogic thing
Top ten iLogic Tips - API Shortcut In Google Chrome - Assembly Extrusion Example
Alex Fielder
Inventor Expert
https://github.com/alexfielder/
LinkedIn - Github Inventor Extension Server - Bonkers polygon iLogic thing
Top ten iLogic Tips - API Shortcut In Google Chrome - Assembly Extrusion Example
Solved! Go to Solution.