Re: [WiX-users] WiX-users Digest, Vol 27, Issue 36

2008-08-12 Thread Meyer, Shawn
I saw an old bug similar to your problem here http://osdir.com/ml/windows.devel.wix.devel/2006-07/msg00017.html There is a suggested work around that may help diagnose if the xpath is parsed due to the brackets. A work around to avoid this bug is to use a property for the XPath value. So if your

Re: [WiX-users] ComPlus Install Help : Error 0x80070490: Failed to findcomponent object

2008-05-22 Thread Meyer, Shawn
then drag the .tlb into the Components in the Complus Application. Am I correct to assume that WIX is essentially doing these steps? Thanks, Shawn From: Fredrik Grohn [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 21, 2008 5:21 PM To: Meyer, Shawn; wix-users@lists.sourceforge.net S

[WiX-users] ComPlus Install Help : Error 0x80070490: Failed to find component object

2008-05-21 Thread Meyer, Shawn
I am receiving this error "ComPlusInstallExecute: Error 0x80070490: Failed to find component object" in the MSI log when running the installer. If I remove the "ComPlusAssembly" element and children, the ComApplication is created properly. I am not sure what to make of the error message