Skip to content

Commit ed0da2a

Browse files
committed
Add X86 product ids
1 parent d1247fe commit ed0da2a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/VSSetup.PowerShell/PowerShell/SelectInstanceCommand.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ public class SelectInstanceCommand : Cmdlet
5252
"Microsoft.VisualStudio.Product.Enterprise",
5353
"Microsoft.VisualStudio.Product.Professional",
5454
"Microsoft.VisualStudio.Product.Community",
55+
"Microsoft.VisualStudio.Product.EnterpriseX86",
56+
"Microsoft.VisualStudio.Product.ProfessionalX86",
57+
"Microsoft.VisualStudio.Product.CommunityX86",
5558
};
5659

5760
/// <summary>

0 commit comments

Comments
 (0)