Documentation / Autodesk App Store Inventor

Autodesk App Store Inventor

Information for professional developers

This guide is for developers and content providers new to publishing plug-ins and other content on the Autodesk App Store—either free, trial, or paid versions. It outlines best practice guidelines and a few requirements for publishers to follow when creating products for the Autodesk App Store. These guidelines are designed to ensure that users on the Autodesk App Store have a consistent experience when downloading multiple products from the Store.

Requirements

You will be presented with a detailed list of requirements for publishing on the Autodesk App Store when you first register to be a publisher. The information that follows is a summary. If there are any differences, then the online Publisher Agreement takes precedence.

All content types

Most of the information we need from you is collected through the web form you complete when submitting your content. This includes gathering information to create an HTML quick-start page that is included with the download of your product and viewable online.

Additional requirements

Compatibility

Your product must be relevant to (and usable with) Inventor® 2025 and must run on any Windows operating system supported by Inventor 2025. You can also indicate the compatibility with Inventor® 2024| 2023 | 2022 | 2021 | 2020.

User privileges

The default user privilege for the Store apps is Windows 7/10/11 Admin User. The installer should have elevated user privileges.

Product stability

The new registry-free add-in mechanism greatly simplifies the automatic installation steps. Your product should be stable and not behave or alter the behavior of Inventor in a way that we deem unsuitable, for example, blocking standard functionality, blocking the functionality of another add-in, causing data loss, etc.

HTML help page

The information you provide on the documentation form when you submit your app is used to create a standard format HTML page. This information must allow the user to quickly understand how to use your product. You can reference additional information (for example, additional help files posted on your website) from the standard HTML documentation. This HTML page will be created using information you provide when submitting your product to the Autodesk App Store.

Ready to run

Your product must be ready to go as soon as it's installed. It must not require the user to manually copy or register files, or manually edit settings (such as support paths). If you use a licensing system then it must allow your product to run as soon as it is installed by the user. This means either instant activation (for example, online activation), or your product must run fully functional for a time-bombed grace period that is long enough for you to send activation information to the customer.

Stand-alone applications and other content

There are no additional requirements for products that are not integrated with Inventor. Such products might include eBooks, video tutorials, industry- specific calculators, connectors to Cloud based services, and the like.

Add-ins

Additional requirements

  • After Inventor 2024, registry-based add-ins/projects are not supported in any programming languages (like C++, C#, VB,net, F# etc.,)
  • Use the registry-free add-in mechanism. We use a standard bundle installer template to deploy content downloaded from the store.
  • We can help you migrate your app to use this mechanism: Your add-in should add relevant UI elements to the Inventor ribbon bar where applicable. Translator add-ins should use the standard translator add-in mechanism for Inventor.

Part and assembly libraries

Additional requirements

Libraries (in ipt/iam file format) must be installed in a subfolder of the following folder:   

Windows 7/10/11:%PUBLIC%\Documents\Autodesk\Inventor (typically C:\Users\Public\Documents\Autodesk\Inventor)

Again, we'll create the MSI installer for you and we can help you modify your libraries so they work in this new location. You just need to provide the content.

Your library must add relevant UI elements for your add-in to the Inventor ribbon bar. The ribbon bar UI must either provide access to the library components, or launch a help file explaining how to access it.

Guidelines

Use the ribbon bar

Adding ribbon bar elements for your application is recommended when relevant, but how would you do this will depend on your add-in design:

  • As a minimum, your add-in or content library can add a panel to the Add-Ins tab that either invokes the main command defined by the add-in or displays a help file explaining how to use the library.

  • Add-ins that install a single panel should normally add that panel to the Add-Ins tab.

  • Add-ins that create several ribbon bar panels may prefer to create a new tab-specific to that add-in (and normally with the tab name being the name of the add-in).

  • You can add any other UI elements via your add-in (for example, menubars and toolbars) as well, but you should still include a basic ribbon bar UI where applicable.

Use delay loading

Unless your add-In absolutely has to load as soon as Inventor launches, you should design it to load only when it’s needed. This is to minimize the impact of installed add-ins on Inventor start up performance. The .addin mechanism makes it very easy to set up demand load settings for your add-in.

Use the registry-free mechanism

We strongly encourage you to make use of the registry-free mechanism to deploy your add-in.

You can also download some of the free add-ins already available on the Autodesk App Store for Inventor and study their format.

Video tutorials

Additional information

The ADN team is here to help you be a successful publisher on the Autodesk App Store. If you have any further questions after reviewing these guidelines and the other documentation on the Autodesk App Store Publisher Center, email us at appsubmissions@autodesk.com for support.