简体   繁体   中英

How create an installer for c# autocad plugin + custom menu

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.

You can use InnoSetup to create exe installer with specified cuix, dll, and lisp file, where in lisp file You may use command netload to load C#, and command menuload to load cui file.

You should use the Autoloader mechanism. Just create a.bundle folder containing a PackageContents.xml file and your.dll and.cuix files. Then, simply depoly it in an ApplicationPlugins folder with any installer.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM