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