From ceb2e6e3ae7ffd0896f3f9b38289887620c22606 Mon Sep 17 00:00:00 2001 From: "Terry G. Lee" Date: Wed, 29 Aug 2018 18:34:26 -0700 Subject: [PATCH] delete deprecated file and add redirect --- .openpublishing.redirection.json | 5 + ...install-vs-inconsistent-quality-network.md | 110 ------------------ 2 files changed, 5 insertions(+), 110 deletions(-) delete mode 100644 docs/install/install-vs-inconsistent-quality-network.md diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index acb9e005035..b83079a6902 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -1300,6 +1300,11 @@ "redirect_url": "/visualstudio/install/create-an-offline-installation-of-visual-studio", "redirect_document_id": false }, + { + "source_path": "docs/install/install-vs-inconsistent-quality-network.md", + "redirect_url": "/visualstudio/install/create-an-offline-installation-of-visual-studio", + "redirect_document_id": false + }, { "source_path": "docs/modeling/add-stereotypes-to-uml-model-elements.md", "redirect_url": "/visualstudio/modeling/create-uml-modeling-projects-and-diagrams", diff --git a/docs/install/install-vs-inconsistent-quality-network.md b/docs/install/install-vs-inconsistent-quality-network.md deleted file mode 100644 index 688ba369b5c..00000000000 --- a/docs/install/install-vs-inconsistent-quality-network.md +++ /dev/null @@ -1,110 +0,0 @@ ---- -title: "Install on low bandwidth or unreliable network environments | Microsoft Docs" -description: "Learn how to use the Visual Studio installer when your network is unreliable or you have low-bandwidth, and how to use the command line to download installation files." -ms.date: 01/17/2018 -ms.technology: vs-acquisition -ms.prod: visual-studio-dev15 -ms.topic: conceptual -helpviewer_keywords: - - "installing Visual Studio" - - "no internet connection" -author: TerryGLee -ms.author: tglee -manager: douge -ms.workload: - - "multiple" -ROBOTS: NOINDEX,NOFOLLOW ---- -# Install Visual Studio 2017 on low bandwidth or unreliable network environments - -We recommend that you try the Visual Studio web installer—we think you'll find it a good experience for most situations. - - > [!div class="button"] - > [Download Visual Studio 2017](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=button+cta&utm_content=download+vs2017) -
- -However, if your internet connection is unavailable or unreliable, you can use the command line to create a local cache of the files you need to complete an offline install. Here's how. - -> [!NOTE] -> If you are an enterprise administrator who wants to perform a deployment of Visual Studio 2017 to a network of client workstations that are firewalled from the internet, see our [Create a network installation of Visual Studio 2017](../install/create-a-network-installation-of-visual-studio.md) and [Install certificates required for Visual Studio offline installation](../install/install-certificates-for-visual-studio-offline.md) pages. - -## Step 1 - Download the Visual Studio bootstrapper - -Start by downloading the Visual Studio bootstrapper for your chosen edition of Visual Studio. - -Your setup file—or to be more specific, a bootstrapper file—will match or be similar to one of the following. - -| Edition | File | -|----------------------------|-------------------------------------------------------------------------| -| Visual Studio Community | [vs_community.exe](https://aka.ms/vs/15/release/vs_community.exe) | -| Visual Studio Professional | [vs_professional.exe](https://aka.ms/vs/15/release/vs_professional.exe) | -| Visual Studio Enterprise | [vs_enterprise.exe](https://aka.ms/vs/15/release/vs_enterprise.exe) | - -## Step 2 - Create a local install cache - -You must have an internet connection to complete this step. To create a local layout, open a command prompt and use one of the commands from the following examples. The examples here assume that you're using the Community edition of Visual Studio; adjust the command as appropriate for your edition. - -- For .NET web and .NET desktop development, run: - - ```vs_community.exe --layout c:\vs2017layout --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NetWeb --add Component.GitHub.VisualStudio --includeOptional --lang en-US``` - -- For .NET desktop and Office development, run: - - ```vs_community.exe --layout c:\vs2017layout --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.Office --includeOptional --lang en-US``` - -- For C++ desktop development, run: - - ```vs_community.exe --layout c:\vs2017layout --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended --lang en-US``` - -- To create a complete local layout with all features (this will take a long time—we have _lots_ of features!), run: - - ```vs_community.exe --layout c:\vs2017layout --lang en-US``` - -If you want to install a language other than English, change `en-US` to a locale from the list at the bottom of this page. Use this [list of the components and workloads available](workload-and-component-ids.md) to further customize your installation cache as necessary. - -> [!IMPORTANT] -> A complete Visual Studio 2017 layout requires at least 35 GB of disk space and can take some time to download. See [Use command-line parameters to install Visual Studio 2017](use-command-line-parameters-to-install-visual-studio.md) for information on how to create a layout with only the components you want to install. - -## Step 3 - Install Visual Studio from the local cache - -> [!TIP] -> When you run from a local install cache, setup uses the local versions of each of these files. But if you select components during installation that aren't in the cache, we attempt to download them from the internet. - -To ensure that you only install the files you've downloaded, use the same command-line options that you used to create the layout cache. For example, if you created a layout cache with the following command: - -```vs_community.exe --layout c:\vs2017layout --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NetWeb --add Component.GitHub.VisualStudio --includeOptional --lang en-US``` - -Use this command to run the installation: - -```c:\vs2017layout\vs_community.exe --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NetWeb --add Component.GitHub.VisualStudio --includeOptional``` - -> [!NOTE] -> If you get an error that a signature is invalid, you must install updated certificates. Open the Certificates folder in your offline cache. Double-click each of the certificate files, and then click through the Certificate Manager wizard. If asked for a password, leave it blank. - -## List of language locales - -| **Language-locale** | **Language** | -| ----------------------- | --------------- | -| cs-CZ | Czech | -| de-DE | German | -| en-US | English | -| es-ES | Spanish | -| fr-FR | French | -| it-IT | Italian | -| ja-JP | Japanese | -| ko-KR | Korean | -| pl-PL | Polish | -| pt-BR | Portuguese - Brazil | -| ru-RU | Russian | -| tr-TR | Turkish | -| zh-CN | Chinese - Simplified | -| zh-TW | Chinese - Traditional | - -[!INCLUDE[install_get_support_md](includes/install_get_support_md.md)] - -## See also - -* [Install Visual Studio](install-visual-studio.md) -* [Visual Studio administrator guide](visual-studio-administrator-guide.md) -* [Use command-line parameters to install Visual Studio](use-command-line-parameters-to-install-visual-studio.md) -* [Visual Studio 2017 workload and component IDs](workload-and-component-ids.md)