Alright, so if I understand things right, I need to capture the registry entries created by installutil and write them into the Wix file so that the Windows Installer writes them directly.
How about running mmcperf which is necessary to get the MMC 3.0 API into the global assembly cache on XP and 2003? I make that a custom action that happens after installing the assembly (MMC 3.0)? Looking at documentation, I saw ways to see if .Net 2.0 was installed. Are there ways to see if MMC 3.0 is installed on the operating systems that don't come with it? Brant Gurganus http://gurganus.name/brant On Sun, Jun 28, 2009 at 10:43 PM, Christopher Karper<christopher.kar...@gmail.com> wrote: > You'll need to follow the manual registration process, and build the > registry entries yourself. There is no extension to handle this as-is. A > search on MSDN should get you the results you need, depending on the > platform you used to develop the snap in. > > Heat may be able to harvest the registry info for you as well, but I don't > know. > > Chris > > On Sun, Jun 28, 2009 at 8:22 PM, Brant Gurganus <br...@gurganus.name> wrote: > >> My understanding from documentation on MSDN is that installutil >> shouldn't be used to register the MMC 3.0 snap-in in actual >> deployment. What then is the correct way to register an MMC snap-in >> with a Windows Installer built with Wix? I'm currently using Wix 3.5 >> since that's what had the VS2010 integration. I'm pretty new to Wix in >> the first place. >> >> Brant Gurganus >> http://gurganus.name/brant >> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> WiX-users mailing list >> WiX-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/wix-users >> > ------------------------------------------------------------------------------ > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users