Re: [WiX-users] Register com objects

2012-05-08 Thread Rakheep
How to use heat.exe?? can you give some more information regarding this.. I want to register non .net COM+ dlls.. also.. along with some .net COM dlls.. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Register-com-objects-tp2555661p7541764.html Sent

[WiX-users] register non .net com dll - urgent

2012-05-08 Thread Rakheep
I am unable to register a non .net com DLL??.. Please provide a solution for this.. Also, the process of COM registering takes a long time, using WIX. Any idea? Code:

[WiX-users] Is there any other control similar to ScrollableText in wix?

2012-05-08 Thread Rakheep
I need to display a complete list of the selections made while installing.. something like a installation summary on a dialog. The information is long, so I need a control with a vertical scroll bar.. How can I achieve this? I have tried using custom action and created a file which contains the ins

[WiX-users] Identifying different versions of differenct msi's in the registry using WIX 3.5

2012-04-13 Thread Rakheep
I have a requirement like: The earlier versions of the product leaves back some registry entries which needs to be cleaned up using WIX 3.5. Approach: Search the installed versions of the product from the registry Then, search each registry entry which doesnot match with the version of the product