Skip to content

Latest commit

 

History

History
145 lines (84 loc) · 17.4 KB

File metadata and controls

145 lines (84 loc) · 17.4 KB
title Visual Studio administrator guide
titleSuffix
description Explore deployment options for Visual Studio in an enterprise environment, including acquiring the software and methods for deploying and updating the installation.
ms.date 11/03/2025
ms.topic overview
helpviewer_keywords
network installation, Visual Studio
administrator guide, Visual Studio
installing Visual Studio, administrator guide
author RoseHJM
ms.author rosemalcolm
ms.subservice installation

Visual Studio administrator guide

In enterprise environments, system administrators typically deploy and update software on end users machines. The Visual Studio product integrates well in these types of environments by giving system administrators the ability to manage and control when and how the Visual Studio software is deployed and updated. Visual Studio can be acquired from the internet, from a network share, or from a product cache, and it can be deployed and updated manually, programmatically or by using systems management software. Visual Studio provides the ability to create and maintain acquisition locations, pre-configure installation defaults, deploy product keys during the installation process, and manage product updates after a successful rollout. This administrator guide provides quick links to scenario-based guidance for enterprise deployment.

Research and plan before you begin

Make a plan for how you deploy Visual Studio across your organization. It's best if your plan and decisions are made before the original installation happens on the client machine. The following guidelines describe key things to consider.

::: moniker range="=visualstudio"

  • Make sure that each target computer meets the minimum installation requirements. Visual Studio doesn't support application virtualization solutions such as Microsoft App-V or MSIX for Windows or non-Microsoft app virtualization technologies.

::: moniker-end

::: moniker range="=vs-2022"

  • Make sure that each target computer meets the minimum installation requirements. Visual Studio doesn't support application virtualization solutions such as Microsoft App-V or MSIX for Windows or non-Microsoft app virtualization technologies.

::: moniker-end

  • Clarify your security and compatibility needs. Microsoft recommends that your organization always uses the latest and most secure software.

::: moniker range=">=visualstudio"

  • If your company needs to stay on a feature set longer but still wants to get regular servicing security updates, you should plan to use a long-term servicing channel (LTSC). For more information, see the Support options for Enterprise and Professional customers section of the Visual Studio product lifecycle and servicing page.
    ::: moniker-end

::: moniker range="vs-2022"

  • If your company needs to stay on a feature set longer but still wants to get regular servicing security updates, you should plan to use a long-term servicing channel (LTSC). For more information, see the Support options for Enterprise and Professional customers section of the Visual Studio product lifecycle and servicing page.

::: moniker-end

  • Follow Windows security baselines. Microsoft is dedicated to providing its customers with secure operating systems, such as Windows 11 and Windows Server, and secure apps, such as Microsoft Edge. In addition to the security assurance of its products, Microsoft also enables you to have fine control over your environments by providing various configuration capabilities.

Plan how to install and initialize Visual Studio

Plan for regular updates

  • Where should your client machines acquire the product updates from? This often depends on whether clients have access to the internet or not. Should they get their updates from an IT-managed and maintained company-wide network layout, or should they acquire the updates from the internet?

  • Who is allowed to update the client machines? By default, the action of updating Visual Studio requires administrative privileges on the machine, although starting in August 2023, an admin can delegate update capability to standard users by configuring the AllowStandardUserControl policy. Standard users can never use the bootstrapper, though. The AllowStandardUserControl policy just enables them to use the Visual Studio Installer functionality after the installer is already installed on the client. Are users allowed to update their machines, or does an admin need to invoke it centrally or programmatically via a system context process?

  • When should the updates happen? Should it be left to the user's discretion to decide when to update, or are there organizational policies that govern timeliness of updates?

Tip

We encourage all organizations to enroll their client machines into Visual Studio Administrator Updates, a system that delivers security updates on a monthly basis to devices that are enrolled in Windows Update for Business.

Install Visual Studio

The following resources help with the initial installation of Visual Studio in common enterprise scenarios. You typically only have to do this once.

Update Visual Studio

The following resources help you keep your Visual Studio updated, current, and secure. The best practice is to plan for monthly updates.

Configure Visual Studio

Manage, modify, or repair Visual Studio

[!INCLUDEinstall_get_support_md]

Related content