From 86afa5bfb81ce3985e7b3ce6c6e1a6cf6af5b9dd Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 22 Jan 2025 20:19:05 -0500 Subject: [PATCH] vs2022: include NativeDesktop --- oem/install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oem/install.bat b/oem/install.bat index 80490bd..bbff87b 100644 --- a/oem/install.bat +++ b/oem/install.bat @@ -16,7 +16,7 @@ if %errorlevel% equ 0 ( winget install -e --id Microsoft.VisualStudio.2022.BuildTools --accept-source-agreements --override "--passive --wait" -winget install -e --id Microsoft.VisualStudio.2022.Community --accept-source-agreements --override "--passive --wait" +winget install -e --id Microsoft.VisualStudio.2022.Community --accept-source-agreements --override "--passive --wait --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended" :: powershell stuff powershell -executionpolicy remotesigned -File C:\OEM\powershell-stuff.ps1