Pablo Galiano : Deploying a VSIX as a trusted extension

Subscriptions

<March 2010>
SuMoTuWeThFrSa
28123456
78910111213
14151617181920
21222324252627
28293031123
45678910

News

Subscribe to Pablo Galiano by Email

Post Categories

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

posted on Monday, July 06, 2009 5:47 AM by pga