Pablo Galiano : Deploying a VSIX as a trusted extension

Subscriptions

<September 2010>
SuMoTuWeThFrSa
2930311234
567891011
12131415161718
19202122232425
262728293012
3456789

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