Skip to content

Commit 7162299

Browse files
authored
Merge pull request #5590 from TerryGLee/tglee-installation
[install] add info about how to check the bootstrapper file version
2 parents c032e33 + 58c0a2f commit 7162299

3 files changed

+15
-6
lines changed

docs/install/create-a-network-installation-of-visual-studio.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create a network-based installation"
33
description: "Learn how to create a network install point for deploying Visual Studio within an enterprise."
4-
ms.date: 10/07/2019
4+
ms.date: 10/11/2019
55
ms.custom: "seodec18"
66
ms.topic: conceptual
77
helpviewer_keywords:
@@ -33,7 +33,7 @@ Download a bootstrapper file for the edition of Visual Studio you want. Make sur
3333

3434
To get a bootstrapper for Visual Studio 2017, see the [Visual Studio previous versions](https://visualstudio.microsoft.com/vs/older-downloads/) download page for details on how to do so.
3535

36-
Your setup executable—or to be more specific, the bootstrapper file—should match one of the following.
36+
Your setup executable—or to be more specific, the bootstrapper file—should match or be similar to one of the following.
3737

3838
| Edition | Filename |
3939
|-------------|-----------------------|
@@ -47,7 +47,7 @@ Other supported bootstrappers include **vs_feedbackclient.exe**, **vs_teamexplor
4747

4848
::: moniker range="vs-2019"
4949

50-
Your setup executable—or to be more specific, a bootstrapper file—should match one of the following.
50+
Your setup executable—or to be more specific, a bootstrapper file—should match or be similar to one of the following.
5151

5252
|Edition | Download|
5353
|-------------|-----------------------|
@@ -59,6 +59,9 @@ Other supported bootstrappers include [vs_teamexplorer.exe](https://aka.ms/vs/16
5959

6060
::: moniker-end
6161

62+
>[!TIP]
63+
>If you previously downloaded a bootstrapper file and want to verify its version, here's how. In Windows, open File Explorer, right-click the bootstrapper file, choose **Properties**, choose the **Details** tab, and then view the **Product version** number. To match that number to a release of Visual Studio, see the [Visual Studio build numbers and release dates](visual-studio-build-numbers-and-release-dates.md) page.
64+
6265
## Create an offline installation folder
6366

6467
You must have an internet connection to complete this step. To create an offline installation with all languages and all features, use a command that is similar to one of the following examples.

docs/install/create-an-offline-installation-of-visual-studio.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create an offline installation"
33
description: "Learn how to install Visual Studio offline when you have an unreliable internet connection or low bandwidth."
4-
ms.date: 10/07/2019
4+
ms.date: 10/11/2019
55
ms.custom: "seodec18"
66
ms.topic: conceptual
77
f1_keywords:
@@ -73,7 +73,7 @@ You must have an internet connection to complete this step.
7373

7474
To get a bootstrapper for Visual Studio 2017, see the [Visual Studio previous versions](https://visualstudio.microsoft.com/vs/older-downloads/) download page for details on how to do so.
7575

76-
Your setup executable—or to be more specific, the bootstrapper file—should match one of the following.
76+
Your setup executable—or to be more specific, the bootstrapper file—should match or be similar to one of the following.
7777

7878
| Edition | Filename |
7979
|-------------|-----------------------|
@@ -97,6 +97,9 @@ Start by downloading the Visual Studio bootstrapper for your chosen edition of V
9797

9898
::: moniker-end
9999

100+
>[!TIP]
101+
>If you previously downloaded a bootstrapper file and want to verify its version, here's how. In Windows, open File Explorer, right-click the bootstrapper file, choose **Properties**, choose the **Details** tab, and then view the **Product version** number. To match that number to a release of Visual Studio, see the [Visual Studio build numbers and release dates](visual-studio-build-numbers-and-release-dates.md) page.
102+
100103
### Step 2 - Create a local install cache
101104

102105
You must have an internet connection to complete this step.

docs/install/use-command-line-parameters-to-install-visual-studio.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Use command-line parameters to install Visual Studio"
33
titleSuffix: ""
44
description: "Learn how to use command-line parameters to control or customize your Visual Studio installation."
5-
ms.date: 10/07/2019
5+
ms.date: 10/11/2019
66
ms.custom: "seodec18"
77
ms.topic: conceptual
88
f1_keywords:
@@ -51,6 +51,9 @@ Your bootstrapper file should match or be similar to one of the following:
5151
* vs_professional.exe
5252
* vs_community.exe
5353

54+
>[!TIP]
55+
>If you previously downloaded a bootstrapper file and want to verify its version, here's how. In Windows, open File Explorer, right-click the bootstrapper file, choose **Properties**, choose the **Details** tab, and then view the **Product version** number. To match that number to a release of Visual Studio, see the [Visual Studio build numbers and release dates](visual-studio-build-numbers-and-release-dates.md) page.
56+
5457
## Command-line parameters
5558

5659
Visual Studio command-line parameters are case-insensitive.

0 commit comments

Comments
 (0)