Installing extensions in the last few versions of Visual Studio seems easy. However, as far as I understand, they are only installed for the user running the program.
How can an administrator install an extension system-wide so that it is available to all users in Visual Studio?
I'm aware that a small portion of extensions are provided as installers that install the extensions for all users, however, most extensions seem to be provided as VSIX files.