The MMC Wizard and Components package allows you to easily create snapins for the Microsoft Management Console (MMC). For more details on the Microsoft Management Console, see the Microsoft Management website
When you install the package, a new MMC Expert wizard will be added to the 'Projects' tab in the New Items dialog in Delphi. You can use this wizard to create your MMC snapin projects.
Once you've created a snapin project, you can use the TSnapinData component at designtime or runtime to set up the scope and result panes, handle snapin notification events, add images, menus and buttons to your snapin, etc.
The MMC Wizard and Components package doesn't require any of the other utility or component packages on my website.