You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deployment/deploying-applications-services-and-components.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,10 @@ translation.priority.ht:
45
45
By deploying an application, service, or component, you distribute it for installation on other computers, devices, servers, or in the cloud. You choose the appropriate method in Visual Studio for the type of deployment that you need.
46
46
47
47
In the following table, you can find descriptions of different deployment scenarios and links to more information about how you can successfully complete those scenarios.
48
+
49
+
If you want to create a setup experience for a Windows app, see [Desktop to Universal Windows Platform (UWP) Bridge](/windows/uwp/porting/desktop-to-uwp-root#convert) for a discussion of the options.
50
+
51
+
).
48
52
49
53
## In This Section
50
54
@@ -60,8 +64,6 @@ By deploying an application, service, or component, you distribute it for instal
60
64
|**Deploy a WCF service:** Other applications can use WCF RIA services that you deploy to a web server.|[Deploying WCF RIA Services Solutions](http://msdn.microsoft.com/library/ff426912\(v=vs.91\).aspx)|
61
65
|**Deploy an OData service:** Other applications can use OData services that you deploy to a web server.|[Deploy an OData Service](http://msdn.microsoft.com/library/hh973447.aspx)|
62
66
|**Deploy a desktop application:** By using ClickOnce deployment, you can publish a desktop application to a web server or a network file share. Users can then install the application with a single click.|[ClickOnce Security and Deployment](../deployment/clickonce-security-and-deployment.md)|
63
-
|**Create a setup program:** You can create a setup program by using InstallShield Limited Edition, which is free.|[InstallShield Limited Edition](../deployment/installshield-limited-edition.md)|
64
-
|**Maintain an existing setup program:** Continue using a setup program created in an earlier version of Visual Studio by installing the Visual Studio Installer Projects Extension.|[Visual Studio Installer Projects Extension](http://blogs.msdn.com/b/visualstudio/archive/2014/04/17/visual-studio-installer-projects-extension.aspx)<br /><br /> Documentation for installer projects is available here: [Visual Studio Installer Deployment](http://msdn.microsoft.com/library/2kt85ked\(v=vs.100\).aspx)|
65
67
|**Deploy a Visual C++ application:** You can deploy the Visual C++ runtime with an application by using central deployment, local deployment, or static linking.|[Deploying Native Desktop Applications (Visual C++)](http://msdn.microsoft.com/library/zebw5zk9.aspx)|
66
68
|**Deploy an application for testing:** You can enable more sophisticated development and testing by deploying your applications into virtual environments.|[Test on a lab environment](/devops-test-docs/test/test-on-a-lab-environment)|
67
69
|**Install prerequisites:** You can install prerequisite components for desktop applications by configuring a generic installer, which is known as a bootstrapper.|[Application Deployment Prerequisites](../deployment/application-deployment-prerequisites.md)|
0 commit comments