I'm trying to create an MMC snap-in to go along with an application that I've made. I've got so far but Ive ran into an issue with it.
I've done the main class and the settings like "displayname" "description" and "vendor" have been added. Inherits snapininstaller is done as well and this all seems to work. I can compile to a dll and when i use installutil.exe it runs through with no errors and I can see the GUID being created in the registry.
When I run mmc.exe though I can't see the option to add it in. Is there something else I need to do for MMC.exe to pick it up?
I'm developing it on Win7 64 bit so is there another place in the registry I need to add the GUID for it to pick this up?
Thanks