Configuring a ClickOnce Deployment
You can perform many of the common activities needed to properly install your Windows desktop application to users' machines via the built-in configuration menus in Visual Studio 2008. These menus expose properties that allow you to add description information, configure deployment and manifest-related settings, and control file associations. We will discuss all of these options. We will be using Visual Studio 2008 with SP1, which introduce a few important features, including the ability to create desktop shortcuts and file associations.
If you wish to follow along with the demonstration below, you will need to make sure you have Visual Studio 2008 with SP1 installed. First, open VS 2008 SP1 and create a new Windows Forms project. Right click on the project file in Solution Explorer, choose Properties, and navigate to the Publish tab. Now, let's look at the different option menus and configurations ClickOnce offers. Click the "Options
" button on the Publish tab. The Publish Options dialog contains four sections (Description, Deployment, Manifests, File Associations), each described below.
Publish Options: Description
In the Deployment section, you'll find the following dialog that allows you to enter general information about the application. This information is used during deployment, updates and uninstalls.

Click here for larger image
Listing 1.1 The Description screen of the Publish dialog
Read the Rest of this Article at Developer.com