Customising add-in load behaviour via PackageContents.xml
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to control the loading behaviour of add-ins for AutoCAD.
Especially of two unsigned add-ins which evoke a security warning on loading. (Signed apps don't incur this issue so don't cause me any problems).
Based on my limited knowledge I believe that add-ins can be loaded at three times:
-On application startup.
-On drawing startup.
-On add-in selection.
Steps I have taken:
- I have added file location to trusted paths.
- I have attempted to edit the PackageContents.xml but my uneducated guess only served to cause AutoCAD to crash.
Can anyone advise what switched to change and to what value in the PackageContents.xml files to cause add-ins to load only when called, not on either application startup or drawing startup.
Else, can you direct me to a resource which will inform how to do it or why it can't be done.
Many thanks