I did try setting that property and I'm sure it would have worked fine if the necessary dependencies had already been installed in the GAC.
I think the issue was that the .NET COM+ library has dependencies on the GAC'd components and that the "commit" to the GAC doesn't occur until the MSI has finished installing the package, too late for the .NET COM+ library. I would up extracting the COM+ registration information via regasm (needed to do this for both the 32/64 bit versions) and converted them to wxs files using Wix 3.5. And Bob's you're uncle :) Sincerely Adam, -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Q-Error-using-ComPlusAssemblyDependency-to-register-a-NET-COM-assembly-tp5951460p5972150.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

