Re: [WiX-users] Registering a COM component using Wix

2010-12-19 Thread Wim Coenen
On Fri, Dec 17, 2010 at 01:54, Srikanth udayananda wrote: > > Hi,I am trying to write an installer which will use Log Parser DLL which is > a COM component.I am trying to figure out a way to register dll on host > machines during installation.I am using heat to generate wxs file and refer > it in

[WiX-users] COM registration with heat or ComPlusExtension?

2010-10-07 Thread Wim Coenen
-posted to stackoverflow: http://stackoverflow.com/questions/3875005/wix-com-registration-with-heat-or-complusextension/3876201 ) regards, Wim Coenen -- Beautiful is writing same markup. Internet Explorer 9 supports sta

Re: [WiX-users] declaring dependencies between components

2008-11-27 Thread Wim Coenen
aph is a diamond like this: - Feature only references ComponentGroup A - ComponentGroup A references ComponentGroup B and ComponentGroup C - ComponentGroups B references ComponentGroup D - ComponentGroups C references ComponentGroup D This is exactly what I was looking

[WiX-users] declaring dependencies between components

2008-11-20 Thread Wim Coenen
ncies are implicitly pulled in. Application developers never need to worry about this. Can this be done in wix? Is there any way to declare dependencies between components? I have not yet been able to get something like this working. Thanks in advance, Wim C