Welcome Guest [Log In] [Register]
Welcome to USLS Computer Science Boards. We hope you enjoy your visit.


You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Clickonce Deployment; Available in VS 2005
Topic Started: Nov 1 2007, 02:54 AM (120 Views)
vincentg
Member Avatar

Alumni Moderator
ClickOnce reduces the time and effort required to deploy Windows applications across a network. Rather than distribute a separate executable to each individual hard drive, ClickOnce places the executable on a common Web page, from which all users can launch it. As part of the launch process, a copy is retrieved to the user's hard drive that can be used to re-launch the application locally. However, this local copy regularly checks the source executable on the Web page for updates.

Updates to the Windows application can be re-published to the Web server, and the newer application files are then available to clients. If an older version of the Windows application opens locally on a client machine, an update dialog box gives the option to check for updates from the Web server.

From MSDN 2005


Offline Profile Quote Post Goto Top
 
« Previous Topic · Microsoft Visual Studio · Next Topic »
Add Reply