Re: [WiX-users] Registering MMC 3.0 Snap-ins

2008-06-23 Thread Christopher Karper
Yeah, I had to do all the registry entries myself. It's pretty simple if you look on MSDN for the entries that need to be created. Chris On Mon, Jun 23, 2008 at 11:03 AM, Bob Arnson <[EMAIL PROTECTED]> wrote: > Nahappan SM wrote: > > action). As per the documentation, the tag to be used is an

Re: [WiX-users] Registering MMC 3.0 Snap-ins

2008-06-23 Thread Bob Arnson
Nahappan SM wrote: > action). As per the documentation, the tag to be used is and its > parent is a 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. > There is an MMC

[WiX-users] Registering MMC 3.0 Snap-ins

2008-06-21 Thread Nahappan SM
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