Hi,
My plugin runs in the Event Server and Management Client. Along with the main DLL and the .def file I have a few dependency DLLs too.
How do I package the plugin in a Windows installer (.exe or .msi file) that automatically copies the files to inside the MIPPlugins folder and restarts the Event Server (to load the plugin).
Furthermore, how can I add setup screens in the installer (during installation process Next, Previous screens etc) where I may specify certain settings to be used by the plugin?
I’ve read difficut-to-follow articles elsewhere online on how to create Windows installers, not of much help. Perhaps some one has done this in a clear way. I see on the marketplace that there are some plugin integrations installers of which can be downloaded.
Thanks.