Upgrade VS Pro 2022 build 17.6 to the build 17.6.10 or build 17.8 manually or per SCCM ( No Internet Access)

PerserPolis-1732 1,841 Reputation points
2024-01-09T11:32:54.1766667+00:00

Hi,

I have a running VS 2022 Pro build 17.6 on many machines. All the machines does not have Internet access. It means I can not upgrade to the build 17.6.10 or build 17.8 with Admin Console or VS Installer.

I have to upgrade manually or per SCCM. Where can I download the Upgrade version of 17.6.10 or 17.8?

Or how can I upgrade all the machines manually? I can deploy it with SCCM Server, but I need the upgrade version of build 17.6.10 or build 17.8.

Please Note I have no Internet ACCESS

Regards

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,189 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,050 questions
Microsoft Configuration Manager
0 comments No comments
{count} votes

Accepted answer
  1. Tianyu Sun-MSFT 31,246 Reputation points Microsoft Vendor
    2024-01-15T10:01:43.4533333+00:00

    Hi @PerserPolis-1732 ,

    but how can I download the upgrade version of workload for version 17.6.10? Or even version 17.8.4??

    With the specific bootstrapper, like I mentioned above. Move VS176 folder to machine with network, use specific bootstrapper for version 17.6.10(can be downloaded here: Release and Build History), run command: vs_Professional.exe --layout X:\VS176, after it finishes, the layout folder VS176 will include updates(packages) for version 17.6.10(no need to use --add in this situation, as you are updating VS, instead of modifying VS to add workloads and components).

    Move the updated VS176 layout folder back to your offline machine, use command: vs_Professional.exe --quiet –update --offline to update VS Installer, and then use command: vs_Professional.exe update --installPath "C:\Program Files\Microsoft Visual Studio\2022\Professional" --noWeb to update VS from 17.6 to 17.6.10.  

    Why can I not run update to version 17.6.10 easy with following step:

    You can create a new layout for 17.6.10(VS1760) and move it to replace VS176 and update VS, but it’s not easy. As you know, installation location of VS cannot be changed easily. Previously, version 17.6 uses layout VS176, and the path was confirmed, but if you replace the VS176 to VS1760, the name is changed and VS may fail to find it automatically which may cause error.

    How can I verify the VS 17.6.10 is finished or is installing?

    A little complex, as you use --quiet, ideally, VS should be updated in the background automatically. Do you consider using --passive to monitor the progress?

    Kind Regards,

    Tianyu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


1 additional answer

Sort by: Most helpful
  1. RLWA32 45,691 Reputation points
    2024-01-09T12:27:23.97+00:00

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.