Waht dll to copy to clients?

Waht dll to copy to clients?

Anonymous
Not applicable
481 Views
1 Reply
Message 1 of 2

Waht dll to copy to clients?

Anonymous
Not applicable

Hello,

 

i made my first api, but in the compile folder there are many dlls. In particular 2 that i did not add myself: autodesk.inventor.interop.dll and stdole.dll

 

Am I right in the asusmption that those two files will be present on every client computer, so all i need to copy over is the addin dll and the .addin file?

 

Thanks!

0 Likes
Accepted solutions (1)
482 Views
1 Reply
Reply (1)
Message 2 of 2

bradeneuropeArthur
Mentor
Mentor
Accepted solution

1) Build Project;

 2) Copy add-in *.dll file to one of following locations:
  
  Inventor <InstallPath>\bin\ folder

 3) Copy.addin file to one of following locations:
  a) Inventor Version Dependent
  Windows :
   C:\Documents and Settings\All Users\Application Data\Autodesk\Inventor ####\Addins\
  Windows:
   C:\ProgramData\Autodesk\Inventor ####\Addins\

  b) Inventor Version Independent
  Windows:
   C:\Documents and Settings\All Users\Application Data\Autodesk\Inventor Addins\
  Windows:
   C:\ProgramData\Autodesk\Inventor Addins\

  c) Per User Override
  Windows:
   C:\Documents and Settings\<user>\Application Data\Autodesk\Inventor ####\Addins\
  Windows7/Vista:
   C:\Users\<user>\AppData\Roaming\Autodesk\Inventor ####\Addins\

 4) Startup Inventor, the AddIn should be loaded

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes