Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Visual Basic
Samples
Application Samples
 ClickOnce Sample
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:

Want more? Here are some additional resources on this topic:

Visual Basic: Samples 
ClickOnce Sample 

Download sample

This sample demonstrates several tasks that use the ClickOnce feature.

Security noteSecurity Note

This sample code is provided to illustrate a concept and should not be used in applications or Web sites, as it may not illustrate the safest coding practices. Microsoft assumes no liability for incidental or consequential damages should the sample code be used for purposes other than as intended.

To open the sample file in Solution Explorer

  1. Click Download Sample.

    The File Download message box appears.

  2. Click Open, and on the left column of the zip folder window, click Extract all files.

    The Extraction Wizard opens.

  3. Click Next. You can change the directory that the files will be extracted to, and then click Next again.

  4. Make sure that the Show extracted files check box is selected, and click Finish.

  5. Double-click the sample's .sln file.

    The sample solution is displayed in Solution Explorer. You might get a security warning that says the solution location is not trusted. Click OK to continue.

To build and publish this solution

  1. Build the solution: Right-click the project name in Solution Explorer and choose Build.

  2. Publish the solution: Right-click the project name in Solution Explorer and choose Publish. For more information on the Publish Wizard, see How to: Publish a ClickOnce Application.

Demonstrates

The ClickOnce feature can be used to programmatically handle several installation and maintenance tasks, including:

  • Checking for updates   Uses the CheckForUpdate method to check for new updates.

  • Updating an application   Uses the UpdateAsync method to download the updated application.

  • Downloading optional files   Uses the DownloadFileGroupAsync method to download files.

  • Deployment information   The My.Application.Deployment property is used to retrieve and report the name, version, location, and last update check.

See Also

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker