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
rique Bolanos > Subject: [WiX-users] Problem installing COM components > To: wix-users@lists.sourceforge.net > Date: Thursday, April 16, 2009, 7:34 PM > Hello, > > I have a problem trying to register some COM components > using WiX. Hopefully > you can help me find the co

[WiX-users] Problem installing COM components

2009-04-16 Thread Jose Enrique Bolanos
Hello, I have a problem trying to register some COM components using WiX. Hopefully you can help me find the correct solution We need to create an MSI with WiX for Windows Vista and XP which, aside from installing some files, must register: 1- a COM dll 2- a COM server (.exe), 3- and a Windows se