Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Frederick_Law
in reply to: CGVJM6DF

Not gonna watch the video :winking_face_with_tongue:

 

Addin folder and file should be in %appdata%\Autodesk\ApplicationPlugins

It'll need the .dll and .addin files.

<Addin Type="Standard">
  <!--Created for Autodesk Inventor Version 21.0-->
  <ClassId>{addin class ID}</ClassId>
  <ClientId>{addin class ID}</ClientId>
  <DisplayName>AssemCount</DisplayName>
  <Description>AssemCount</Description>
  <Assembly>AssemCount.dll</Assembly>
  <LoadOnStartUp>1</LoadOnStartUp>
  <LoadAutomatically>1</LoadAutomatically>

  <!--LoadBehavior  0:Start with Inventor -->
  <!--LoadBehavior  1:Start with part -->
  <!--LoadBehavior  2:Start with assembly -->
  <!--LoadBehavior  3:Start with presentation -->
  <!--LoadBehavior  4:Start with drawing -->
  <!--LoadBehavior 10:On Demand -->

  <LoadBehavior>2</LoadBehavior>
  <UserUnloadable>1</UserUnloadable>
  <Hidden>0</Hidden>
  <SupportedSoftwareVersionGreaterThan>21.0</SupportedSoftwareVersionGreaterThan>
  <DataVersion>1</DataVersion>
  <UserInterfaceVersion>1</UserInterfaceVersion>
</Addin>