Skip to content

Commit c5ff0ff

Browse files
authored
Merge pull request #416 from Microsoft/ghogen-deploy
Fix InstallShield issue
2 parents edc1262 + e73557b commit c5ff0ff

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/deployment/deploying-applications-services-and-components.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ translation.priority.ht:
4545
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.
4646

4747
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+
).
4852

4953
## In This Section
5054

@@ -60,8 +64,6 @@ By deploying an application, service, or component, you distribute it for instal
6064
|**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)|
6165
|**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)|
6266
|**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)|
6567
|**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)|
6668
|**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)|
6769
|**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)|

docs/deployment/installshield-limited-edition.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
redirect_url: /visualstudio/deployment/deploying-applications-services-and-components
23
title: "InstallShield Limited Edition | Microsoft Docs"
34
ms.custom: ""
45
ms.date: "11/04/2016"

0 commit comments

Comments
 (0)