Downloading and Install
-
Is it possible to make a web set up application which donwloads application from a website and install automatically in a single key press in a quite mode. Please any one help me out. Regards Mukilan
Mukilan, ActiveX Controls are designed that way. Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://www.dotnetjunkies.com/weblog/deepak/
http://deepakvasudevan.blogspot.com/
http://deepak.blogdrive.com/ -
Is it possible to make a web set up application which donwloads application from a website and install automatically in a single key press in a quite mode. Please any one help me out. Regards Mukilan
If you're using .NET 2.0, take a look at Click Once deployment. Using this, you 'publish' your application to a website. Your users download the application from the website, and from that point forward when they run the application it automatically checks if there is a new version of itself available and fetches it if need be. There's very little you need to do to get this to work, and works well in an Intranet environment. Regards, Rob Philpott.
-
If you're using .NET 2.0, take a look at Click Once deployment. Using this, you 'publish' your application to a website. Your users download the application from the website, and from that point forward when they run the application it automatically checks if there is a new version of itself available and fetches it if need be. There's very little you need to do to get this to work, and works well in an Intranet environment. Regards, Rob Philpott.
Thank you very much Rob, Its very much helpful for me. Is it possible to install the downloaded application in a quite mode. Using command line arguement "/q" we can install the application in a quite mode when we are installing the msi r exe file from the command prompt or from any other .Net application using the Process.Start with the arguement "/Q". Is it possible to do in the same way in the ClickOnce deployment. Is it possible to get the values an do some processing like, checking the Licencse key and getting the email id or pin from the user or client. Please reply me. Regards Mukilan.P.S