Skip to content

Commit 1ab4263

Browse files
authored
Merge pull request #2533 from WilliamAntonRohm/W-deploy-PR-review-fixes
PR review fixes for PRs 2500 & 2505
2 parents 3905a1c + 6fcf161 commit 1ab4263

8 files changed

+9
-8
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
21
> [!NOTE]
32
> Your computer might show different names or locations for some of the Visual Studio user interface elements in the following instructions. The Visual Studio edition that you have and the settings that you use, determine these elements. For more information, see [Personalize the IDE](../../ide/personalizing-the-visual-studio-ide.md).

docs/deployment/server-and-client-configuration-issues-in-clickonce-deployments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ If you use Internet Information Services (IIS) on Windows Server, and your deplo
8787
## ClickOnce and mapped drives
8888
If you use Visual Studio to publish a ClickOnce application, you cannot specify a mapped drive as the installation location. However, you can modify the ClickOnce application to install from a mapped drive by using the Manifest Generator and Editor (Mage.exe and MageUI.exe). For more information, see [Mage.exe (Manifest Generation and Editing Tool)](/dotnet/framework/tools/mage-exe-manifest-generation-and-editing-tool) and [MageUI.exe (Manifest Generation and Editing Tool, Graphical Client)](/dotnet/framework/tools/mageui-exe-manifest-generation-and-editing-tool-graphical-client).
8989

90-
## FTP protocol nt supported for installing applications
90+
## FTP protocol not supported for installing applications
9191
[!INCLUDE[ndptecclick](../deployment/includes/ndptecclick_md.md)] supports installing applications from any HTTP 1.1 Web server or file server. FTP, the File Transfer Protocol, is not supported for installing applications. You can use FTP to publish applications only. The following table summarizes these differences:
9292

9393
|URL Type|Description|

docs/deployment/troubleshooting-clickonce-deployments.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ ms.workload:
2525
This topic helps you diagnose and resolve the most common issues with [!INCLUDE[ndptecclick](../deployment/includes/ndptecclick_md.md)] deployments.
2626

2727
In most cases, a [!INCLUDE[ndptecclick](../deployment/includes/ndptecclick_md.md)] application will download to a user's computer and run without any problems. There are some cases, however, where Web server or application configuration issues can cause unforeseen problems.
28-
28+
29+
## Deployment considerations
30+
2931
[How to: Set a custom log file location for ClickOnce deployment errors](../deployment/how-to-set-a-custom-log-file-location-for-clickonce-deployment-errors.md)
3032
Describes how to redirect all [!INCLUDE[ndptecclick](../deployment/includes/ndptecclick_md.md)] activation failures on a machine to a single log file.
3133

docs/deployment/troubleshooting-specific-errors-in-clickonce-deployments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ This article lists the following common errors that can occur when you deploy a
115115
#### Clicking the "Don't Sign" button causes an exception
116116
This issue is a known bug. All [!INCLUDE[ndptecclick](../deployment/includes/ndptecclick_md.md)] manifests are required to be signed. Just select one of the signing options, and then click **OK**.
117117

118-
## Additional Errors
118+
## Additional errors
119119
The following table shows some common error messages that a client-computer user may receive when the user installs a [!INCLUDE[ndptecclick](../deployment/includes/ndptecclick_md.md)] application. Each error message is listed next to a description of the most probable cause for the error.
120120

121121
|Error message|Description|

docs/deployment/trusted-application-deployment-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This topic provides an overview of how to deploy [!INCLUDE[ndptecclick](../deplo
4949

5050
- The deployer is the group, typically the information technology (IT) department, that distributes [!INCLUDE[ndptecclick](../deployment/includes/ndptecclick_md.md)] application to corporate enterprise desktop computers.
5151

52-
You must follow these steps to take advantage of Trusted Application Deployment:
52+
You must follow these steps to take advantage of Trusted Application Deployment:
5353

5454
1. Obtain a certificate for the publisher.
5555

docs/deployment/walkthrough-creating-a-custom-bootstrapper-to-show-a-privacy-prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ms.workload:
2525
# Walkthrough: Create a custom bootstrapper with a privacy prompt
2626
You can configure ClickOnce applications to automatically update when assemblies with newer file versions and assembly versions become available. To make sure that your customers consent to this behavior, you can display a privacy prompt to them. Then, they can choose whether to grant permission to the application to update automatically. If the application is not allowed to update automatically, it does not install.
2727

28-
[!INCLUDE[note_settings_general](../data-tools/includes/note_settings_general_md.md)]
28+
[!INCLUDE[note_settings_general](../data-tools/includes/note_settings_general_md.md)]
2929

3030
## Prerequisites
3131
You need the following components to complete this walkthrough:

docs/deployment/walkthrough-downloading-assemblies-on-demand-with-the-clickonce-deployment-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ By default, all of the assemblies included in a [!INCLUDE[ndptecclick](../deploy
3232

3333
- Visual Studio.
3434

35-
## Creating the Projects
35+
## Create the projects
3636

3737
#### To create a project that uses an on-demand assembly
3838

docs/deployment/walkthrough-downloading-satellite-assemblies-on-demand-with-the-clickonce-deployment-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Windows Forms applications can be configured for multiple cultures through the u
3535
> For testing purposes, the following code example programmatically sets the culture to `ja-JP`. See the "Next Steps" section later in this topic for information on how to adjust this code for a production environment.
3636
3737
## Prerequisites
38-
This topic assumes that you know how to add localized resources to your application using Visual Studio. For detailed instructions, see [Walkthrough: Localize Windows forms](https://msdn.microsoft.com/en-us/library/vstudio/y99d1cd3\(v=vs.100\).aspx).
38+
This topic assumes that you know how to add localized resources to your application using Visual Studio. For detailed instructions, see [Walkthrough: Localize Windows forms](https://msdn.microsoft.com/library/vstudio/y99d1cd3\(v=vs.100\).aspx).
3939

4040
### To download satellite assemblies on demand
4141

0 commit comments

Comments
 (0)