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.