|
2 | 2 | title: "Use command-line parameters to install Visual Studio"
|
3 | 3 | titleSuffix: ""
|
4 | 4 | description: "Learn how to use command-line parameters to control or customize your Visual Studio installation."
|
5 |
| -ms.date: 11/14/2018 |
| 5 | +ms.date: 02/12/2019 |
6 | 6 | ms.custom: "seodec18"
|
7 | 7 | ms.topic: conceptual
|
8 | 8 | f1_keywords:
|
@@ -101,7 +101,7 @@ The command-line options are used in conjunction with the setup bootstrapper, wh
|
101 | 101 | | `--cache` | **New in 15.2, optional**: If present, packages will be kept after being installed for subsequent repairs. This overrides the global policy setting to be used for subsequent installs, repairs, or modifications. The default policy is to cache packages. This is ignored for the uninstall command. Read how to [disable or move the package cache](disable-or-move-the-package-cache.md) for more information. |
|
102 | 102 | | `--nocache` | **New in 15.2, optional**: If present, packages will be deleted after being installed or repaired. They will be downloaded again only if needed and deleted again after use. This overrides the global policy setting to be used for subsequent installs, repairs, or modifications. The default policy is to cache packages. This is ignored for the uninstall command. Read how to [disable or move the package cache](disable-or-move-the-package-cache.md) for more information. |
|
103 | 103 | | `--noUpdateInstaller` | **New in 15.2, optional**: If present, prevents the installer from updating itself when quiet is specified. The installer will fail the command and return a non-zero exit code if noUpdateInstaller is specified with quiet when an installer update is required. |
|
104 |
| -| `--noWeb` | **New in 15.3, optional**: Setup now downloads any content that it is installing from the Internet. All content that is being installed must be available in an offline layout. If the layout is missing content, setup fails. For more information, see [Deploying from a network installation](create-a-network-installation-of-visual-studio.md). | |
| 104 | +| `--noWeb` | **New in 15.3, optional**: If present, Visual Studio setup uses the files in your layout directory to install Visual Studio. If a user tries to install components that are not in the layout, setup fails. For more information, see [Deploying from a network installation](create-a-network-installation-of-visual-studio.md). <br/><br/> **Important**: This switch does not stop Visual Studio setup from checking for updates. For more information, see [Control updates to network-based Visual Studio deployments](controlling-updates-to-visual-studio-deployments.md).| |
105 | 105 | | `--path <name>=<path>` | **New in 15.7, optional**: Used to specify custom install paths for the installation. Supported path names are shared, cache, and install. |
|
106 | 106 | | `--path cache=<path>` | **New in 15.7, optional**: Uses the location you specify to download installation files. This location can only be set the first time that Visual Studio is installed. Example: `--path cache="C:\VS\cache"` |
|
107 | 107 | | `--path shared=<path>` | **New in 15.7, optional**: Contains shared files for side-by-side Visual Studio installations. Some tools and SDKs install to a location on this drive, while some others might override this setting and install to another drive. Example: `--path shared="C:\VS\shared"` <br><br>Important: This can be set only once and on the first time that Visual Studio is installed. |
|
|
0 commit comments