Skip to content

Commit cc76a84

Browse files
TylerMSFTTylerMSFT
authored andcommitted
experiment
1 parent 2cc1b47 commit cc76a84

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

docs/build/vscpp-step-0-installation.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ms.custom: vs-acquisition, intro-installation
55
ms.date: 11/08/2021
66
ms.topic: "tutorial"
77
ms.devlang: "cpp"
8-
ms.assetid: 45138d70-719d-42dc-90d7-1d0ca31a2f54
98
---
109
# Install C and C++ support in Visual Studio
1110

@@ -22,7 +21,7 @@ Welcome to Visual Studio 2022! In this version, it's easy to choose and install
2221
2322
Want to know more about what else is new in this version? See the Visual Studio [release notes](/visualstudio/releases/2022/release-notes/).
2423

25-
Ready to install? We'll walk you through it, step-by-step.
24+
Ready to install? We walk you through it, step-by-step.
2625

2726
### Step 1 - Make sure your computer is ready for Visual Studio
2827

@@ -57,22 +56,22 @@ Run the bootstrapper file you downloaded to install the Visual Studio Installer.
5756

5857
If you receive a User Account Control notice, choose **Yes** to allow the bootstrapper to run.
5958

60-
1. We'll ask you to acknowledge the Microsoft [License Terms](https://visualstudio.microsoft.com/license-terms/) and the Microsoft [Privacy Statement](https://privacy.microsoft.com/privacystatement). Choose **Continue**.
59+
1. We ask you to acknowledge the Microsoft [License Terms](https://visualstudio.microsoft.com/license-terms/) and the Microsoft [Privacy Statement](https://privacy.microsoft.com/privacystatement). Choose **Continue**.
6160

6261
### Step 4 - Choose workloads
6362

6463
After the installer is installed, you can use it to customize your installation by selecting the *workloads*, or feature sets, that you want. Here's how.
6564

6665
1. Find the workload you want in the **Installing Visual Studio** screen.
6766

68-
:::image type="complex" source="../get-started/media/vs2022-installer-workloads.png" alt-text="Visual studio installer with the Desktop development with C++ workload checked."
67+
:::image type="content" source="../get-started/media/vs2022-installer-workloads.png" alt-text="Visual studio installer with the Desktop development with C++ workload checked."
6968
lightbox="../get-started/media/vs2022-installer-workloads.png":::
7069
On the right in the installation details pane, the various components of the workload are shown.
7170
:::image-end:::
7271

7372
For core C and C++ support, choose the "Desktop development with C++" 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.
7473

75-
Additional workloads support other kinds of development. For example, choose the "Universal Windows Platform development" workload to create apps that use the Windows Runtime for the Microsoft Store. Choose "Game development with C++" to create games that use DirectX, Unreal, and Cocos2d. Choose "Linux development with C++" to target Linux platforms, including IoT development.
74+
Other workloads support more kinds of development. For example, choose the "Universal Windows Platform development" workload to create apps that use the Windows Runtime for the Microsoft Store. Choose "Game development with C++" to create games that use DirectX, Unreal, and Cocos2d. Choose "Linux development with C++" to target Linux platforms, including IoT development.
7675

7776
The **Installation details** pane lists the included and optional components installed by each workload. You can select or deselect optional components in this list. For example, to support development by using the Visual Studio 2017 or 2015 compiler toolsets, choose the MSVC v141 or MSVC v140 optional components. You can add support for MFC, the experimental Modules language extension, IncrediBuild, and more.
7877

@@ -131,7 +130,7 @@ Welcome to Visual Studio 2019! In this version, it's easy to choose and install
131130
132131
Want to know more about what else is new in this version? See the Visual Studio [release notes](/visualstudio/releases/2019/release-notes/).
133132

134-
Ready to install? We'll walk you through it, step-by-step.
133+
Ready to install? We walk you through it, step-by-step.
135134

136135
### Step 1 - Make sure your computer is ready for Visual Studio
137136

@@ -166,7 +165,7 @@ Run the bootstrapper file you downloaded to install the Visual Studio Installer.
166165

167166
If you receive a User Account Control notice, choose **Yes** to allow the bootstrapper to run.
168167

169-
1. We'll ask you to acknowledge the Microsoft [License Terms](https://visualstudio.microsoft.com/license-terms/) and the Microsoft [Privacy Statement](https://privacy.microsoft.com/privacystatement). Choose **Continue**.
168+
1. We ask you to acknowledge the Microsoft [License Terms](https://visualstudio.microsoft.com/license-terms/) and the Microsoft [Privacy Statement](https://privacy.microsoft.com/privacystatement). Choose **Continue**.
170169

171170
### Step 4 - Choose workloads
172171

@@ -178,7 +177,7 @@ After the installer is installed, you can use it to customize your installation
178177

179178
For core C and C++ support, choose the "Desktop development with C++" 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.
180179

181-
Additional workloads support other kinds of development. For example, choose the "Universal Windows Platform development" workload to create apps that use the Windows Runtime for the Microsoft Store. Choose "Game development with C++" to create games that use DirectX, Unreal, and Cocos2d. Choose "Linux development with C++" to target Linux platforms, including IoT development.
180+
Other workloads support more kinds of development. For example, choose the "Universal Windows Platform development" workload to create apps that use the Windows Runtime for the Microsoft Store. Choose "Game development with C++" to create games that use DirectX, Unreal, and Cocos2d. Choose "Linux development with C++" to target Linux platforms, including IoT development.
182181

183182
The **Installation details** pane lists the included and optional components installed by each workload. You can select or deselect optional components in this list. For example, to support development by using the Visual Studio 2017 or 2015 compiler toolsets, choose the MSVC v141 or MSVC v140 optional components. You can add support for MFC, the experimental Modules language extension, IncrediBuild, and more.
184183

@@ -251,7 +250,7 @@ For details on the disk space and operating system requirements, see [Visual Stu
251250
>[!Tip]
252251
> The Community edition is for individual developers, classroom learning, academic research, and open source development. For other uses, install Visual Studio 2017 Professional or Visual Studio 2017 Enterprise.
253252
254-
1. Find the installer file you downloaded and run it. The downloaded file may be displayed in your browser, or you may find it in your Downloads folder. The installer needs Administrator privileges to run. You may see a **User Account Control** dialog asking you to give permission to let the installer make changes to your system; choose **Yes**. If you're having trouble, find the downloaded file in File Explorer, right-click on the installer icon, and choose **Run as Administrator** from the context menu.
253+
1. Find the installer file you downloaded and run it. The downloaded file might be displayed in your browser, or you might find it in your Downloads folder. The installer needs Administrator privileges to run. You might see a **User Account Control** dialog asking you to give permission to let the installer make changes to your system; choose **Yes**. If you're having trouble, find the downloaded file in File Explorer, right-click on the installer icon, and choose **Run as Administrator** from the context menu.
255254

256255
![What you see when you download and install the Visual Studio Installer.](media/vscpp-concierge-run-installer.gif "Download and install the Visual Studio Installer")
257256

@@ -267,11 +266,11 @@ For details on the disk space and operating system requirements, see [Visual Stu
267266

268267
The first time you run Visual Studio, you're asked to sign in with a Microsoft Account. If you don't have one, you can create one for free. You must also choose a theme. Don't worry, you can change it later if you want to.
269268

270-
It may take Visual Studio several minutes to get ready for use the first time you run it. Here's what it looks like in a quick time-lapse:
269+
It might take Visual Studio several minutes to get ready for use the first time you run it. Here's what it looks like in a quick time-lapse:
271270

272271
![Visual Studio sign in dialog.](media/vscpp-quickstart-first-run.gif "Visual Studio 2017 sign in")
273272

274-
Visual Studio starts much faster when you run it again.
273+
Visual Studio starts faster when you run it again.
275274

276275
1. When Visual Studio opens, check to see if the flag icon in the title bar is highlighted:
277276

0 commit comments

Comments
 (0)