Click here to Skip to main content
Licence CPOL
First Posted 3 Jan 2007
Views 82,052
Bookmarked 94 times

ClickOnce - Quick steps to Deploy, Install and Update Windows Based Client Applications

By | 9 Jan 2007 | Article
Easy Steps for IT and Deployment Team to setup and deploy Windows based application using Microsoft ClickOnce Deployment Tool which is part of Visual Studio 2005

Introduction

This article presents quick and clear steps for the click once deployment techniques for the Infrastructure and Developer/Deployment Team. It covers the web server setup, directory structure, file share and permission tips on the deployment server and basic steps for the developers to deploy and general troubleshooting.

ClickOnce is simple to configure and use without leaving the Visual Studio environment. It is easy to deploy the windows based client application using the interactive tool. The application can be distributed to install and to receive updates in the forms of URL, URI and CD media.

ClickOnce is definitely an advantage over the previous generation of Install and Updater tools provided by Microsoft. There is no need to add a setup/MSI project or struggle with the manifest tool by Application Updater Block anymore.

Upon the install, it creates a shortcut under Programs-->CompanyName-->Product directory. The user should also be able to Remove or Repair the application using Windows "Add or Remove Program" utility.

Deployment Web Server Setup

Sample image

In this example, the deployment server is "MyAppUpdater". It has limited access to all the users but it has shared directory with permissions to the developers as, \\MyAppUpdater\ApplicationUpdater\ to host the deployment files.

Sample image

There is no need to create the subdirectory or browse to the directory. ClickOnce from the VS2005 IDE creates them automatically for us. Follow the steps below for a quick guide to the deployment.

Publish from Visual Studio 2005

When ready to deploy the application, browse to the property of the StartUp Project, choose Publish tab.

Screenshot - publish1.JPG
  • Publishing Location can be a file path to the \\MyAppUpdater\ApplicationUpdater\MyDeploymentDirectory
  • Install URL is the published URL used by the installer.
  • "Application is available offline as well" is the most used option.

Now click on "Application Files" button to setup the application you would like this publish version to include.

Sample image

Make appropriate selection for the DLLs if they are needed to copy (Include) or Prerequisite.

Click on "Prerequisites" button next:

Sample image

.NET Framework is a prerequisite for .NET application to run on client machine which does not have .NET Framework installed. When installing this application, ClickOnce checks to see if DOTNETFX2.0 is not installed and installs it. Eliminate the extra steps needed otherwise to download and install the DOTNETFX to the client machines.

Click on "Updates" button to setup the download option.

Sample image

You can choose either Before or After application starts option to control the user experience. The application should check for updates to control if this deployment would receive any updates to the products when published to the Publishing Location.

Now click on "Options" button to setup additional information for the install and update like Support URL, Product and Publisher name, etc.

Sample image

Most commonly used options are selected in the image below.

"Deployment web page", by default it is always publish.htm, *** a tip is to configure the deployment web server such that the default page is publish.htm, it would save extra keystrokes each time there is an attempt to install from the server or deploy to the server.***

Click on "Publish Now" button. It should start deploying the application on the deployment server. When finished, it would then launch the Installation URL.

Screenshot - publishedApp.JPG

You are ready to distribute the Installation URL to the user or if CD Installation is selected, it would publish in the CD and it is ready to be distributed.

Troubleshooting

This application has failed to start because the application configuration is incorrect.

Screenshot - ts1-1-small.jpg

This is the most commonly seen error. Fix to this is, change the app.config file encoding to "utf-8" instead of default "Windows-1252" as displayed below:

Screenshot - ts2.JPG

For other kinds of error, you might need to open the Event Viewer.

Another most common error is when trying to deploy IIS does not allow the files to be downloaded.

The reason being, IIS does not allow to downloading file with .config, .deploy, .application extension for security reasons. Modify the MIME Types for this website to allow these extensions by registering the MIME types for the file extension type as displayed below:

Screenshot - iis1_small.jpg

Give away the Installation URL, http://applicationUpdater.UltimateProductComapny.com/ProductLaunchKit/ to the users to install for the first time, after that each time the user opens the app, it would check for the auto update and download if a new one is available.

Happy installing, updating and distributing the smart Windows based client application you write. :)

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Preeti Baranga

Web Developer

United States United States

Member

Preeti is working as software developer since the begining 1999 after her post graduation as MS in Computer Science.
She has contributed 4 years towards Java development. She started writing code for .NET since mid 2003.
Preeti's LinkedIn Profile
 
In her free time Preeti spends time with her two little yet highly energetic kids, rock climbing, mountain biking, ice skating and reading fiction novels.

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralMy vote of 5 PinmemberURVISH SUTHAR from Ahmadabad Gujarat, India1:05 29 Dec '11  
GeneralMy vote of 4 Pinmemberajay12456321:18 16 Aug '11  
GeneralPlatform Target PinmemberPrasanta Bhowmik23:55 9 Jan '11  
QuestionDo you have any additional information since your original article? PinmemberMisterT999:14 11 Nov '10  
GeneralClick once with a Web service to be use by a windows application Pinmembercocis487:14 21 Jul '09  
QuestionMy Application creates 2 directories PinmemberMember 23897465:19 15 Jun '09  
AnswerRe: My Application creates 2 directories Pinmembertleforge8:44 14 Jul '09  
AnswerRe: My Application creates 2 directories Pinmemberd72e4d1:06 16 Jul '10  
GeneralNice article Pinmemberakshayswaroop0:32 13 Feb '09  
GeneralI have never got ClickOnce to work PinmemberRugbyLeague0:40 16 Jan '09  
GeneralChange app.config after Publish [modified] Pinmemberalhambra-eidos1:39 6 Sep '08  
GeneralDeveloping .NET-framework-Independent Applications PinmemberGabriel X8:01 20 Dec '07  
QuestionOnly Wizard?? PinmemberMember 384181113:26 4 Dec '07  
GeneralNeed Help to Create setup PinmemberMuhmmad saqib22:40 17 Sep '07  
QuestionClickOnce in Apache Server PinmemberNeal Sualog17:39 29 Jul '07  
QuestionClick once API use Pinmemberpratap ankesh1:18 12 Jun '07  
GeneralDistributing help files PinmemberMadhu Kampurath4:31 31 Jan '07  
GeneralWord of caution! PinmemberPreeti Baranga18:41 10 Jan '07  
GeneralClickOnce is Useless out of the Box PinmemberCliffStanford10:08 10 Jan '07  
GeneralRe: ClickOnce is Useless out of the Box [modified] PinmemberPreeti Baranga18:34 10 Jan '07  
GeneralRe: ClickOnce is Useless out of the Box PinmemberCliffStanford0:27 11 Jan '07  
GeneralRe: ClickOnce is Useless out of the Box Pinmember Muammar© 22:58 29 Jan '08  
General!!!!! be aware PinmemberHB HB14:43 9 Jan '07  
GeneralGood! PinmemberVertyg012:07 9 Jan '07  
GeneralNice intro ... PinmemberMickey_Inside19:57 8 Jan '07  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web01 | 2.5.120517.1 | Last Updated 9 Jan 2007
Article Copyright 2007 by Preeti Baranga
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid