Re: [WiX-users] Trouble using heat to harvest COM registration information from exe

2007-04-25 Thread Tom Quarendon
> Heat converts the registry information it gathers into strongly-typed > WiX authoring. Take a look at > src\ext\UtilExtension\wixext\UtilFinalizeHarvesterMutator.cs for where > that particular magic happens. I found that bit shortly after I posted. Thanks though. > If they're components you'

Re: [WiX-users] Trouble using heat to harvest COM registration information from exe

2007-04-25 Thread Bob Arnson
Tom Quarendon wrote: > It trying to harvest some COM registration information from a couple of > COM servers, one a DLL and one an EXE. Heat (and Tallow before it) can't harvest registry information from out-of-proc COM servers -- the technique it uses works only for in-proc servers. > Since

[WiX-users] Trouble using heat to harvest COM registration information from exe

2007-04-25 Thread Tom Quarendon
It trying to harvest some COM registration information from a couple of COM servers, one a DLL and one an EXE. I'm trying to use heat, and it seems to work for the DLL but not completely for the EXE. For the DLL I get a TypeLib element containing an AppId containing Class elements, and the TypeL