The official merge modules should be somewhere in the VB6 setup, or included with the Visual Studio Installer that was available at that time. These guys seem to have accumulated the latest ones, including msinet.msm. http://www.everythingdesign.net/zero/installanywhere-net-merge-modules.html
Just add the merge module to your WiX with a MergeRef pointing to the merge module. You'll still need to install the VB6 runtime because these OCX files have a dependency on it. And Carter is right, this stuff is about 15 years old, it should be changed to .NET. --------------- Phil Wilson On Wed, Jun 4, 2014 at 8:45 AM, Carter Young <[email protected]> wrote: > From said Link: (Quote) > > Supporting and/or shipping Visual Basic 6.0 runtime binaries on > Windows Vista/Windows Server 2008/Windows 7/Windows 8 does not change > the support policy for the Visual Basic 6.0 IDE or Visual Studio 6.0 > IDE as a whole. Those products will move out of extended support in > April 8, 2008. > > Further details on the support policy for the Visual Basic 6.0 and > Visual Studio 6.0 products can be found at > http://msdn.microsoft.com/en-us/vstudio/aa718686.aspx. Details on the > support lifecycle of Microsoft products can be found at > http://support.microsoft.com/gp/lifepolicy. As a part of this support > lifecycle, Microsoft will continue to support the Visual Basic 6.0 > runtime on Windows NT 4.0, Windows 2000, Windows XP and Windows Server > 2003 for the support lifetime of those operating systems. This means, > for example, that the Visual Basic 6.0 runtime will be supported on > Windows Server 2003 until June, 2008 for Mainstream Support and June, > 2013 for Extended Support. > > (End Quote) > > As such, my previous issue with this approach still stands in that you > should upgrade the App to .NET, As the EoL has been reached. > > Carter > > Quoting Carter Young <[email protected]>: > >> This link that Phil Posted Earlier should start you on the right path:' >> >> http://msdn.microsoft.com/en-US/vstudio/ms788708.aspx >> >> Carter > > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/NeoTech > _______________________________________________ > WiX-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

