Re: [WiX-users] Problem installing COM components

2009-04-19 Thread Jose Enrique Bolanos
Thank you for your replies. We've got it working by using a combination of RegSpy2, heat, tallow, and the ServiceInstall and ServiceControl tags. On Sat, Apr 18, 2009 at 12:18 PM, Bob Arnson wrote: > Jose Enrique Bolanos wrote: > > These three components are built in ATL C++. > > Then you have

Re: [WiX-users] Problem installing COM components

2009-04-18 Thread Bob Arnson
Jose Enrique Bolanos wrote: > These three components are built in ATL C++. Then you have all the necessary registration available, probably in .rgs files. Convert them to WiX authoring, using RegistryKey, RegistryValue, ClassId, ProgId, etc. elements. -- sig://boB http://joyofsetup.com/ --

Re: [WiX-users] Problem installing COM components

2009-04-16 Thread Christopher Painter
Personally I use InstallShield for this type of stuff. It's pretty simple to create a merge module project, dump the components into it and do a COM extract at build. Then just dark the resultant MSI and refactor into a fragment. Oh, and I recently saw an MSDN email go out talking about Insta