How do you call a specific method in a C# class file that is compiled as a DLL? I am trying to use a custom action - "DLL with an entry point" in a setup project.
Thanks, Dave
Dave Drinkwater Tuesday, December 16, 2008 3:31 AM
There's no support for that in Windows Installer that I know of. It needs to be a C++ entry point like the example here: