title | ms.custom | ms.date | ms.topic | dev_langs | helpviewer_keywords | ms.assetid | author | ms.author | manager | ms.workload | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Specify location where end users install from |
SEO-VS-2020 |
11/04/2016 |
how-to |
|
|
04a804bf-ed55-4a7a-a1e6-f63ed99c0276 |
mikejo5000 |
mikejo |
jillfra |
|
When publishing a [!INCLUDEndptecclick] application, the location where users go to download and install the application is not necessarily the location where you initially publish the application. For example, in some organizations a developer might publish an application to a staging server, and then an administrator would move the application to a Web server.
In this case, you can use the Installation URL
property to specify the Web server where users will go to download the application. This is necessary so that the application manifest knows where to look for updates.
The Installation URL
property can be set on the Publish page of the Project Designer.
Note
The Installation URL
property can also be set using the PublishWizard. For more information, see How to: Publish a ClickOnce application using the Publish Wizard.
-
With a project selected in Solution Explorer, on the Project menu, click Properties.
-
Click the Publish tab.
-
In the Installation URL field, enter the installation location using a fully qualified URL using the format
https://www.contoso.com/ApplicationName
, or a UNC path using the format\Server\ApplicationName
.