Skip to content

Commit 8250c27

Browse files
authored
Merge pull request #269 from Microsoft/tglee-rc4install
Add important Warning notification to Offline Install and Commandline…
2 parents 0da1101 + d4d1bd4 commit 8250c27

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Create an offline installation of Visual Studio 2017 RC | Microsoft Docs"
33
description: "Learn how to create an offline installation of Visual Studio."
44
ms.custom: ""
5-
ms.date: "01/27/2017"
5+
ms.date: "02/14/2017"
66
ms.reviewer: ""
77
ms.suite: ""
88
ms.technology:
@@ -73,6 +73,9 @@ You can then install Visual Studio to the target machine by using the offline in
7373
**Example E**: Download two workloads and one optional component for three languages
7474
> ```vs_enterprise.exe --layout C:\vs2017 --add Microsoft.VisualStudio.Workload.Azure Microsoft.VisualStudio.Workload.ManagedDesktop Component.GitHub.VisualStudio --lang en-US de-DE ja-JP ```
7575
76+
> [!WARNING]
77+
> The --layout parameter will fail if the setup .exe file name includes numerals. To work around this issue, you must remove the numerals from the filename—for example, rename *vs_community__198521760.1486960229.exe* to ***vs_community.exe***.
78+
7679
### Language locales
7780

7881
| Language-locale | Language |

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
@@ -1,7 +1,7 @@
11
---
22
title: "Use command-line parameters to install Visual Studio | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "01/31/2017"
4+
ms.date: "02/14/2017"
55
ms.reviewer: ""
66
ms.suite: ""
77
ms.technology:
@@ -82,6 +82,9 @@ If no command is specified, it will install the product.
8282
## List of workload IDs and component IDs
8383
For a list of workload and component IDs sorted by Visual Studio product, see our [Visual Studio 2017 Workload and Component IDs](https://aka.ms/vs2017componentids) page.
8484

85+
> [!WARNING]
86+
> The --layout parameter will fail if the setup .exe file name includes numerals. To work around this issue, you must remove the numerals from the filename—for example, rename *vs_community__198521760.1486960229.exe* to ***vs_community.exe***.
87+
8588
## List of language locales
8689
| **Language-locale** | **Language** |
8790
| ----------------------- | --------------- |

0 commit comments

Comments
 (0)