Skip to content

Commit 839d385

Browse files
committed
retitle offline doc
1 parent 757daf7 commit 839d385

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/install/TOC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
## [Use command-line parameters to install Visual Studio](use-command-line-parameters-to-install-visual-studio.md)
1010
## [Command-line parameter examples](command-line-parameter-examples.md)
1111
## [Create a network-based installation of Visual Studio](create-a-network-installation-of-visual-studio.md)
12-
## [Install Visual Studio in an offline environment](install-visual-studio-in-offline-environment.md)
12+
## [Special considerations for installing Visual Studio in an offline environment](install-visual-studio-in-offline-environment.md)
1313
## [Automate Visual Studio installation with a response file](automated-installation-with-response-file.md)
1414
## [Automatically apply product keys when deploying Visual Studio](automatically-apply-product-keys-when-deploying-visual-studio.md)
1515
## [Setting defaults for enterprise deployments of Visual Studio](setting-defaults-for-enterprise-deployments.md)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Host the layout on a network share so it can be run from other machines.
7070
## Install from the offline installation folder
7171
Administrators may run setup to push Visual Studio onto client machines. Or, users (with administrator rights) can run setup from the share to install Visual Studio on their machine.
7272

73-
If you are not connected to the internet, you will need to Install the certificates (They are in the Certificates folder, which is in your Layout folder. Simply right-click each one to install it.) See [Install Visual Studio in an offline environment](install-visual-studio-in-offline-environment.md) for more details.
73+
If you are not connected to the internet, you will need to Install the certificates (They are in the Certificates folder, which is in your Layout folder. Simply right-click each one to install it.) See [Special considerations for installing Visual Studio in an offline environment](install-visual-studio-in-offline-environment.md) for more details.
7474

7575
1. Run the installation file. Examples:
7676
* Users can install by running: <br>```\\MyServer\products\VS2017\vs_enterprise.exe```
@@ -106,7 +106,7 @@ Here are a few examples of how to create a custom partial layout.
106106
### How to update an offline installer
107107
You might want to update your offline installer at a later date. Here's how.
108108
* To refresh your local layout folder so that it includes the latest updates, run the same ```--layout``` command you ran when initially creating the layout. Make sure to point to the same folder that you used before with the same customizations (e.g. specific workloads and languages); this way, only those components that have been updated since you last ran ```--layout``` will be downloaded. If you host a layout on a file share, it is recommended that you update a private copy of the layout (e.g. c:\vs2017offline) and after all of the updated content is downloaded, copy it to your file share (e.g. \\\\MyServer\products\VS2017). If you don't do this, there is a greater chance that any users running setup while the layout is being updated may not be able to get all of the content from the layout since it is not completely updated.
109-
* To update a Visual Studio instance that you installed from an offline installation folder, run the Visual Studio Installer, and then click **Update**. For details on how to controll when update notifications are presented to users, see [Install Visual Studio in an offline environment](install-visual-studio-in-offline-environment.md).
109+
* To update a Visual Studio instance that you installed from an offline installation folder, run the Visual Studio Installer, and then click **Update**. For details on how to controll when update notifications are presented to users, see [Special considerations for installing Visual Studio in an offline environment](install-visual-studio-in-offline-environment.md).
110110

111111
### How to create a layout for a previous release of VS 2017
112112
**Note**: The VS 2017 bootstrappers available on http://www.visualstudio.com will download and install the latest VS 2017 release available whenever they are run. If you download a VS bootstrapper today and run it 6 months from now, it will install the VS 2017 release that is available at that later time. If you create a layout, installing VS from that layout will install the specific version of VS that exists in the layout. Even though a newer version may exist online, you will get the version of VS that is in the layout.

docs/install/install-visual-studio-in-offline-environment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Install Visual Studio in an offline environment | Microsoft Docs"
2+
title: "Special considerations for installing Visual Studio in an offline environment | Microsoft Docs"
33
description: "{{PLACEHOLDER}}"
44
ms.date: "04/14/2017"
55
ms.reviewer: ""
@@ -31,9 +31,9 @@ translation.priority.mt:
3131
- "pt-br"
3232
- "tr-tr"
3333
---
34-
# Install Visual Studio in an offline environment
34+
# Special considerations for installing Visual Studio in an offline environment
3535

36-
## Create an offline layout
36+
## Create a local layout
3737
* For details, see [Create a network-based installation of Visual Studio](create-a-network-installation-of-visual-studio.md)
3838

3939
## Install certificates needed by VS Setup

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You might want to update your local layout at a later date. Here's how.
4444
* Administrators can update their clients version of Visual Studio without any user interaction
4545
* Update the Visual Studio Installer:<br>```vs_enterprise.exe --quiet -–update```
4646
* Update the Visual Studio instance:<br>```vs_enterprise.exe update --installPath "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise" --quiet --wait –-norestart```
47-
* For details on how to control when update notifications are presented to users, see [Install Visual Studio in an offline environment](install-visual-studio-in-offline-environment.md).
47+
* For details on how to control when update notifications are presented to users, see [Special considerations for installing Visual Studio in an offline environment](install-visual-studio-in-offline-environment.md).
4848

4949
## See also
5050
* [Install Visual Studio](install-visual-studio.md)

0 commit comments

Comments
 (0)