How to: Specify a Support URL
When publishing a ClickOnce application, the Support URL property identifies a Web page or file share where users can go to get information about the application. This property is optional; if provided, the URL will be displayed in the application's entry Add or Remove Programs dialog box.
The Support URL property can be set on the Publish page of the Project Designer.
To specify a support URL
With a project selected in Solution Explorer, on the Project menu, click Properties.
Click the Publish tab.
Click the Options button to open the Publish Options dialog box.
If you are using Visual Studio 2008 SP1, click Description.
In the Support URL field, enter a fully qualified path to a Web site, Web page, or UNC share.
See Also
Tasks
How to: Publish a ClickOnce Application
Concepts
Other Resources
Publishing ClickOnce Applications
Change History
Date |
History |
Reason |
---|---|---|
July 2008 |
Revised the steps to reflect changes that occur if you install Visual Studio SP1. |
SP1 feature change. |