Creating an Installer for My AutoCAD Plugin (.NET 8) – Any Official or Updated Guidelines?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I'm currently working on an AutoCAD plugin developed with .NET 8, and I’d like to distribute it as a proper setup/installer package for end users.
My goals are:
To install the plugin’s DLLs and related files in the correct AutoCAD support folders
To register the plugin properly, either via packageContents.xml or the Windows Registry
To support clean installation and uninstallation
Optionally: support installation for multiple AutoCAD versions or user scopes (current/all users)
I was wondering if Autodesk provides any official or up-to-date guidelines on packaging and deploying AutoCAD plugins, especially with .NET Frameworks / .NET 8?
Any community best practices, samples, or tool recommendations (e.g., using VS Installer Projects, WiX, Inno Setup, etc.) would also be greatly appreciated.
Thanks in advance!