How to Open .VSIX file WITHOUT ADMIN RIGHTS

Bonifas John B (John) 1 Reputation point
2020-12-18T01:09:47.247+00:00

Hello,

How does one run a .VSIX file (not open in XML Editor, but RUN it) in a corporate environment where one does NOT have admin rights?

Thanx

Community Center | Not monitored
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Tianyu Sun-MSFT 34,436 Reputation points Microsoft External Staff
    2020-12-18T06:45:12.777+00:00

    Hello @Bonifas John B (John) ,

    Thank you for taking time to post this issue in Microsoft Q&A forum.

    You can try to use this command: VSIXInstaller.exe /a /q “Path to .vsix file” in Developer Command Prompt for Visual Studio.(/a represents the extension will be installed to the admin extensions location. Full form is /admin. /q represents suppressing the UI. Full form is /quiet. Normally, the /admin should install an extension for all users)

    Steps:

    Open Developer Command Prompt for Visual Studio > type cd XXXX (replace XXXX with the path for example, for VS 2019 Community, C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE) > press Enter > type VSIXInstaller.exe > press Enter > check if the extension has been installed.

    If the .vsix file still doesn’t run without admin rights, then I’m afraid, the admin rights is needed to run .vsix file.

    Best Regards,
    Tianyu

    • If the answer is helpful, please click "Accept Answer" and upvote it.
      Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.