Finding the location of vsixInstaller.exe programmatically

Posted on Dot net Slackers See other posts from Dot net Slackers
Published on Sat, 10 Apr 2010 00:00:00 GMT Indexed on 2010/04/10 2:43 UTC
Read the original article Hit count: 449

Filed under:
  It should always be here: %vs100comntools%\..\..\IDE\ or through the registry: HKLM\SOFTWARE\Microsoft\VisualStudio\10.0\ under key InstallDir   Thanks Pablo! ...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article

© Dot net Slackers or respective owner

Finding the location of vsixInstaller.exe programmatically

Posted by RoyOsherove on ASP.net Weblogs See other posts from ASP.net Weblogs or by RoyOsherove
Published on Sat, 10 Apr 2010 00:32:00 GMT Indexed on 2010/04/10 0:33 UTC
Read the original article Hit count: 449

Filed under:

 

It should always be here:

%vs100comntools%\..\..\IDE\

or through the registry:

HKLM\SOFTWARE\Microsoft\VisualStudio\10.0\

under key “InstallDir

 

Thanks Pablo!

© ASP.net Weblogs or respective owner

Related posts about .NET