From ed0da2a4ed2691fe073a0a4f07ddcfce1697b30c Mon Sep 17 00:00:00 2001 From: Laurel Williams <20650063+lwillia@users.noreply.github.com> Date: Wed, 26 May 2021 11:42:01 -0700 Subject: [PATCH] Add X86 product ids --- src/VSSetup.PowerShell/PowerShell/SelectInstanceCommand.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/VSSetup.PowerShell/PowerShell/SelectInstanceCommand.cs b/src/VSSetup.PowerShell/PowerShell/SelectInstanceCommand.cs index 846f447..6bfe770 100644 --- a/src/VSSetup.PowerShell/PowerShell/SelectInstanceCommand.cs +++ b/src/VSSetup.PowerShell/PowerShell/SelectInstanceCommand.cs @@ -52,6 +52,9 @@ public class SelectInstanceCommand : Cmdlet "Microsoft.VisualStudio.Product.Enterprise", "Microsoft.VisualStudio.Product.Professional", "Microsoft.VisualStudio.Product.Community", + "Microsoft.VisualStudio.Product.EnterpriseX86", + "Microsoft.VisualStudio.Product.ProfessionalX86", + "Microsoft.VisualStudio.Product.CommunityX86", }; ///