Re: [WiX-users] Installutil in wix

2009-04-22 Thread Brian Rogers
Hey Sandun, The problem is that heat.exe doesn't have a 64-bit brother to do this. https://sourceforge.net/tracker/?func=detail&aid=2012626&group_id=105970&atid=642717 Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Mon, Apr 20, 2009 at 10:31 PM,

Re: [WiX-users] Installutil in wix

2009-04-20 Thread sandun css
Hi, Thanks for the reply. I need to install dlls using the 'installutil' command. And those dlls are built as x64. It seems that heat doesn't extract all the install information. (I guess this happens because the dll is x64) This is what I got from heat.. As you can see it

Re: [WiX-users] Installutil in wix

2009-04-20 Thread Pally Sandher
It's possible to register DLL's by using heat.exe to harvest the self-registration information & outputting a fragment to add to your project. Heat.exe has a page in the WiX.chm under "Tools and Concepts" and by running it with the /? Flag it gives plenty of information on how to use it to get the