Skip to content

Correct the description of the command prompt #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ You can create an offline installation layout that contains all the files you ne

#### To create an offline installation layout of Visual Studio
1. Download the Visual Studio setup executable file to a drive on your local machine.
For example, [download the vs_enterprise.exe file](https://www.visualstudio.com/vs/visual-studio-2017-rc/).
2. Run `vs_enterprise.exe` with the following arguments (switches) from a command prompt:
For example, [download the vs_enterprise.exe file](https://www.visualstudio.com/vs/visual-studio-2017-rc/). It doesn't have to be the Enterprise edition, it can be the Community or Professional editions.
2. Run `vs_enterprise.exe` with the following arguments (switches) from a command prompt **with Administrator rights**:

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.)
a. Add `--layout <path>`, where `<path>` is the location where you saved the exe in step 1.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution. But this piece isn't quite right, @SteveDunn: the layout path represents the location where the download will be cached. It doesn't have to be the location where you downloaded the initial setup executable.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Re: the additional text about the editions...we appreciate your feedback, @SteveDunn. We'll take that under advisement and report back with next steps.

Copy link
Contributor

@TerryGLee TerryGLee Nov 30, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, @SteveDunn, we appreciate your input on the example text about all languages being downloaded. We will address that slightly differently than how you've suggested; I'll report back after the work is done. (At that point, we'll most likely close this merge request so that it doesn't conflict with other text changes that are in the queue.)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SteveDunn - We're going to opt not to mention editions at this time, and we don't think it's a good idea to mention again that all languages are downloaded again in Step 2b, as that applies directly to Example A and therefore is mentioned in Step 2a. We thank you for submitting this PR, but we're closing it for now.


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.)
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.). By default, all languages are downloaded. (See Example A.)

### Examples
**Example A**: Install all languages
Expand Down