Chapter 1. Using ClickOnce to Get Your Application to Market
Once you've built an application in Visual Studio 2005 and you're ready to use ClickOnce to deliver it to your users, the first step is to go to Build -> Publish MyApp. (Note that I'm referencing the application MyApp, which I created for the Appendix. If you're deploying your own app, use its name.) Let's walk through the remaining three steps:
The Publish Wizard will appear (see Figure 1-1). By default, your application will publish to the local web server (IIS) using the path as shown in the textbox. However, you can also publish your application using a disk path, a file share, FTP, or an external web server. For our example, use the default path (
http://localhost/MyApp) to publish the application using the local web server and click Next.
Figure 1-1. Using the Publish Wizard to deploy an application using ClickOnce
Next, you need to indicate whether the application is available both online and offline (default), or available only online. Use the default value and click Next.
Next, click Finish to complete the wizard and start the publishing process. When you've completed publishing, a web page (publish.htm) containing a link to install the application displays (see Figure 1-2).

Figure 1-2. The publish.htm page contains instructions ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access