http://blogs.clariusconsulting.net/pga

Pablo Galiano's Blog

Go Back to
pga′s Latest post

Deploying a VSIX as a trusted extension

***Disclaimer: This information applies to Visual Studio 2010 Beta 1 only.***

 

Let’s say that we want to deploy our extension as a trusted extension.

For that VSIXInstaller tool supports the /admin switch.

When we pass the /admin argument to the tool the VSIX is deployed under %VS10_Install_Dir%\Common7\IDE\Extensions

Notice that you will need to execute the VSIXInstaller tool with administration privileges.

 

Pablo

Comments