How to install the extension so that all users can access it?

Installing extensions in recent versions of Visual Studio seems easy. However, as I understand it, they are installed only for the user running the program.

How can an administrator install a system-wide extension so that it is accessible to all users in Visual Studio?

I know that a small part of extensions is provided as installers that install extensions for all users, however most extensions seem to be provided as VSIX files.

+4
source share
1 answer

VSIXInstaller.exe has the / admin switch , which should install the extension for all users.

+5
source

All Articles