Message 1 of 5
How create an installer for c# autocad plugin + custom menu
Not applicable
03-13-2021
04:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everybody,
I would like to know how to create a an installer (.exe or .bat) to deploy an AutoCad plugin developed with C #.
The installer will have 2 tasks: auto load the plugin DLL and auto load a .cui file which will be created as user interface of the plugin.
Thank you in advance.