You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install/create-a-network-installation-of-visual-studio.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ Host the layout on a network share so it can be run from other machines.
70
70
## Install from the offline installation folder
71
71
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.
72
72
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.
74
74
75
75
1. Run the installation file. Examples:
76
76
* 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.
106
106
### How to update an offline installer
107
107
You might want to update your offline installer at a later date. Here's how.
108
108
* 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).
110
110
111
111
### How to create a layout for a previous release of VS 2017
112
112
**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.
Copy file name to clipboardExpand all lines: docs/install/update-a-network-installation-of-visual-studio.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ You might want to update your local layout at a later date. Here's how.
44
44
* Administrators can update their clients version of Visual Studio without any user interaction
45
45
* Update the Visual Studio Installer:<br>```vs_enterprise.exe --quiet -–update```
46
46
* 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).
0 commit comments