Do y'all have any pointers for extracting COM data from executable COM
servers? When I heat (-gg) BOB.exe (a legacy VB component not quite
ready to be retired) for example, I get something like this:

 

<Component Id="BOB.exe" Guid="{14E7...}">

  <File Id=" BOB.exe" Name=" BOB.exe" KeyPath="yes"
Source"c:\Path\BOB.exe">

    <TypeLib Id="{6DD...}" Description=" BOB 1.0 Type Library"
HelpDirectory="Path" Language="0" MajorVersion="1" MinorVersion="0">

      <Interface Id="{6DD...}" Name="IBOBObject"
ProxyStubClassId="{00142...}" ProxyStubClassId32="{00142...}" />

   </TypeLib>

  </File>

</Component>

 

I get the HKCR\Interface\{6DD...} and HKCR\TypeLib\{6DD...} data in my
resultant MSI, but what I'm not getting (either in the WiX fragment or
at install time) are the HKCR\APPID\BOB.EXE or HKCR\{...}\ (default)=BOB
entries I get if I run BOB.exe /regserver

 

Is there a switch I'm not seeing for heat that will grab the information
I need?

 

Thanks!

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to