Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > creating an click once installation package for custom dll
 

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.

RobinDotNet
Click here to visit my ClickOnce blog!
RobinDotNet  Wednesday, September 30, 2009 5:01 PM

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.

RobinDotNet


Click here to visit my ClickOnce blog!
RobinDotNet  Wednesday, September 30, 2009 7:34 AM
hi Robin
Thanks very much for the reply is there any other means that i can automate the installation process?

saravanan
saravanakumar26  Wednesday, September 30, 2009 9:17 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.

RobinDotNet
Click here to visit my ClickOnce blog!
RobinDotNet  Wednesday, September 30, 2009 5:01 PM

You can use google to search for other answers

Custom Search

More Threads

• How can I catch errors during installation?
• Mage.exe warning MSB3110
• When attempting to install a published application we get error 404
• Setup Project
• Getting a Strange Click-Once error at Install time - please help
• Secure the installation....
• "Could not access network location <appname>" - Error when running a Setup.exe that has been working until now...
• How to change icon of msi installer package in vs2008 and change user interface screen after creating package for c# projects
• dependecies not updated on target computer changing version
• Automatical uninstallation of my already installed program Options