Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > DLL Entry point in C#
 

DLL Entry point in C#

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:

http://support.microsoft.com/default.aspx/kb/253683

If you want to use C# use Installer classes.
Phil Wilson
PhilWilson  Tuesday, December 16, 2008 8:06 PM
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:

http://support.microsoft.com/default.aspx/kb/253683

If you want to use C# use Installer classes.
Phil Wilson
PhilWilson  Tuesday, December 16, 2008 8:06 PM

You can use google to search for other answers

Custom Search

More Threads

• Application or Source or Temp Path???
• Setup and Deployment project
• ClickOnce - More Than Two Versions
• Instillation of software or regestry edit
• Rich Client not working on HTTPS Server...
• Can an msi installer uninstall another application(msi)?
• custom actions in clickonce
• Including dll´s in my build
• Is Shortcut to desktop CONDITIONAL in VS 2005 setup?
• VB.NET setup project and automatically registering DLL files?