Am I asking this question in the wrong group? After downloading the
Wix source and pondering on this a bit further, instead of taking a list
of dependent dlls I believe it would be better to take a single/list of
fragments containing the harvested data of the dependent component.

Jacob

-----Original Message-----
From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] 
Sent: Thursday, March 10, 2011 10:17 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Heat - harvesting COM registry entries for
componentswith dependencies


  Does anyone have a fix or workaround for registering COM components
that are dependent upon other type libraries being registered?  Due to
the way heat is harvesting (via registry redirection) the changes, the
other components will not be available. About the only thing I can think
of is to add an option to heat to add a list of dependent modules as a
parameter to heat.  Then in the code we would need to preload all those
dependents, load our file to harvest, register the dependents and our
harvest file, and then unregister our dependents.  This should result in
a close to pure image of what our module changed (assuming the dependent
modules do clean up everything they add).

 

Thoughts?

 

Jacob

------------------------------------------------------------------------
------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to