Skip to content

Commit 714c327

Browse files
authored
Merge branch 'master' into mikejo-br1
2 parents f5f3281 + 4f16c2b commit 714c327

File tree

5 files changed

+40
-43
lines changed

5 files changed

+40
-43
lines changed

docs/ide/how-to-sign-application-and-deployment-manifests.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you want to publish an application by using ClickOnce deployment, the applica
4444

4545
Signing the ClickOnce manifests is optional for .exe-based applications. For more information, see the "Generating Unsigned Manifests" section of this document.
4646

47-
For information about creating key files, see [How to: Create a Public-Private Key Pair](http://msdn.microsoft.com/Library/05026813-f3bd-4d7c-9e0b-fc588eb3d114).
47+
For information about creating key files, see [How to: Create a Public-Private Key Pair](/dotnet/framework/app-domains/how-to-create-a-public-private-key-pair).
4848

4949
> [!NOTE]
5050
> [!INCLUDE[vsprvs](../code-quality/includes/vsprvs_md.md)] supports only Personal Information Exchange (PFX) key files that have the .pfx extension. However, you can select other types of certificates from the current user's Windows certificate store by clicking **Select from Store** on the **Signing** page of project properties.
@@ -119,7 +119,7 @@ If you want to publish an application by using ClickOnce deployment, the applica
119119
3. Publish the application.
120120

121121
## See Also
122-
[Strong-Named Assemblies](http://msdn.microsoft.com/Library/d4a80263-f3e0-4d81-9b61-f0cbeae3797b)
123-
[How to: Create a Public-Private Key Pair](http://msdn.microsoft.com/Library/05026813-f3bd-4d7c-9e0b-fc588eb3d114)
122+
[Strong-Named Assemblies](/dotnet/framework/app-domains/strong-named-assemblies)
123+
[How to: Create a Public-Private Key Pair](/dotnet/framework/app-domains/how-to-create-a-public-private-key-pair)
124124
[Signing Page, Project Designer](../ide/reference/signing-page-project-designer.md)
125125
[ClickOnce Security and Deployment](../deployment/clickonce-security-and-deployment.md)

docs/ide/managing-assembly-and-manifest-signing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ Strong-name signing gives a software component a globally unique identity. Stron
7474
> [!WARNING]
7575
> You should always protect your key file with a password to prevent someone else from using it. You can also secure your keys by using providers or certificate stores.
7676
77-
You can also point to a key you have already created. For more information about creating keys, see [How to: Create a Public-Private Key Pair](http://msdn.microsoft.com/Library/05026813-f3bd-4d7c-9e0b-fc588eb3d114).
77+
You can also point to a key you have already created. For more information about creating keys, see [How to: Create a Public-Private Key Pair](/dotnet/framework/app-domains/how-to-create-a-public-private-key-pair).
7878

7979
If you have access only to a public key, you can use delay signing to defer assigning the key. You enable delay signing by selecting the **Delay sign only** check box. A delay-signed project won't run, and you can't debug it. However, you can skip verification during development by using the [Sn.exe (Strong Name Tool)](/dotnet/framework/tools/sn-exe-strong-name-tool) with the `-Vr` option.
8080

8181
For information about signing manifests, see [How to: Sign Application and Deployment Manifests](../ide/how-to-sign-application-and-deployment-manifests.md).
8282

8383
## See Also
84-
[Strong-Named Assemblies](http://msdn.microsoft.com/Library/d4a80263-f3e0-4d81-9b61-f0cbeae3797b)
84+
[Strong-Named Assemblies](/dotnet/framework/app-domains/strong-named-assemblies)
8585
[Strong Name Assemblies (Assembly Signing) (C++/CLI)](/cpp/dotnet/strong-name-assemblies-assembly-signing-cpp-cli)

docs/ide/reference/signing-page-project-designer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Use the **Signing** page of the **Project Designer** to sign the application and
7676

7777
## Assembly Signing
7878
**Sign the assembly** check box
79-
Select this check box to sign the assembly and create a strongly named key file. For more information about signing the assembly by using the **Project Designer**, see [How to: Sign an Assembly (Visual Studio)](http://msdn.microsoft.com/en-us/f468a7d3-234c-4353-924d-8e0ae5896564).
79+
Select this check box to sign the assembly and create a strongly named key file. For more information about signing the assembly by using the **Project Designer**, see [How to: Sign an Assembly (Visual Studio)](../managing-assembly-and-manifest-signing.md#how-to-sign-an-assembly-in-visual-studio).
8080

8181
This option uses the Al.exe tool provided by the [!INCLUDE[winsdklong](/dotnet/framework/app-domains/how-to-sign-an-assembly-with-a-strong-name).
8282

@@ -103,6 +103,6 @@ Use the **Signing** page of the **Project Designer** to sign the application and
103103
[Managing Assembly and Manifest Signing](../../ide/managing-assembly-and-manifest-signing.md)
104104
[Strong-Name Signing for Managed Applications](http://msdn.microsoft.com/en-us/5fef3490-c519-4363-94fd-8b1ad260dab5)
105105
[How to: Sign Application and Deployment Manifests](../../ide/how-to-sign-application-and-deployment-manifests.md)
106-
[How to: Sign an Assembly (Visual Studio)](http://msdn.microsoft.com/en-us/f468a7d3-234c-4353-924d-8e0ae5896564)
106+
[How to: Sign an Assembly (Visual Studio)](../managing-assembly-and-manifest-signing.md#how-to-sign-an-assembly-in-visual-studio)
107107
[How to: Sign an Assembly with a Strong Name](/dotnet/framework/app-domains/how-to-sign-an-assembly-with-a-strong-name)
108-
[Strong-Named Assemblies](http://msdn.microsoft.com/Library/d4a80263-f3e0-4d81-9b61-f0cbeae3797b)
108+
[Strong-Named Assemblies](/dotnet/framework/app-domains/strong-named-assemblies)

docs/install/install-visual-studio.md

Lines changed: 32 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Install Visual Studio 2017 | Microsoft Docs"
33
description: "Learn how to install Visual Studio, step-by-step."
44
ms.custom: ""
5-
ms.date: "05/16/2017"
5+
ms.date: "07/28/2017"
66
ms.reviewer: ""
77
ms.suite: ""
88
ms.technology:
@@ -21,45 +21,33 @@ ms.assetid: 8d4297e4-9f43-4f12-95ec-22e61154480e
2121
author: "TerryGLee"
2222
ms.author: "tglee"
2323
manager: "ghogen"
24-
translation.priority.ht:
25-
- "de-de"
26-
- "es-es"
27-
- "fr-fr"
28-
- "it-it"
29-
- "ja-jp"
30-
- "ko-kr"
31-
- "ru-ru"
32-
- "zh-cn"
33-
- "zh-tw"
34-
translation.priority.mt:
35-
- "cs-cz"
36-
- "pl-pl"
37-
- "pt-br"
38-
- "tr-tr"
3924
---
4025
# Install Visual Studio 2017
41-
Welcome to a new way to install Visual Studio! In our newest version, we've made it easier for you to select and install just the features you need—and we've reduced the minimum footprint of Visual Studio so that it installs more quickly and with less system impact than ever before.
26+
Welcome to a new way to install Visual Studio! In our newest version, we've made it easier for you to select and install just the features you need. We've also reduced the minimum footprint of Visual Studio so that it installs more quickly and with less system impact than ever before.
4227

43-
Want to know more about what else is new? See our [release notes](https://www.visualstudio.com/news/releasenotes/vs2017-relnotes). And for more in-depth info about how we've redesigned the installation experience, see our blog posts, "[Faster and leaner Visual Studio installer](https://blogs.msdn.microsoft.com/visualstudio/2016/04/01/faster-leaner-visual-studio-installer/)" and "[Anatomy of a low-impact Visual Studio installation](https://blogs.msdn.microsoft.com/visualstudio/2016/04/25/anatomy-of-a-low-impact-visual-studio-install/)."
28+
Want to know more about what else is new in this version? See our [release notes](https://www.visualstudio.com/news/releasenotes/vs2017-relnotes).
4429

4530
Ready to install? We'll walk you through it, step-by-step.
4631

4732
## Check system requirements
4833
Before you begin, check the [system requirements](https://www.visualstudio.com/productinfo/vs2017-system-requirements-vs) to make sure that your computer is ready to install Visual Studio 2017.
4934

5035
## Download Visual Studio
51-
To start, you'll want to download Visual Studio. To do so, click the following button, click **Save**, and then click **Open folder**.
36+
Next, download the Visual Studio bootstrapper file. To do so, click the following button, select the edition of Visual Studio 2017 that you want, click **Save**, and then click **Open folder**.
5237

5338
> [!div class="button"]
5439
> [Download Visual Studio 2017](https://aka.ms/vsdownload?utm_source=mscom&utm_campaign=msdocs)
40+
<br/>
5541
56-
## Install the installer
57-
When you download Visual Studio 2017, you'll get a bootstrapper file that in turn installs our new lightweight installer. This new installer includes everything you need to customize your installation.
5842

59-
> [!IMPORTANT]
60-
> If you have a Preview release of Visual Studio 2017 installed on your computer, you will be prompted to remove it prior to installing Visual Studio 2017.
43+
| | |
44+
|---------|---------|
45+
| ![film icon for video](media/video-icon.png "Watch a video") | [Watch a video](https://mva.microsoft.com/en-US/training-courses-embed/getting-started-with-visual-studio-2017-17798/Download-the-Visual-Studio-Installer-GgrESHD6D_3311787171) on how to download the Visual Studio bootstrapper file and select the edition of Visual Studio that's right for you. |
46+
47+
## Install the installer
48+
Then, run the bootstrapper file to install the Visual Studio Installer. This new lightweight installer includes everything you need to both install and customize Visual Studio 2017.
6149

62-
1. From your **Downloads** folder, double-click the bootstrapper file that matches or is similar to one of the following:
50+
1. From your **Downloads** folder, double-click the bootstrapper that matches or is similar to one of the following files:
6351

6452
* **vs_enterprise.exe** for Visual Studio Enterprise
6553
* **vs_professional.exe** for Visual Studio Professional
@@ -71,40 +59,48 @@ When you download Visual Studio 2017, you'll get a bootstrapper file that in tur
7159

7260
![License Terms and Privacy Statement](media/vs2017-privacy-and-license-terms.PNG "Microsoft License Terms and Privacy Statement")
7361

74-
You’ll see several status screens that show the progress of the installation. After the installer is finished installing, it’s time to pick the feature sets—or workloads—that you want.
75-
7662
## Install workloads
77-
You can customize your installation by using workloads. Select one or more of the workloads you want; each workload contains the features you need for the programming language or platform you prefer.
63+
After the installer is installed, you can use it to customize your installation by selecting the feature sets—or workloads—that you want. Here's how.
7864

79-
Here's how to get them.
80-
81-
1. Find the workload you want in the **Installing Visual Studio** screen.
65+
1. Find the workload you want in the **Installing Visual Studio** screen.
8266

8367
![Visual Studio 2017 setup dialog](media/vs2017-workloads.PNG "Install Visual Studio workloads")
8468

8569
For example, choose the .NET desktop development workload. It comes with the default core editor, which includes basic code editing support for over 20 languages, the ability to open and edit code from any folder without requiring a project, and integrated source code control.
8670

8771
2. After you select the workload(s) you want, click **Install**.
8872

89-
Next, status screens will appear that show the progress of your Visual Studio installation.
73+
Next, status screens appear that show the progress of your Visual Studio installation.
9074

9175
3. After the new workloads and components are installed, click **Launch**.
9276

77+
| | |
78+
|---------|---------|
79+
| ![film icon for video](media/video-icon.png "Watch a video") | [Watch a video](https://mva.microsoft.com/en-US/training-courses-embed/getting-started-with-visual-studio-2017-17798/Install-Workloads-in-Visual-Studio-2017-jHE19HD6D_1611787171) on how to install the Visual Studio Installer and then install a workload. |
80+
9381
## Install individual components
9482

95-
If you don't want to use the handy Workloads feature to customize your Visual Studio installation, click the **Individual components** option from the Visual Studio Installer, select what you want, and then follow the prompts.
83+
If you don't want to use the handy Workloads feature to customize your Visual Studio installation, you can do so by installing individual components instead. To do this, click the **Individual components** option from the Visual Studio Installer, select what you want, and then follow the prompts.
9684

9785
![Visual Studio 2017 - Install individual components](media/vs2017-components.PNG "Install Visual Studio individual components")
9886

87+
| | |
88+
|---------|---------|
89+
| ![film icon for video](media/video-icon.png "Watch a video") | [Watch a video](https://mva.microsoft.com/en-US/training-courses-embed/getting-started-with-visual-studio-2017-17798/Install-Components-in-Visual-Studio-2017-ZMfaVID6D_7411787171) on how to install an individual component by using the Visual Studio Installer. |
90+
9991
## Install language packs
10092

101-
To install Visual Studio 2017 in a language of your choosing, click the **Language packs** option from the Visual Studio Installer, and follow the prompts.
93+
By default, the installer program tries to match the language of the operating system when it runs for the first time. To install Visual Studio 2017 in a language of your choosing, click the **Language packs** option from the Visual Studio Installer, and follow the prompts.
10294

10395
![Visual Studio 2017 - Install language packs](media/vs2017-languages.PNG "Install Visual Studio language packs")
10496

105-
### Change the installer language
97+
| | |
98+
|---------|---------|
99+
| ![film icon for video](media/video-icon.png "Watch a video") | [Watch a video](https://mva.microsoft.com/en-US/training-courses-embed/getting-started-with-visual-studio-2017-17798/Install-Language-Packs-in-Visual-Studio-2017-ByT7yID6D_9011787171) on how to install a language pack by using the Visual Studio Installer. |
100+
101+
### Change the installer language from the command line
106102

107-
By default, the installer program tries to match the language of the operating system when it runs for the first time. The installer remembers this setting. You can change this setting by running the installer from the command line. For example, you can force the installer to run in English by using the following command: `vs_installer.exe --locale en-US`. The installer will remember this setting when it is run the next time. The installer supports the following language tokens: zh-CN, zh-TW, cs-CZ, en-US, fr-FR, de-DE, it-IT, ja-JP, ko-KR, pl-PL, pt-BR, ru-RU, es-ES, and tr-TR.
103+
Another way that you can change the default language is by running the installer from the command line. For example, you can force the installer to run in English by using the following command: `vs_installer.exe --locale en-US`. The installer will remember this setting when it is run the next time. The installer supports the following language tokens: zh-cn, zh-tw, cs-cz, en-us, es-es, fr-fr, de-de, it-it, ja-jp, ko-kr, pl-pl, pt-br, ru-ru, and tr-tr.
108104

109105
## Get support
110106
Sometimes, things can go wrong. If your Visual Studio installation fails, see the [Troubleshooting Visual Studio 2017 installation and upgrade issues](troubleshooting-installation-issues.md) page for troubleshooting tips.
@@ -114,4 +110,5 @@ Sometimes, things can go wrong. If your Visual Studio installation fails, see th
114110
* [Update Visual Studio 2017](update-visual-studio.md)
115111
* [Uninstall Visual Studio 2017](uninstall-visual-studio.md)
116112
* [Visual Studio 2017 administrator guide](visual-studio-administrator-guide.md)
113+
* [Use command-line parameters to install Visual Studio 2017](use-command-line-parameters-to-install-visual-studio.md)
117114
* [How to report a problem with Visual Studio 2017](../ide/how-to-report-a-problem-with-visual-studio-2017.md)

docs/install/media/video-icon.png

1.65 KB
Loading

0 commit comments

Comments
 (0)