[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

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++. >

[WiX-users] Open URL after launch condition fails

2009-05-22 Thread Jose Enrique Bolanos
Hi all, I have a launch condition which checks if Silverlight 2 is installed. In the message displayed when it fails, I would like to include a clickable link which launches the installation page, or some other way of launching the page for the user directly from the msi wizard. Is this possible a