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: 479
.NET
It should always be here:
%vs100comntools%\..\..\IDE\
or through the registry:
HKLM\SOFTWARE\Microsoft\VisualStudio\10.0\
under key “InstallDir”
© ASP.net Weblogs or respective owner