|
1 | 1 | ---
|
2 | 2 | title: "Create a network-based installation"
|
3 | 3 | description: "Learn how to create a network install point for deploying Visual Studio within an enterprise."
|
4 |
| -ms.date: 10/11/2019 |
| 4 | +ms.date: 10/29/2019 |
5 | 5 | ms.custom: "seodec18"
|
6 | 6 | ms.topic: conceptual
|
7 | 7 | helpviewer_keywords:
|
@@ -82,8 +82,9 @@ You must have an internet connection to complete this step. To create an offline
|
82 | 82 |
|
83 | 83 | ## Modify the response.json file
|
84 | 84 |
|
85 |
| -You can modify the response.json to set default values that are used when setup is run. For example, you can configure the `response.json` file to select a specific set of workloads selected automatically. |
86 |
| -See [Automate Visual Studio installation with a response file](automated-installation-with-response-file.md) for details. |
| 85 | +You can modify the response.json to set default values that are used when setup is run. For example, you can configure the `response.json` file to select a specific set of workloads selected automatically. See [Automate Visual Studio installation with a response file](automated-installation-with-response-file.md) for details. |
| 86 | + |
| 87 | +And, if you run into a problem with the Visual Studio bootstrapper throwing an error when you pair it with a response.json file, see the "Failed to parse ID from parent process" section of the [Troubleshoot network-related errors when you install or use Visual Studio](troubleshooting-network-related-errors-in-visual-studio.md#error-failed-to-parse-id-from-parent-process) page for more information on what to do. |
87 | 88 |
|
88 | 89 | ## Copy the layout to a network share
|
89 | 90 |
|
@@ -213,7 +214,7 @@ Administrators can deploy Visual Studio onto client workstations as part of an i
|
213 | 214 |
|
214 | 215 | > [!IMPORTANT]
|
215 | 216 | > To prevent an error, make sure that your full layout path is less than 80 characters.
|
216 |
| -> |
| 217 | +
|
217 | 218 | > [!TIP]
|
218 | 219 | > When executed as part of a batch file, the `--wait` option ensures that the `vs_enterprise.exe` process waits until the installation is complete before it returns an exit code.
|
219 | 220 | >
|
@@ -281,6 +282,7 @@ We have other support options available, too. For a list, see our [Feedback](../
|
281 | 282 |
|
282 | 283 | - [Visual Studio administrator guide](visual-studio-administrator-guide.md)
|
283 | 284 | - [Update a network-based installation of Visual Studio](update-a-network-installation-of-visual-studio.md)
|
| 285 | +- [Troubleshoot network-related errors when you install or use Visual Studio](troubleshooting-network-related-errors-in-visual-studio.md) |
284 | 286 | - [Control updates to network-based Visual Studio deployments](controlling-updates-to-visual-studio-deployments.md)
|
285 | 287 | - [Visual Studio product lifecycle and servicing](/visualstudio/releases/2019/servicing/)
|
286 | 288 | - [Update Visual Studio while on a servicing baseline](update-servicing-baseline.md)
|
|
0 commit comments