3

Is there any way to clean registry entries or invoke any custom logic when VSIX package (your package you've coded, not just an arbitrary one) is being removed from Visual Studio?

jwaliszko
  • 16,942
  • 22
  • 92
  • 158

1 Answers1

0

AFAIK you would need a MSI-based installation for custom actions

Carlos Quintero
  • 4,300
  • 1
  • 11
  • 18