0

Is there any way to make registry entries in a VSIX package to execute custom routines in C#.

I could also make the registry entries programmatically if any C# routine can be called.

rene
  • 41,474
  • 78
  • 114
  • 152
Tom
  • 89
  • 6
  • Just use the registry API from within your package !? – ErikEJ Sep 01 '16 at 12:16
  • Yes, but don't know how to use it in vstemplate. Do you have an example ? – Tom Sep 01 '16 at 12:30
  • Is it a vsix with code or just some templates? – ErikEJ Sep 01 '16 at 13:05
  • You need to clarify your question. A VSIX file is nothing more than a .ZIP file used to deploy various extensions for VS. Meaning a VSIX could contain a VSPackage, an editor extension, a project or item template, etc. When you say "execute custom routines in C#" you need to elaborate as to whey you want these routings invoked. Do you want to invoke them via a menu item, or some event that occurs in the IDE. And when you mention the registry, what sort of changes do you need to make and for what purpose. Thanks. – Ed Dore Sep 07 '16 at 22:51

0 Answers0