Visual Studio 2019 Security Update Offline Installers

Tony Hodge 96 Reputation points
2022-01-18T11:58:01.51+00:00

My office uses Visual Studio 2019 on a network not connected to the internet. So in order to keep it up to date with the monthly security updates we need to bring in offline installers on our own. Does anyone know where I can acquire these, I'm having a very difficult time finding them?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,887 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,635 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,511 Reputation points
    2022-01-25T10:17:50.297+00:00

    Hello TonyHodge,

    Thank you for your question and reaching out.

    I can understand you are having query to update Visual studio offline.

    First download Visual studio .iso with latest version : https://learn.microsoft.com/en-us/visualstudio/releases/2019/release-notes

    1. Use the following command line to first update your layout:
      vs_enterprise.exe --layout c:\VSLayout

    2.Update your Visual Studio 2019 by running the Visual Studio Installer > Update.
    Meanwhile, you can also try the following command lines:
    Update Visual Studio installer: vs_enterprise.exe --quiet --update
    Update the Visual Studio instance: vs_enterprise.exe update --installPath "C:\installPathVS" --quiet --wait --norestart

    https://learn.microsoft.com/en-us/visualstudio/install/create-an-offline-installation-of-visual-studio?view=vs-2019

    https://learn.microsoft.com/en-us/visualstudio/install/update-a-network-installation-of-visual-studio?view=vs-2022


    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments