Is there is a way to install visual studio updates and plugin without admin rights ?

mba 20 Reputation points
2023-03-06T13:33:47.23+00:00

Hello team,

We don't have SCCM to enable automatic visual studio updates, is there any way to implement these updates without needing elevation of privilege?

Or there is any way idea that the update process takes place automatically?

Also, could we be able to install visual studio plugins without admin rights?

Kind regards,

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,887 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Michael Taylor 51,346 Reputation points
    2023-03-06T15:43:15.2266667+00:00

    You cannot install/update VS without admin rights. There is no workaround for that. It has been requested for years but given it has to install COM components, set shared registry values, etc this is highly unlikely to happen anytime soon. Updates need to have access to the same thing.

    Can VS auto-update? Yes it can now. With the latest update you can have VS auto update when you close it. You can read about it here. But you still need admin privileges to do so and therefore after VS closes and the installer starts to run you'll have to agree to the consent screen.

    VS extensions, for the most part, do not require admin privileges to install. Any user of VS can install and update extensions because they are per-user. There are some extensions that do require admin privileges either because they use MSI and require admin privileges or simply because of what change they need to make. In this case admin privileges would be needed but these are becoming more rare.

    0 comments No comments