C
C#β€’17mo ago
sharpninja

❔ How to get installed Extensions from Visual Studio installation?

I am using the Powershell VSSetup module to get the list of installed VS instances. How do I get the extensions installed for each VS Instance?
8 Replies
mtreit
mtreitβ€’17mo ago
You can try using VSIXInstaller.exe
mtreit
mtreitβ€’17mo ago
BlazeBin - rgrigspwnkjv
A tool for sharing your source code with the world!
sharpninja
sharpninjaβ€’17mo ago
There's no command line argument to get this info, unless it doesn't show up with /?
mtreit
mtreitβ€’17mo ago
Just run it with no parameters and enjoy the giant dialog box that pops up. The contents of which I pasted above
sharpninja
sharpninjaβ€’17mo ago
I may be blind, but I don't see a flag to get the installed extensions.
mtreit
mtreitβ€’17mo ago
Oh I thought when you said "get the extensions installed" that you meant "how do I install some extension for all installed VS instances" I completely misunderstood what you were asking.
sharpninja
sharpninjaβ€’17mo ago
πŸ™‚
Accord
Accordβ€’17mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ How to make changes to files using low spaceid like to know some way to for example modify a file by like a list of changes without need to downβœ… Record for ensuring parametersHello. I'm currently learning Function C#, and the guy I'm currently making a demo for gave me a tipβœ… Await seemingly ignored inside Dispatcher.BeginInvokeI'm writing an app in WPF. Currently testing something out, here's the code I'm testing: ```await D❔ dotnet start, and profilesWhen I run `dotnet run`, which profile from `launchSettings.json` is chosen? There are so many ways ❔ integrate an UI test with playwright on a Blazor ServerCan someone help me? I try to use this code to integrate an UI test with playwright on a blazor serv❔ LINQ distinct from 2 lists preserving order as soon as they are seenI have 2 lists like this 1: {1, 2, 3} 2: {1, 3, 4} what's the LINQ distinct method for them that pro❔ Process.Start() Retroarch Emulator C#Hello, I need some help with a code, I'm trying to run the retroarch emulator with the Process.Start❔ binding Command in user control button problemThe problem is that nothing is happening but when i'm making normal button in my main window with Co❔ Date Formatting in C#I have an incoming date of string as 202302220811 and would like to convert this to 02/22/23 08:11 ❔ System.Reflection.ReflectionTypeLoadException: β€žUnable to load one or more of the requested types.``` System.Reflection.ReflectionTypeLoadException: β€žUnable to load one or more of the requested type