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

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

Anonymous
Not applicable
2,387 Views
4 Replies
Message 1 of 5

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

Anonymous
Not applicable

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.

0 Likes
2,388 Views
4 Replies
Replies (4)
Message 2 of 5

_gile
Consultant
Consultant

Hi,

You should have a look at the Autoloader mechanism.

You can directly build your .bundle folder in a Visual Studio installer project with Microsoft Visual Studio Installer Projects or another extension.

 



Gilles Chanteau
Programmation AutoCAD LISP/.NET
GileCAD
GitHub

Message 3 of 5

Anonymous
Not applicable
Merci beaucoup Gilles
0 Likes
Message 4 of 5

_gile
Consultant
Consultant

If you understand French, you can have a look at this Screencast. It's quite old, but remains valid.



Gilles Chanteau
Programmation AutoCAD LISP/.NET
GileCAD
GitHub

Message 5 of 5

Anonymous
Not applicable

Merci infiniment

0 Likes