I have developed a VS Extension (VSIX) and I need to know exactly where that Extension is installed.
I know that should be installed somewhere in this folder:
C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions"
However, it seems to be in a folder with a random name:
C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions**kwsjp3kd.f5k**"
So, my question is this: How can I install my extension in a folder with a name that I have previously selected, like this?
C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions**MyExtension**"