creating an click once installation package for custom dll
Hi Experts I am trying to developing an clickonce installer package for custom dll with activex control in it . I am expecting some help or guidance for proceeding further .Any help is appreciated. Thanks
saravanakumar26 Wednesday, September 30, 2009 6:24 AM
You can create a setup & deployment package. It is not available in the Express versions of Visual Studio, but is available in all of the others.
You can't. ClickOnce is for Windows Forms, WPF, and Console Applications. The only way to deploy a custom dll with ClickOnce is to make it part of a Windows Forms application.