From cf6c663fb99efa236eabf27a92d43a26224fe026 Mon Sep 17 00:00:00 2001 From: Shady Ibraheem Date: Wed, 18 Dec 2019 18:00:17 -0500 Subject: [PATCH] Revert "Merge pull request #129 from greghudson/vs2019-redist-msm" This reverts commit 51a57de7b9fefcee1fa52bf2418017af8fcc1dfd, reversing changes made to 0e66e9eca180d4d1dccede25e89ff31957b23f87. --- images/win/scripts/Installers/Windows2019/Install-VS2019.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/images/win/scripts/Installers/Windows2019/Install-VS2019.ps1 b/images/win/scripts/Installers/Windows2019/Install-VS2019.ps1 index f01c5d119..1a2fcd2a6 100644 --- a/images/win/scripts/Installers/Windows2019/Install-VS2019.ps1 +++ b/images/win/scripts/Installers/Windows2019/Install-VS2019.ps1 @@ -102,7 +102,6 @@ $WorkLoads = '--allWorkloads --includeRecommended ' + ` '--add Microsoft.VisualStudio.Component.VC.MFC.ARM.Spectre ' + ` '--add Microsoft.VisualStudio.Component.VC.MFC.ARM64 ' + ` '--add Microsoft.VisualStudio.Component.VC.MFC.ARM64.Spectre ' + ` - '--add Microsoft.VisualStudio.Component.VC.Redist.MSM ' + ` '--add Microsoft.VisualStudio.Component.VC.Runtimes.ARM.Spectre ' + ` '--add Microsoft.VisualStudio.Component.VC.Runtimes.ARM64.Spectre ' + ` '--add Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre ' + `