Hi,

I developed an MMC 3.0 snap-in in C#. It needs to be registered after
installation for the snap-in to appear in the list of snap-ins in MMC.
Apparently there is an MMC Extension in WiX 3.0 which makes the necessary
registry entries (its not a good idea to run installutil.exe as a custom
action).  As per the documentation, the tag to be used is <SnapIn> and its
parent is a <File> tag. But I get an error during compilation that the
element "SnapIn" is not recognized. Do I need to specify any special option
for this? Any example will be appreciated.

Thanks,
-nahappan
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to