Microsoft Visual Studio Enterprise 2022 17.5.0
Visual Studio 2022
Author: Roland Verheijden
Date: May 23, 2023

Repackaging tips and silent install information for Microsoft Visual Studio Enterprise 2022 17.5.0. This App Tip provides comprehensive details for conducting a silent installation of Visual Studio Enterprise 2022. It includes additional insights, such as user environment specifics, extra installation parameters, and repackaging tips.

About

An integrated, end-to-end solution for developers looking for high productivity and seamless coordination across teams of any size.

General Information

Vendor Information

Microsoft

Application Name

Visual Studio Enterprise 2022

Application Version

17.5.0

Download Link

https://aka.ms/vs/17/release/vs_BuildTools.exe

License Needed

No

Vendor Install

Installation Type

Setup.exe

Architecture

x86/x64

Description

-

Application Configuration/Settings

Registry

HKLM\SOFTWARE\Microsoft\VisualStudio

File

-

AD/GPO

AAD/GPO

User Environment Data

Registry

HKCU\Software\Microsoft\VisualStudio

File

%APPDATA%\Microsoft\VisualStudio

Other

Infrastructure Dependencies

Description

ODBC

Connection Name

Driver

Parameters

Setup.exe parameters

Silent install Azure Development Build Tools
Tools for building Azure applications
vs_setup.exe --nocache --wait --noUpdateInstaller --noWeb --add Microsoft.VisualStudio.Workload.AzureBuildTools;includeRecommended;includeOptional --quiet --norestart

Silent install Data Storage and Processing Build Tools
Tools for building SQL Server Database Projects
vs_setup.exe --nocache --wait --noUpdateInstaller --noWeb --add Microsoft.VisualStudio.Workload.DataBuildTools;includeRecommended;includeOptional --quiet --norestart

Silent install .NET Desktop Build Tools
Tools for building WPF, Windows Forms, and console applications using C#, Visual Basic, and F#
vs_setup.exe --nocache --wait --noUpdateInstaller --noWeb --add Microsoft.VisualStudio.Workload.ManagedDesktopBuildTools;includeRecommended;includeOptional --quiet --norestart

Silent install MSBuild Tools
Tools for building MSBuild-based applications
vs_setup.exe --nocache --wait --noUpdateInstaller --noWeb --add Microsoft.VisualStudio.Workload.MSBuildTools;includeRecommended;includeOptional --quiet --norestart

Silent install Node.js Build Tools
Tools for building scalable network applications using Node.js
vs_setup.exe --nocache --wait --noUpdateInstaller --noWeb --add Microsoft.VisualStudio.Workload.NodeBuildTools;includeRecommended;includeOptional --quiet --norestart

Silent install Office SharePoint Build Tools
Tools for building Office, SharePoint add-ins, and VSTO add-ins
vs_setup.exe --nocache --wait --noUpdateInstaller --noWeb --add Microsoft.VisualStudio.Workload.OfficeBuildTools;includeRecommended;includeOptional --quiet --norestart

Silent install Universal Windows Platform Build Tools
Tools for building Universal Windows Platform applications
vs_setup.exe --nocache --wait --noUpdateInstaller --noWeb --add Microsoft.VisualStudio.Workload.UniversalBuildTools;includeRecommended;includeOptional --quiet --norestart

Silent install Desktop Development with C++
Tools for building modern C++ apps for Windows using MSVC, Clang, CMake, or MSBuild
vs_setup.exe --nocache --wait --noUpdateInstaller --noWeb --add Microsoft.VisualStudio.Workload.VCTools;includeRecommended;includeOptional --quiet --norestart

Silent install Visual Studio Extension Development
Tools for building add-ons and extensions for Visual Studio, including new commands, code analyzers and tool windows
vs_setup.exe --nocache --wait --noUpdateInstaller --noWeb --add Microsoft.VisualStudio.Workload.VisualStudioExtensionBuildTools;includeRecommended;includeOptional --quiet --norestart

Silent install Web Development Build Tools
Tools for building web applications
vs_setup.exe --nocache --wait --noUpdateInstaller --noWeb --add Microsoft.VisualStudio.Workload.WebBuildTools;includeRecommended;includeOptional --quiet --norestart

Silent install Mobile Development with .NET
Tools for building cross-platform applications for iOS, Android and Windows using C# and F#
vs_setup.exe --nocache --wait --noUpdateInstaller --noWeb --add Microsoft.VisualStudio.Workload.XamarinBuildTools;includeRecommended;includeOptional --quiet --norestart

Change installation directory
vs_setup.exe --nocache --wait --noUpdateInstaller --noWeb --installPath C:\vs_BuildTools2022 --allWorkloads --includeRecommended --includeOptional --quiet --norestart

MSI Public Properties

Installation Commands

Silent Install Command

vs_setup.exe --nocache --wait --noUpdateInstaller --noWeb --allWorkloads --includeRecommended --includeOptional --quiet --norestart

Silent Uninstall Command

vs_setup.exe uninstall --installPath "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools" --quiet --norestart

Repackaging Score

MSI

Unknown

MSIX

Unknown

App-V

Unknown

ThinApp

Unknown

Citrix App Layer

Unknown

VMWare App Volumes

Unknown

Other

Full Functional
Silent Install

Repackaging Tips

Extract the vs_setup.exe
vs_BuildTools.exe --layout C:\Install\vs_BuildTools

Create the response file

{
"installChannelUri": ".\\ChannelManifest.json",
"channelUri": "https://aka.ms/vs/17/release/channel",
"installCatalogUri": ".\\Catalog.json",
"channelId": "VisualStudio.17.Release",
"productId": "Microsoft.VisualStudio.Product.BuildTools",
"includeRecommended": true,
"includeOptional": true,
"quiet": true,
"norestart": true,
"addProductLang": [
"en-US"
],
"add": [
"Microsoft.VisualStudio.Workload.AzureBuildTools",
"Microsoft.VisualStudio.Workload.DataBuildTools",
"Microsoft.VisualStudio.Workload.ManagedDesktopBuildTools",
"Microsoft.VisualStudio.Workload.MSBuildTools",
"Microsoft.VisualStudio.Workload.NodeBuildTools",
"Microsoft.VisualStudio.Workload.OfficeBuildTools",
"Microsoft.VisualStudio.Workload.UniversalBuildTools",
"Microsoft.VisualStudio.Workload.VCTools",
"Microsoft.VisualStudio.Workload.VisualStudioExtensionBuildTools",
"Microsoft.VisualStudio.Workload.WebBuildTools",
"Microsoft.VisualStudio.Workload.XamarinBuildTools"
]
}

Save this file to SilentInstall.json
Run the following command: vs_setup.exe --quiet --nocache --wait --in C:\Install\vs_BuildTools\SilentInstall.json

Comments

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

Free Download

Upcoming Events

may 2024

13may(may 13)9:00 am17(may 17)5:00 pmIT Pro Masters Packaging for MSIXMasters Level

september 2024

16sepAll Day19Workplace Ninja Summit 2024

october 2024

11oct8:00 am7:00 pmAppManagEvent 2024

Upcoming Courses

march 2024

18mar(mar 18)9:00 am22(mar 22)4:30 pmEMEA: Learning MSI Projects with InstallShield 2023

25mar(mar 25)9:00 am29(mar 29)4:30 pm USA: Application Packaging with AdminStudio 2023

april 2024

15apr(apr 15)9:00 am19(apr 19)4:30 pmUSA: Learning MSI Projects with InstallShield 2023

22apr(apr 22)9:00 am26(apr 26)4:30 pmEMEA: Application Packaging with AdminStudio 2023