Skip to content

Commit aa09050

Browse files
author
Greg Van Liew
authored
Merge pull request #137 from Microsoft/live
Merge today's visualstudio-docs changes in live back to master
2 parents 1babe44 + 67e3c87 commit aa09050

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@ You can create an offline installation layout that contains all the files you ne
4343
For example, [download the vs_enterprise.exe file](https://www.visualstudio.com/vs/visual-studio-2017-rc/).
4444
2. Run `vs_enterprise.exe` with the following arguments (switches) from a command prompt:
4545

46-
a. Add `--layout <path>`, where `<path>` is the location where you want the layout to download to. By default, all languages are downloaded. (See Example A.)
46+
a. Add `--layout <path>`, where `<path>` is the location where you want the layout to download to. Note that relative paths (e.g. `..\vs2017`) are not supported at present. By default, all languages are downloaded. (See Example A.)
4747

48-
b. Restrict the download to a single language by providing the `--lang <language>` argument, where `<language>` is one of the ISO country codes. (See Example B and Example C.)
48+
b. Restrict the download to a subset of the available languages by providing the `--lang <language>` argument, where `<language>` is one or more of the ISO country codes. (See Example B and Example C.)
4949

5050
### Examples
5151
**Example A**: Install all languages
52-
> ```vs_enterprise.exe --layout C:\layout```
52+
> ```vs_enterprise.exe --layout C:\vs2017```
5353
5454
**Example B**: Install one language
55-
> ```vs_enterprise.exe --layout C:\layout --lang en-US```
55+
> ```vs_enterprise.exe --layout C:\vs2017 --lang en-US```
5656
5757
**Example C**: Install multiple languages
58-
> ```vs_enterprise.exe --layout C:\layout --lang en-US de-DE ja-JP```
58+
> ```vs_enterprise.exe --layout C:\vs2017 --lang en-US de-DE ja-JP```
5959
6060
### Country codes
6161
| ISO Code | Language |

0 commit comments

Comments
 (0)