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.