0

Im having issues trying to get a custom snapin to display in the Add/Remove Snap-ins dialog (MMC). Is this done though a registry key?

Kyle
  • 17,317
  • 32
  • 140
  • 246

1 Answers1

0

You can use installutil to register the snap-in. That will get it showing up in the Add/Remove Snap-ins dialog.

John
  • 16